0byt3m1n1
Path:
/
data
/
1
/
.snapshot
/
daily.2025-03-12_0010
/
ldap_jks
/
moodle
/
[
Home
]
File: campus.sql
-- MySQL dump 10.11 -- -- Host: localhost Database: campus_db -- ------------------------------------------------------ -- Server version 5.0.89-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `adodb_logsql` -- DROP TABLE IF EXISTS `adodb_logsql`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `adodb_logsql` ( `id` bigint(10) unsigned NOT NULL auto_increment, `created` datetime NOT NULL, `sql0` varchar(250) NOT NULL default '', `sql1` text, `params` text, `tracer` text, `timer` decimal(16,6) NOT NULL default '0.000000', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='to save some logs from ADOdb'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `adodb_logsql` -- LOCK TABLES `adodb_logsql` WRITE; /*!40000 ALTER TABLE `adodb_logsql` DISABLE KEYS */; /*!40000 ALTER TABLE `adodb_logsql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignment` -- DROP TABLE IF EXISTS `mdl_assignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_assignment` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `format` smallint(4) unsigned NOT NULL default '0', `assignmenttype` varchar(50) NOT NULL default '', `resubmit` tinyint(2) unsigned NOT NULL default '0', `preventlate` tinyint(2) unsigned NOT NULL default '0', `emailteachers` tinyint(2) unsigned NOT NULL default '0', `var1` bigint(10) default '0', `var2` bigint(10) default '0', `var3` bigint(10) default '0', `var4` bigint(10) default '0', `var5` bigint(10) default '0', `maxbytes` bigint(10) unsigned NOT NULL default '100000', `timedue` bigint(10) unsigned NOT NULL default '0', `timeavailable` bigint(10) unsigned NOT NULL default '0', `grade` bigint(10) NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_assi_cou_ix` (`course`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Defines assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignment` -- LOCK TABLES `mdl_assignment` WRITE; /*!40000 ALTER TABLE `mdl_assignment` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignment_submissions` -- DROP TABLE IF EXISTS `mdl_assignment_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_assignment_submissions` ( `id` bigint(10) unsigned NOT NULL auto_increment, `assignment` bigint(10) unsigned NOT NULL default '0', `userid` bigint(10) unsigned NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `numfiles` bigint(10) unsigned NOT NULL default '0', `data1` text, `data2` text, `grade` bigint(11) NOT NULL default '0', `submissioncomment` text NOT NULL, `format` smallint(4) unsigned NOT NULL default '0', `teacher` bigint(10) unsigned NOT NULL default '0', `timemarked` bigint(10) unsigned NOT NULL default '0', `mailed` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_assisubm_use_ix` (`userid`), KEY `mdl_assisubm_mai_ix` (`mailed`), KEY `mdl_assisubm_tim_ix` (`timemarked`), KEY `mdl_assisubm_ass_ix` (`assignment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Info about submitted assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignment_submissions` -- LOCK TABLES `mdl_assignment_submissions` WRITE; /*!40000 ALTER TABLE `mdl_assignment_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignment_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_config` -- DROP TABLE IF EXISTS `mdl_backup_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_backup_config` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_backconf_nam_uix` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 COMMENT='To store backup configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_backup_config` -- LOCK TABLES `mdl_backup_config` WRITE; /*!40000 ALTER TABLE `mdl_backup_config` DISABLE KEYS */; INSERT INTO `mdl_backup_config` VALUES (1,'backup_sche_modules','1'),(2,'backup_sche_withuserdata','0'),(3,'backup_sche_metacourse','0'),(4,'backup_sche_users','0'),(5,'backup_sche_logs','1'),(6,'backup_sche_userfiles','0'),(7,'backup_sche_coursefiles','1'),(8,'backup_sche_sitefiles','1'),(9,'backup_sche_gradebook_history','1'),(10,'backup_sche_messages','1'),(11,'backup_sche_blogs','1'),(12,'backup_sche_keep','1'),(13,'backup_sche_active','0'),(14,'backup_sche_weekdays','0000000'),(15,'backup_sche_hour','0'),(16,'backup_sche_minute','0'),(17,'backup_sche_destination',''); /*!40000 ALTER TABLE `mdl_backup_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_courses` -- DROP TABLE IF EXISTS `mdl_backup_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_backup_courses` ( `id` bigint(10) unsigned NOT NULL auto_increment, `courseid` bigint(10) unsigned NOT NULL default '0', `laststarttime` bigint(10) unsigned NOT NULL default '0', `lastendtime` bigint(10) unsigned NOT NULL default '0', `laststatus` varchar(1) NOT NULL default '0', `nextstarttime` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_backcour_cou_uix` (`courseid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='To store every course backup status'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_backup_courses` -- LOCK TABLES `mdl_backup_courses` WRITE; /*!40000 ALTER TABLE `mdl_backup_courses` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_backup_courses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_files` -- DROP TABLE IF EXISTS `mdl_backup_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_backup_files` ( `id` bigint(10) unsigned NOT NULL auto_increment, `backup_code` bigint(10) unsigned NOT NULL default '0', `file_type` varchar(10) NOT NULL default '', `path` varchar(255) NOT NULL default '', `old_id` bigint(10) unsigned NOT NULL default '0', `new_id` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_backfile_bacfilpat_uix` (`backup_code`,`file_type`,`path`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COMMENT='To store and recode ids to user and course files'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_backup_files` -- LOCK TABLES `mdl_backup_files` WRITE; /*!40000 ALTER TABLE `mdl_backup_files` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_backup_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_ids` -- DROP TABLE IF EXISTS `mdl_backup_ids`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_backup_ids` ( `id` bigint(10) unsigned NOT NULL auto_increment, `backup_code` bigint(12) unsigned NOT NULL default '0', `table_name` varchar(30) NOT NULL default '', `old_id` bigint(10) unsigned NOT NULL default '0', `new_id` bigint(10) unsigned NOT NULL default '0', `info` mediumtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_backids_bactabold_uix` (`backup_code`,`table_name`,`old_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1778 DEFAULT CHARSET=utf8 COMMENT='To store and convert ids in backup/restore'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_backup_ids` -- LOCK TABLES `mdl_backup_ids` WRITE; /*!40000 ALTER TABLE `mdl_backup_ids` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_backup_ids` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_log` -- DROP TABLE IF EXISTS `mdl_backup_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_backup_log` ( `id` bigint(10) unsigned NOT NULL auto_increment, `courseid` bigint(10) unsigned NOT NULL default '0', `time` bigint(10) unsigned NOT NULL default '0', `laststarttime` bigint(10) unsigned NOT NULL default '0', `info` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `mdl_backlog_cou_ix` (`courseid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='To store every course backup log info'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_backup_log` -- LOCK TABLES `mdl_backup_log` WRITE; /*!40000 ALTER TABLE `mdl_backup_log` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_backup_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block` -- DROP TABLE IF EXISTS `mdl_block`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_block` ( `id` bigint(10) unsigned NOT NULL auto_increment, `name` varchar(40) NOT NULL default '', `version` bigint(10) unsigned NOT NULL default '0', `cron` bigint(10) unsigned NOT NULL default '0', `lastcron` bigint(10) unsigned NOT NULL default '0', `visible` tinyint(1) NOT NULL default '1', `multiple` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8 COMMENT='to store installed blocks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block` -- LOCK TABLES `mdl_block` WRITE; /*!40000 ALTER TABLE `mdl_block` DISABLE KEYS */; INSERT INTO `mdl_block` VALUES (1,'activity_modules',2007101509,0,0,1,0),(2,'admin',2007101509,0,0,1,0),(3,'admin_bookmarks',2007101509,0,0,1,0),(4,'admin_tree',2007101509,0,0,1,0),(5,'blog_menu',2007101509,0,0,1,0),(6,'blog_tags',2007101509,0,0,1,1),(7,'calendar_month',2007101509,0,0,1,0),(8,'calendar_upcoming',2007101509,0,0,1,0),(9,'course_list',2007101509,0,0,1,0),(10,'course_summary',2007101509,0,0,1,0),(11,'glossary_random',2007101509,0,0,1,1),(12,'html',2007101509,0,0,1,1),(13,'loancalc',2007101509,0,0,1,0),(14,'login',2007101509,0,0,1,0),(15,'mentees',2007101509,0,0,1,1),(16,'messages',2007101509,0,0,1,0),(17,'mnet_hosts',2007101509,0,0,1,0),(18,'news_items',2007101509,0,0,1,0),(19,'online_users',2007101510,0,0,1,0),(20,'participants',2007101509,0,0,1,0),(21,'quiz_results',2007101509,0,0,1,1),(22,'recent_activity',2007101509,0,0,1,0),(23,'rss_client',2007101511,300,0,1,1),(24,'search',2008031500,1,0,1,0),(25,'search_forums',2007101509,0,0,1,0),(26,'section_links',2007101511,0,0,1,0),(27,'site_main_menu',2007101509,0,0,1,0),(28,'social_activities',2007101509,0,0,1,0),(29,'tag_flickr',2007101509,0,0,1,1),(30,'tag_youtube',2007101509,0,0,1,1),(31,'tags',2007101509,0,0,1,1),(32,'feedback',2009050701,0,0,1,0),(33,'shoutbox',20092403004,0,0,1,1); /*!40000 ALTER TABLE `mdl_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_instance` -- DROP TABLE IF EXISTS `mdl_block_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_block_instance` ( `id` bigint(10) unsigned NOT NULL auto_increment, `blockid` bigint(10) unsigned NOT NULL default '0', `pageid` bigint(10) unsigned NOT NULL default '0', `pagetype` varchar(20) NOT NULL default '', `position` varchar(10) NOT NULL default '', `weight` smallint(3) NOT NULL default '0', `visible` tinyint(1) NOT NULL default '0', `configdata` text, PRIMARY KEY (`id`), KEY `mdl_blocinst_pag_ix` (`pageid`), KEY `mdl_blocinst_pag2_ix` (`pagetype`), KEY `mdl_blocinst_blo_ix` (`blockid`) ) ENGINE=MyISAM AUTO_INCREMENT=386 DEFAULT CHARSET=utf8 COMMENT='to store block instances in pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_instance` -- LOCK TABLES `mdl_block_instance` WRITE; /*!40000 ALTER TABLE `mdl_block_instance` DISABLE KEYS */; INSERT INTO `mdl_block_instance` VALUES (55,20,8,'course-view','l',0,1,''),(2,4,1,'course-view','l',0,1,''),(56,1,8,'course-view','l',1,1,''),(4,7,1,'course-view','r',0,1,''),(5,4,0,'admin','l',0,1,''),(6,3,0,'admin','l',1,1,''),(63,20,9,'course-view','l',0,1,''),(61,8,8,'course-view','r',0,1,''),(59,9,8,'course-view','l',4,1,''),(58,2,8,'course-view','l',3,1,''),(57,25,8,'course-view','l',2,1,''),(23,20,4,'course-view','l',0,1,'Tjs='),(24,1,4,'course-view','l',1,1,'Tjs='),(25,25,4,'course-view','l',2,1,'Tjs='),(26,2,4,'course-view','l',3,1,'Tjs='),(27,9,4,'course-view','l',4,1,'Tjs='),(28,18,4,'course-view','r',0,1,'Tjs='),(29,8,4,'course-view','r',1,1,'Tjs='),(30,22,4,'course-view','r',2,1,'Tjs='),(31,20,5,'course-view','l',0,1,'Tjs='),(32,1,5,'course-view','l',1,1,'Tjs='),(33,25,5,'course-view','l',2,1,'Tjs='),(34,2,5,'course-view','l',3,1,'Tjs='),(35,9,5,'course-view','l',4,1,'Tjs='),(36,18,5,'course-view','r',0,1,'Tjs='),(37,8,5,'course-view','r',1,1,'Tjs='),(38,22,5,'course-view','r',2,1,'Tjs='),(39,20,6,'course-view','l',0,1,'Tjs='),(40,1,6,'course-view','l',1,1,'Tjs='),(41,25,6,'course-view','l',2,1,'Tjs='),(42,2,6,'course-view','l',3,1,'Tjs='),(43,9,6,'course-view','l',4,1,'Tjs='),(45,8,6,'course-view','r',0,1,'Tjs='),(334,5,2,'blog-view','r',0,1,NULL),(47,20,7,'course-view','l',0,1,'Tjs='),(48,1,7,'course-view','l',1,1,'Tjs='),(49,25,7,'course-view','l',2,1,'Tjs='),(50,2,7,'course-view','l',3,1,'Tjs='),(51,9,7,'course-view','l',4,1,'Tjs='),(52,18,7,'course-view','r',0,1,'Tjs='),(53,8,7,'course-view','r',1,1,'Tjs='),(64,1,9,'course-view','l',1,1,''),(65,25,9,'course-view','l',2,1,''),(66,2,9,'course-view','l',3,1,''),(67,9,9,'course-view','l',4,1,''),(68,18,9,'course-view','r',0,1,''),(69,8,9,'course-view','r',1,1,''),(70,22,9,'course-view','r',2,1,''),(71,20,10,'course-view','l',0,1,'Tjs='),(72,1,10,'course-view','l',1,1,'Tjs='),(73,25,10,'course-view','l',2,1,'Tjs='),(74,2,10,'course-view','l',3,1,'Tjs='),(75,9,10,'course-view','l',4,1,'Tjs='),(76,18,10,'course-view','r',0,1,'Tjs='),(77,8,10,'course-view','r',1,1,'Tjs='),(78,22,10,'course-view','r',2,1,'Tjs='),(79,20,11,'course-view','l',0,1,'Tjs='),(80,1,11,'course-view','l',1,1,'Tjs='),(81,25,11,'course-view','l',2,1,'Tjs='),(82,2,11,'course-view','l',3,1,'Tjs='),(83,9,11,'course-view','l',4,1,'Tjs='),(84,18,11,'course-view','r',0,1,'Tjs='),(85,8,11,'course-view','r',1,1,'Tjs='),(86,22,11,'course-view','r',2,1,'Tjs='),(364,9,1,'course-view','l',1,1,''),(365,5,22,'blog-view','r',0,1,NULL),(366,6,22,'blog-view','r',1,1,NULL),(367,20,45,'course-view','l',0,1,''),(368,1,45,'course-view','l',1,1,''),(369,25,45,'course-view','l',2,1,''),(370,2,45,'course-view','l',3,1,''),(371,9,45,'course-view','l',4,1,''),(373,8,45,'course-view','r',0,1,''),(375,20,46,'course-view','l',0,1,''),(376,1,46,'course-view','l',1,1,''),(377,25,46,'course-view','l',2,1,''),(378,2,46,'course-view','l',3,1,''),(379,9,46,'course-view','l',4,1,''),(380,18,46,'course-view','r',0,1,''),(381,8,46,'course-view','r',1,1,''),(382,22,46,'course-view','r',2,1,''),(383,15,1,'course-view','r',1,1,''),(385,7,6,'course-view','r',1,1,''),(321,22,40,'course-view','r',2,1,''),(320,8,40,'course-view','r',1,1,''),(319,18,40,'course-view','r',0,1,''),(318,9,40,'course-view','l',4,1,''),(317,2,40,'course-view','l',3,1,''),(316,25,40,'course-view','l',2,1,''),(314,20,40,'course-view','l',0,1,''),(315,1,40,'course-view','l',1,1,''),(339,6,18,'blog-view','r',1,1,NULL),(338,5,18,'blog-view','r',0,1,NULL),(336,5,16,'blog-view','r',0,1,NULL),(337,6,16,'blog-view','r',1,1,NULL),(335,6,2,'blog-view','r',1,1,NULL),(332,5,14,'blog-view','r',0,1,NULL),(333,6,14,'blog-view','r',1,1,NULL),(330,5,3,'blog-view','r',0,1,NULL),(331,6,3,'blog-view','r',1,1,NULL); /*!40000 ALTER TABLE `mdl_block_instance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_pinned` -- DROP TABLE IF EXISTS `mdl_block_pinned`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_block_pinned` ( `id` bigint(10) unsigned NOT NULL auto_increment, `blockid` bigint(10) unsigned NOT NULL default '0', `pagetype` varchar(20) NOT NULL default '', `position` varchar(10) NOT NULL default '', `weight` smallint(3) NOT NULL default '0', `visible` tinyint(1) NOT NULL default '0', `configdata` text NOT NULL, PRIMARY KEY (`id`), KEY `mdl_blocpinn_pag_ix` (`pagetype`), KEY `mdl_blocpinn_blo_ix` (`blockid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='to pin blocks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_pinned` -- LOCK TABLES `mdl_block_pinned` WRITE; /*!40000 ALTER TABLE `mdl_block_pinned` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_block_pinned` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_rss_client` -- DROP TABLE IF EXISTS `mdl_block_rss_client`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_block_rss_client` ( `id` bigint(10) unsigned NOT NULL auto_increment, `userid` bigint(10) unsigned NOT NULL default '0', `title` text NOT NULL, `preferredtitle` varchar(64) NOT NULL default '', `description` text NOT NULL, `shared` tinyint(2) unsigned NOT NULL default '0', `url` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Remote news feed information. Contains the news feed id, the'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_rss_client` -- LOCK TABLES `mdl_block_rss_client` WRITE; /*!40000 ALTER TABLE `mdl_block_rss_client` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_block_rss_client` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_search_documents` -- DROP TABLE IF EXISTS `mdl_block_search_documents`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_block_search_documents` ( `id` bigint(10) unsigned NOT NULL auto_increment, `docid` varchar(32) NOT NULL default '', `doctype` varchar(32) NOT NULL default 'none', `itemtype` varchar(32) NOT NULL default 'standard', `title` varchar(255) NOT NULL default '', `url` varchar(255) NOT NULL default '', `docdate` bigint(10) unsigned NOT NULL default '0', `updated` bigint(10) unsigned NOT NULL default '0', `courseid` bigint(10) unsigned NOT NULL default '0', `groupid` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_blocseardocu_doc_ix` (`docid`), KEY `mdl_blocseardocu_doc2_ix` (`doctype`), KEY `mdl_blocseardocu_ite_ix` (`itemtype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='table to store search index backups'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_search_documents` -- LOCK TABLES `mdl_block_search_documents` WRITE; /*!40000 ALTER TABLE `mdl_block_search_documents` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_block_search_documents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_shoutbox_shoutbox` -- DROP TABLE IF EXISTS `mdl_block_shoutbox_shoutbox`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_block_shoutbox_shoutbox` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course_id` bigint(10) unsigned NOT NULL, `block_id` bigint(10) unsigned NOT NULL, `user_id` bigint(10) unsigned NOT NULL, `date` text NOT NULL, `data` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='store recordes'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_shoutbox_shoutbox` -- LOCK TABLES `mdl_block_shoutbox_shoutbox` WRITE; /*!40000 ALTER TABLE `mdl_block_shoutbox_shoutbox` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_block_shoutbox_shoutbox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_book` -- DROP TABLE IF EXISTS `mdl_book`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_book` ( `id` bigint(10) unsigned NOT NULL auto_increment, `course` bigint(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `summary` mediumtext NOT NULL, `numbering` smallint(4) unsigned NOT NULL default '0', `disableprinting` tinyint(2) unsigned NOT NULL default '2', `customtitles` tinyint(2) unsigned NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=utf8 COMMENT='Defines book'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_book` -- LOCK TABLES `mdl_book` WRITE; /*!40000 ALTER TABLE `mdl_book` DISABLE KEYS */; INSERT INTO `mdl_book` VALUES (1,5,'Algebra','Algebra',0,0,0,1279943907,1279943907),(3,6,'Words/Meaning/Sentences',' 52 Vocab Drills ',3,0,0,1280021893,1283367917),(14,6,'Synonyms','52 Synonyms Drills ',0,0,0,1282104069,1282104069),(15,6,'Antonyms','52 Antonyms Drills ',0,0,0,1282104108,1282104108),(16,6,'Root Words','Root Words drills ',0,0,0,1282104158,1282104158),(18,6,'Words with Images','Word meanings with interactive images ',0,0,0,1283436453,1283436453),(19,6,'Slide Show','Slide Show of vocab words. ',3,0,0,1283528699,1283528699),(12,7,'Comprehension','Comprehension',0,0,0,1279593623,1279593623),(13,1,'Course Details',' This book provides details about all of the Campus related course. ',3,1,1,1281695346,1282302993),(31,45,'Phrases','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: sans-serif; font-size: 16px; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 19px;\" class=\"Apple-style-span\"><span class=\"Apple-converted-space\"> </span>A group of<span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\">words</span><span class=\"Apple-converted-space\"> </span>functioning as a single unit in the<span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\">syntax</span><span class=\"Apple-converted-space\"> </span>of a<span class=\"Apple-converted-space\"> </span><span style=\"background-image: none;\">sentence</span>.</span></span> ',0,0,0,1293644875,1293644875),(28,1,'FAQ','Frequently Asked Questions ',0,0,0,1285352516,1285352516),(35,8,'Complete Guidelines regarding Group Discussion',' Here we are going to discuss in out discussion regarding Group Discussion. ',0,0,0,1294666262,1294666262),(30,45,'Parts of Speech',' <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: sans-serif; font-size: 16px; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 19px;\">In<span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\">grammar</span>, a<span class=\"Apple-converted-space\"> </span>part of speech<span class=\"Apple-converted-space\"> </span><span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"></span>is a linguistic category of words.</span></span> ',3,0,0,1293640628,1293641108),(32,45,'Clauses','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: sans-serif; font-size: 16px; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 19px;\" class=\"Apple-style-span\"><span class=\"Apple-converted-space\">A </span>clause<span class=\"Apple-converted-space\"> </span>is a pair or group of words that consists of a<span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\">subject</span><span class=\"Apple-converted-space\"> </span>and a<span class=\"Apple-converted-space\"> </span><span style=\"background-image: none;\">predicate</span></span></span> ',0,0,0,1293645174,1293645174),(33,45,'Sentences and Sentence Elements','In grammar, sentences and sentence elements are the basic part of reading or writing. ',3,0,0,1293695450,1293695450),(34,45,'Common Usage Problems','In grammar, common mistakes made by people are discussed in this section. ',3,0,0,1293695532,1293695532),(36,46,'Complete Guide for Essay Writing',' Guidelines for Essay Writing. ',3,0,0,1295371912,1295389172),(37,45,'Nouns',' This tutorial covers the Nouns and its various types. ',3,0,0,1295455367,1295455690),(38,45,'Pronouns','Pronouns basics are covered. ',3,0,0,1295456150,1295456150),(39,45,'Verbs','Verbs basics.<br /> ',3,0,0,1295458607,1295458607),(40,45,'Adverbs','Adverbs basics. ',3,0,0,1295459353,1295459353); /*!40000 ALTER TABLE `mdl_book` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_book_chapters` -- DROP TABLE IF EXISTS `mdl_book_chapters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_book_chapters` ( `id` bigint(10) NOT NULL auto_increment, `bookid` bigint(10) unsigned NOT NULL default '0', `pagenum` bigint(10) unsigned NOT NULL default '0', `subchapter` bigint(10) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL default '', `content` longtext NOT NULL, `hidden` tinyint(2) unsigned NOT NULL default '0', `timecreated` bigint(10) unsigned NOT NULL default '0', `timemodified` bigint(10) unsigned NOT NULL default '0', `importsrc` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=335 DEFAULT CHARSET=utf8 COMMENT='Defines book_chapters'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_book_chapters` -- LOCK TABLES `mdl_book_chapters` WRITE; /*!40000 ALTER TABLE `mdl_book_chapters` DISABLE KEYS */; INSERT INTO `mdl_book_chapters` VALUES (1,1,1,0,'Number System','<ul>\n <li><font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">Consecutive integers are written as x, x + 1, x + 2, . . . </font></li>\n <li><font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">Consecutive even or odd integers are written as , x + 2, x + 4, . . .</font></li>\n <li><font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">The integer zero is neither positive nor negative, but it is even: 0 = 2(0).</font></li>\n <li><font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">A prime number is an integer that is divisible only by itself and 1. </font>\n <p><font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">The prime numbers are 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, . . . </font></p></li>\n <li><font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">A number is divisible by 3 if the sum of its digits is divisible by 3. </font>\n <p><font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">For example, 135 is divisible by 3 because the sum of its digits (1 + 3 + 5 = 9) is divisible by 3. </font></p></li>\n <li><font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">The following properties for odd and even numbers are very useful--you should memorize them: <br /></font>\n <p><font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">even x even = even <br />odd x odd = odd <br />even x odd = even <br /></font></p>\n <p><font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">even + even = even <br />odd + odd = even <br />even + odd = odd </font></p></li>\n <li><font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">"The remainder is r when p is divided by q" means p = qz + r; the integer z is called the quotient. For instance, "The remainder is 1 when 7 is divided by 3" means 7 = 3(2) + 1. </font></li>\n</ul><br style=\"color: rgb(204, 0, 0); font-weight: bold;\" /><span style=\"color: rgb(204, 0, 0); font-weight: bold;\">If you are comfortable with number system then please attempt this quiz:</span><br /><a title=\"Number System Quiz\" href=\"http://www.infotek-solutions.com/campus//mod/quiz/view.php?id=7\">http://www.infotek-solutions.com/campus//mod/quiz/view.php?id=7</a><br /><br /><a name=\"number system quiz\"></a><br /><br /><br />',0,1279952625,1279952625,''),(2,1,2,0,'Average','Average',0,1279954599,1279954599,''),(3,12,1,0,'Comprehension Tips','<p><strong>1) The Real Challenge of the Reading Section Is the Questions and Choices—Not the Passages</strong></p>\n<p>You\'d think that the difficulty on the reading section comes from not understanding what the passages are about. In fact, most avoidable mistakes arise from not understanding precisely what a question is asking or what a choice is. </p>\n<p>That may seem remarkable. After all, how hard can it be to understand a simple question or the short choices compared to understanding a difficult and sometimes lengthy passage? Think of it this way: if you misread or misinterpret an entire sentence in a 900-word passage, your overall understanding of the entire passage probably won\'t be seriously affected. If you misread even a key word of a brief question or answer choice, however, you\'ll very likely get the question wrong. </p>\n<p>Try to do this one:</p>\n<ul>The last supernova in our galaxy visible from<br />Earth was observed only five years before the<br />telescope was first used for celestial observation in<br />1609. \n</ul>\n<p>1. Which of the following can be inferred from the passage above? </p>\n<ol type=\"A\"> \n <li>Telescopes were first used for celestial observation. </li> \n <li>Since astronomers began using telescopes, they have observed no supernovas in our galaxy. </li> \n <li>The last supernova in our galaxy occurred in 1604. </li> \n <li>Supernovas can be seen from Earth by the unaided eye. </li> \n <li>The telescope was invented five years before the last visible supernova occurred. </li> \n</ol>\n<p><br /></p>',0,1279593879,1279593879,''),(4,12,2,0,'How Important is reading questions correctly?','To hammer home just how important spending the time to read the choices correctly is, take a shot at the question below. This passage is the length of one of the shorter passages on an actual.\n<ul>The nation\'s health system requires a continual<br />supply of new blood from donors to replenish its<br />stockpiles. Freezing blood for long-term storage is<br />a delicate, expensive, and time-consuming process;<br />moreover, many doctors believe that the resulting<br />product is unreliable. When stored in a solution of<br />plasma and nutritive dextrose (a sugar), fresh red<br />blood cells can survive and remain viable for<br />transfusion for only six weeks.\n</ul>2. The passage above suggests which of the following?\n<ol type=\"A\">\n <li>Additional facilities must be created to prepare and store blood for future transfusions. </li>\n <li>Without special storage procedures, red blood cells cannot exist for long outside the human body. </li>\n <li>The public should be reminded frequently of the need to donate blood, not merely appealed to in times of crisis. </li>\n <li>The nation\'s stockpile of blood is dangerously low and needs an immediate infusion of donations. </li>\n <li>The nation\'s stockpile of blood supplies is exhausted on average once every six weeks. </li>\n</ol>\n<p><strong>Repeat after Me: Quickly through the Passage, Slowly through the Questions</strong><br />Most students spend far more time on the passages than they should, not leaving enough time for the questions. The key is to get through your initial read of a passage as quickly as possible so that you have enough time to work through the questions carefully. As you answer the questions you will need to reread a passage every so often to verify a detail or to clarify a point, but your initial reading of the passage should be quick. </p>\n<p>Your goal is to read a passage quickly for the one or two key ideas, then read the questions and the choices very, very slowly! If you have eight minutes left for a medium-length (500-word) passage followed by six questions, you should try to get through the passage in two minutes or less so you\'ll have six minutes for the questions. As a rule of thumb, pace yourself so that you have at least a minute on average for each question. If you generally need more time than that to read a passage or to analyze and answer the questions, you\'ll need to leave some blanks. </p>',0,1279594310,1279594310,''),(5,12,3,0,'Our Approach to the Passages in a Nutshell','<ul><strong>Step 1:</strong> Read the passage slowly until you get to its main idea, then race through the rest of the passage as quickly as you can. \n <p><strong>Step 2:</strong> As much as possible, force yourself to skim over specific facts and details. </p> \n <p><strong>Step 3:</strong> The passage may have a secondary idea but your primary goal now is to get an overview of the passage\'s organization (the basic way each paragraph develops the main idea). </p> \n <p><strong>Step 4:</strong> Get to the questions as quickly as you can and chop your way through the choices using aggressive process of elimination. Scavenger hunt back to the passage frequently to verify details. </p> \n</ul>',0,1279594680,1279594680,''),(6,12,4,0,'Read Slowly Until You\'ve Identified the Author\'s Main Idea','<p>when I say you\'ll have to read quickly, I don\'t mean that you should try to skim through an entire passage at the same rapid pace. Surprisingly, skilled readers actually read more slowly than unskilled readers over the few important ideas, and skilled readers make up for the lost time by reading much faster over the larger mass of less important details. It\'s a bit like driving a race car: knowing when you have to slow down on the dangerous curves, and then letting the car rip on the straightaways. </p>\n<p>The first and last sentences of each paragraph tend to summarize the paragraph\'s content. For the passage as a whole, though, where are we likely to find the main idea? </p>\n<p>The main idea of a passage will probably be located in the first or last sentence of the first paragraph, or in the first sentence of the second paragraph. The main idea of the passage is often echoed in the final sentence of the passage.</p>\n<p>In other words, by the time you get through the first sentence of the second paragraph, you should already know the main idea of the passage, and be prepared to accelerate the pace of your reading dramatically. </p>\n<p></p>',0,1279595043,1279595043,''),(7,12,5,0,'Be Absolutely Sure You Distinguish the Author\'s Opinion from What \"Other People\" Think—the Conventional Wisdom','<p>One of the dangers in finding the author\'s main idea is that, on the SAT, the passages often begin not with the author\'s belief, but rather with what other people think, also known as the conventional wisdom. Many of the passages on your SAT will not be strictly factual passages, but rather "opinion" passages. The author usually presents his opinion on a topic, and then supports it. Before the author presents his or her view, however, he usually presents the conventional wisdom, or the "other side" of the issue. </p>\n<p>Think about it: if the author agreed with what other people thought, what would be the point of writing the passage? On the SAT you\'ll never find a passage that begins with a sentence like the following: "Most historians of technology believe that the mechanism of differential gears is relatively modern—and hey, I think they re right." The author will not necessarily disagree with the conventional wisdom completely, but his viewpoint will be different. </p>\n<p>You have to read carefully—especially the first paragraph—because it is easy to mistake the conventional wisdom for the author\'s perspective, especially when the author goes back and forth between the two as the passage progresses. </p>\n<p>The author will usually introduce the other side with a sweeping statement attributed to a large group (scientists, historians, critics, artists, educators, philosophers, rock musicians). Here are illustrative phrases that tip off that the author is merely articulating the common viewpoint he or she will go on to oppose in some way: widely thought, commonly believed, often asserted, previously speculated, one approach, some feel. </p>\n<p>Again, don\'t feel that you have to memorize this list. With a little practice you\'ll be able to instantly recognize whether the author is speaking for himself or the "other side." </p>\n<p>The tricky thing is that the author may be articulating the conventional wisdom without clearly indicating he or she is doing so. Read the following passage carefully and see whether you can determine in which sentences the author discusses his or her view and in which sentences the other side\'s: </p>\n<ul>It is commonly assumed that the government\'s<br />insurance of bank deposits makes them safer. If<br />the bank somehow fails by investing customer<br />deposits in risky loans that are not repaid, the<br />government will make good the lost funds. Thus<br />reassured, the public will not find itself in the<br />grips of financial panic and create "runs" on the<br />bank to demand back their money such as<br />occurred during the Great Depression in the 1930s. \n <p>Ironically, however, the perception of this<br />"safeguard" induces banks to extend far riskier<br />loans than they would otherwise, thereby<br />increasing the likelihood of catastrophic bank<br />failures. In the final analysis, bank deposit<br />insurance may undermine rather than bolster<br />public confidence in our financial institutions. </p> \n</ul>\n<p>1. Which of the following is the main idea of this passage? </p>\n<ol type=\"A\"> \n <li>The government\'s insuring of bank deposits may have unintended consequences. </li> \n <li>Financial panics and bank runs are not likely to occur in the future since bank deposits are insured. </li> \n <li>If the government had taken the proper steps, the Great Depression could have been prevented. </li> \n <li>The government should take greater steps to insure customer deposits. </li> \n <li>Banks should not put customer deposits at risk by making loans that might not be repaid. </li> \n</ol>',0,1279595307,1279595307,''),(8,12,6,0,'The First Paragraph Will Open in One of Three Ways','<p><strong>Opening Variation #1:</strong> The first sentence will set out the conventional wisdom. You already know that if this is the case, the main idea will almost certainly appear in the last sentence of the first paragraph or the first sentence of the second paragraph. </p>\n<p><strong>Opening Variation #2:</strong> The first sentence will be an introductory statement providing background for the topic. The main idea will occur anywhere in the first paragraph, probably in the last sentence. If a question is asked in the first paragraph, the main idea will be the answer to that question. </p>\n<p><strong>Opening Variation #3:</strong> The first sentence will articulate the author\'s main idea. The rest of the first paragraph will go on to elaborate on that idea. Sometimes the author then contrasts his main idea with the conventional wisdom before returning to develop his idea with details and examples</p>',0,1279595660,1279595660,''),(9,12,7,0,'If You\'re Confused by the End of the First Paragraph—Stop!','Sometimes you\'ll come across a passage so difficult—or poorly written—that you\'re confused way before you even reach the second paragraph. You may think that if you continue reading, sooner or later the passage will begin to make sense. Unfortunately, what usually happens is that you become even more confused.\n<p>It\'s absolutely crucial that you come to grips with the main idea of the passage. Until you do, the details won\'t make much, if any, sense. Since the author frequently sums up his or her point in the last sentence or two of the passage, go directly to the last paragraph. By reading the last few lines carefully, you should get a much better grasp of the author\'s main idea. </p>\n<p>If you don\'t understand the first paragraph, immediately skip down to the final paragraph and read the last sentence carefully. Once you\'ve gotten a handle on the main idea, return to the first paragraph and proceed with the rest of the passage. Now the text should make a lot more sense.</p>',0,1279595759,1279595759,''),(10,12,8,0,'Once You\'ve Identified the Main Idea, Speed Up and Force Yourself to Ignore the Details','<p>As we\'ve discussed at length, your short-term memory can handle only so much before it gets overwhelmed and short-circuits your ability to think. What\'s more, a typical passage on the SAT contains dozens if not hundreds of facts—and yet the number of factual questions on a passage will be at most eight. In other words, most of the facts in an SAT passage are completely unrelated to any questions you have to answer. Remember, too, that when you get to the questions, you can always look back to the passage to find any fact or detail you need to verify. </p>\n<p>Important facts and secondary ideas are often found in sentences that contain direction reversal words. By far the most common such word on the SAT is <em>but</em>. Other words include <em>although, despite, except, however, though,</em> and <em>yet</em>. Whenever you see one of these words in a passage, circle the word—the sentence may come in handy when you reach the questions. </p>',0,1279595896,1279595896,''),(11,12,9,0,'Underline as You Read Sparingly Only, If at All','You know you\'re getting lost in the details if you find yourself underlining every other phrase or sentence. These are precisely the things that clog up your short-term memory and clog your brain. If underlining helps you focus while you read, fine—but try to keep it to a minimum. And whatever you do, don\'t waste time wondering whether you should underline something or not. The clock\'s ticking. Underline it or not, but keep moving.',0,1279596001,1279596001,''),(12,12,10,0,'How To Handle Long Passages','<p>The longer SAT passages may be preceded by a brief italicized introduction. This two- or three-sentence preface contains background information about the author or the passage to place the excerpt in a context for you. </p>\n<p>You may be tempted to skip a passage\'s introduction "to save time." Don\'t. No questions will be asked about the introduction, but you can scan it in a few seconds and the background it provides may offer you a useful insight. <br /></p>',0,1279596104,1279596104,''),(13,12,11,0,'Example: long pasage','<table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" border=\"0\"><tbody> \n <tr> \n <td valign=\"bottom\"> \n </td> \n <td>I frequently feel irritated when I read essays on<br />the theory of translation that, even though brilliant<br />and perceptive, do not provide enough examples. I<br />think translation scholars should have had at least<br />one of the following experiences during their life:<br /> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(10) \n </td> \n <td>translating, checking and editing translations, or<br />being translated and working in close cooperation<br />with their translators. As an editor, I worked for<br />twenty years in a publishing house. As a translator,<br />I made only two translations of others works,<br /> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(15) \n </td> \n <td>which took me many years of reflection and hard<br />work. As an author, I have almost always<br />collaborated with my translators, an experience<br />that started with my early essays and became more<br />and more intense with my four novels. Irrespective<br /> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(20) \n </td> \n <td>of the fact that some philosophers or linguists<br />claim there are no rules for deciding whether one<br />translation is better than another, everyday activity<br />in a publishing house tells us that it is easy to<br />establish that a translation is wrong and deserves<br /> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(25) \n </td> \n <td>severe editing; maybe it is only a question of<br />common sense, but common sense must be respected. \n <p>Let us suppose that in a novel a character says,<br />"You\'re just pulling my leg." To render such an<br /></p> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(30) \n </td> \n <td>idiom in Italian by <em>stai solo tirandomi la gamba or<br />tu stai menandomi per la gamba </em>would be literally<br />correct, but misleading. In Italian, one should say<br /><em>mi stai prendendo per il naso, </em>thus substituting an<br />English leg with an Italian nose. If literally<br /> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(35) \n </td> \n <td>translated, the English expression, absolutely<br />unusual in Italian, would make the reader suppose<br />that the character (as well as the author) was<br />inventing a provocative rhetorical figure; which is<br />completely misleading, as in English the expression<br /> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(40) \n </td> \n <td>is simply an idiom. By choosing "nose" instead of<br />"leg," a translator puts the Italian reader in the<br />same situation as the original English one. Thus,<br />only by being literally unfaithful can a translator<br />succeed in being truly faithful to the source text.<br /> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(45) \n </td> \n <td>Which is like echoing Saint Jerome,* patron saint<br />of translators, that in translating one should not<br />translate <em>verbum e verbo sed sensum exprimere de<br />sensu </em>(sense for sense, and not word for word),<br />even though the notion of the right sense of a text<br /> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(50) \n </td> \n <td>can imply some ambiguities. \n <p>In the course of my experiences as a translated<br />author, I have always been torn between the need<br />to have a translation that respected my intentions<br />and the exciting discovery that my text could elicit<br /></p> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(55) \n </td> \n <td>unexpected interpretations and be in some way<br />improved when it was re-embodied in another<br />language. What I want to emphasize is that many<br />concepts circulating in translation studies (such as<br />adequacy, equivalence, faithfulness) can also be<br /> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(60) \n </td> \n <td>considered from the point of view of negotiation.<br />Negotiation is a process by virtue of which, in<br />order to get something, each party renounces<br />something else, and at the end everybody feels<br />satisfied since one cannot have everything.<br /> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(65) \n </td> \n <td>Between the purely theoretical argument that,<br />since languages are differently structured,<br />translation is impossible, and the commonsensical<br />acknowledgement that people, after all, do translate<br />and understand each other, it seems to me that the<br /> \n </td> \n </tr> \n <tr> \n <td valign=\"bottom\">(70) \n </td> \n <td>idea of translation as a process of negotiation<br />between author and text, between author and<br />readers, as well as between the structure of two<br />languages and the encyclopedias of two cultures is<br />the only one that matches our experience. \n </td> \n </tr></tbody> \n</table>\n<p><small><font size=\"1\">* A Catholic monk and scholar (342-420) who translated the Old Testament from the ancient Hebrew to the then-contemporary Latin</font></small> </p>\n<ol> \n <li>In lines 3–8 ("I think translation . . . translators."), the author expresses the opinion that translation scholars \n <p></p> \n <ol type=\"A\"> \n <li>should have practical experience in their field </li> \n <li>should have open minds about the opinions of others </li> \n <li>are brilliant and perceptive, if somewhat academic </li> \n <li>should be less concerned with theories of translation </li> \n <li>should have more than one degree, and ideally in different fields </li> \n </ol> \n <p></p></li> \n <li>In lines 8–15 ("As an editor . . . novels."), the author \n <p></p> \n <ol type=\"A\"> \n <li>displays the scope of his erudition on multiple topics </li> \n <li>reveals conflicting attitudes about the work of translators </li> \n <li>elaborates on the source of his irritation with theories of translation </li> \n <li>summarizes the breadth of his background and perspectives on the subject </li> \n <li>confesses that he lacks the academic qualifications of typical translation scholars </li> \n </ol> \n <p></p></li> \n <li>In lines 25–28 ("To render such . . . misleading."), the author says that it would be misleading to so translate the English statement because \n <p></p> \n <ol type=\"A\"> \n <li>in Italian there are two equally valid ways of translating the words </li> \n <li>the word-for-word translation would not have the same sense </li> \n <li>an English character would not speak in Italian </li> \n <li>in Italian there is no equivalent idiom </li> \n <li>the Italian translations use far more words than does the original version </li> \n </ol> \n <p></p></li> \n <li>In line 34, "figure" most nearly means \n <p></p> \n <ol type=\"A\"> \n <li>body </li> \n <li>thought </li> \n <li>picture </li> \n <li>character </li> \n <li>expression </li> \n </ol> \n <p></p></li> \n <li>In lines 38–40 ("Thus, only by . . . text."), the author \n <p></p> \n <ol type=\"A\"> \n <li>raises a question </li> \n <li>employs an idiom </li> \n <li>poses a paradox </li> \n <li>proves a theory </li> \n <li>introduces a metaphor </li> \n </ol> \n <p></p></li> \n <li>In referring to the "ambiguities" (line 46), the author \n <p></p> \n <ol type=\"A\"> \n <li>admits that two translators might very well differ regarding their determination of the sense of a text </li> \n <li>points out that words can often have more than one meaning </li> \n <li>criticizes translators who offer only one version of a work </li> \n <li>rejects the commonsensical notion that literal translations are ineffective </li> \n <li>anticipates the possible objection that translations cannot be as clear as the original work </li> \n </ol> \n <p></p></li> \n <li>What is the author\'s view of the concepts mentioned in lines 53–56? \n <p></p> \n <ol type=\"A\"> \n <li>These concepts are not useful in understanding the translation process </li> \n <li>These concepts are theoretical, and refer to things that do not actually exist </li> \n <li>These concepts do not adequately reflect the tradeoffs translators must weigh in practice </li> \n <li>These concepts are outdated, and should be replaced by new ones </li> \n <li>These concepts unnecessarily distort the meaning of translations </li> \n </ol> \n <p></p></li> \n <li>It can be inferred that the author mentions "encyclopedias" (line 69) rather than dictionaries because unlike dictionaries, encyclopedias \n <p></p> \n <ol type=\"A\"> \n <li>are revised frequently, making them more up-to-date </li> \n <li>are compilations of contributions from individual experts in many fields </li> \n <li>do not contain literal definitions of words, making them more reliable </li> \n <li>contain cross-referenced indexes, affording translators easy comparisons </li> \n <li>contain the cultural contexts and connotations of the original and the new language </li> \n </ol> \n <p></p></li> \n <li>Based on the passage as a whole, the author\'s approach towards translation, as contrasted with that of theoretical translation scholars, can best be characterized as \n <p></p> \n <ol type=\"A\"> \n <li>mercenary </li> \n <li>untenable </li> \n <li>literal </li> \n <li>pragmatic </li> \n <li>rhetorical </li> \n </ol></li> \n</ol>',0,1279596201,1279596201,''),(14,12,12,0,'Answers and discussions of long passages','<ol> \n <li>In lines 3–8 ("I think translation . . . translators.") the author expresses the opinion that translation scholars </li> \n <li></li><strong> \n <li>should have practical experience in their field</li> \n <li>should have open minds about the opinions of others </li> \n <li>are brilliant and perceptive, if somewhat academic </li> \n <li>should be less concerned with theories of translation </li> \n <li>should have more than one degree, and ideally in different fields </li> \n <li><strong>Discussion:</strong> This was an easy question. Some students select choice B. Of course everyone should have an open mind about the opinion of others; unfortunately, this is beside the point the author is making in these lines. </li> \n <li></li> \n <li>In lines 8–15 ("As an editor . . . novels."), the author </li> \n <li></li> \n <li>displays the scope of his erudition on multiple topics </li> \n <li>reveals conflicting attitudes about the work of translators </li> \n <li>elaborates on the source of his irritation with theories of translation <strong></strong> </li> \n <li>summarizes the breadth of his background and perspectives on the subject</li> \n <li>confesses that he lacks the academic qualifications of typical translation scholars </li> \n <li><strong>Discussion:</strong> This was a relatively easy question. Some students select choice B, but the author does not say and does not imply that he has conflicting attitudes about translation. Consider why the author is mentioning his background. He begins the passage by teasing translation scholars for not having any practical experience in translating (the subject of question 1). He cites his own background, then, to demonstrate that he has plenty of experience translating. </li> \n <li></li> \n <li>In lines 25–28 ("To render such . . . misleading.") the author says that it would be misleading to so translate the English statement because </li> \n <li></li> \n <li>in Italian there are two equally valid ways of translating the words <strong></strong> </li> \n <li>the word-for-word translation would not have the same sense</li> \n <li>an English character would not speak in Italian </li> \n <li>in Italian there is no equivalent idiom </li> \n <li>the Italian translations use far more words than does the original version </li> \n <li><strong>Discussion:</strong> This was a relatively easy question. Some students select choice A which is a true statement, but which does not answer the question! </li> \n <li></li> \n <li>In line 34, "figure" most nearly means </li> \n <li></li> \n <li>body </li> \n <li>thought </li> \n <li>picture </li> \n <li>character <strong></strong> </li> \n <li>expression</li> \n <li><strong>Discussion:</strong> This was a medium question, although many students get snookered by choice C. If we convert the question into a sentence completion, with the word "figure" as the blank, the answer becomes fairly obvious. If we refer back to the passage—which you should do as often as necessary, especially on this type of question—we see that the author mentions "inventing . . . a figure." There\'s only one choice that can be invented: an expression. </li> \n <li></li> \n <li>In lines 38–40 ("Thus, only by . . . text."), the author </li> \n <li></li> \n <li>raises a question </li> \n <li>employs an idiom <strong></strong> </li> \n <li>poses a paradox</li> \n <li>proves a theory </li> \n <li>introduces a metaphor </li> \n <li><strong>Discussion:</strong> This was an extremely difficult question. Some students select choice A, but the author does not raise any questions with this statement (though of course anything anyone says can raise a question in somebody\'s mind). Many students select choice D, but this choice is far too extreme. The author of any passage can make a case for his or her point of view, but he or she can\'t prove it. Even though the answer contains a moderately difficult word—paradox—students who use process of elimination rigorously are able to identify the answer even without knowing the meaning of the answer. (A paradox is a seemingly contradictory statement that may in fact be true; a self-contradictory yet possibly true statement.) </li> \n <li></li> \n <li>In referring to the "ambiguities" (line 46), the author </li> \n <li></li><strong> \n <li>admits that two translators might very well differ regarding their determination of the sense of a text</li> \n <li>points out that words can often have more than one meaning </li> \n <li>criticizes translators who offer only one version of a work </li> \n <li>rejects the commonsensical notion that literal translations are ineffective </li> \n <li>anticipates the possible objection that translations cannot be as clear as the original work </li> \n <li><strong>Discussion:</strong> This was a difficult question. Some students select choice E but the author is not discussing whether or not translations can be as clear as the original works on which they are based. Many students select choice B, which does seem to answer the question. While ambiguous words do have more than one meaning, that is not why the author refers to ambiguities. If we refer back to the passage—which again we should do frequently—we see that the author first claims that translators should focus on the sense of the work\'s words rather than their literal meaning. The author then says that these senses might involve some ambiguities, not the words meanings. </li> \n <li></li> \n <li>What is the author\'s view of the concepts mentioned in lines 53–56? \n <p></p> \n <ol type=\"A\"> \n <li>These concepts are not useful in understanding </li> \n </ol></li> \n <li>What is the author\'s view of the concepts mentioned in lines 53–56? \n <p></p> \n <ol type=\"A\"> \n <li>These concepts are not useful in understanding the translation process </li> \n <li>These concepts are theoretical, and refer to things that do not actually exist <strong></strong> </li> \n <li>These concepts do not adequately reflect the tradeoffs translators must weigh in practice</li> \n <li>These concepts are outdated, and should be replaced by new ones </li> \n <li>These concepts unnecessarily distort the meaning of translations </li> \n </ol> \n <p><strong>Discussion:</strong> This was a very difficult question. Many students were attracted to choices A and B. Choice A is too extreme. The author does not say that these choices are not useful; if he did, he would say that they should be scrapped altogether. Choice B is incorrect because although the concepts themselves are theoretical, they refer to aspects of the translation process that do exist. </p> \n <p></p></li> \n <li>It can be inferred that the author mentions "encyclopedias" (line 69) rather than dictionaries because unlike dictionaries, encyclopedias \n <p></p> \n <ol type=\"A\"> \n <li>are revised frequently, making them more up-to-date </li> \n <li>are compilations of contributions from individual experts in many fields </li> \n <li>do not contain literal definitions of words, making them more reliable </li> \n <li>contain cross-referenced indexes, affording translators easy comparisons <strong></strong> </li> \n <li>contain the cultural contexts and connotations of the original and the new language</li> \n </ol> \n <p><strong>Discussion:</strong> This was a fairly difficult question. Some students select choice B, but while this choice is true, it does not answer the question! Many students choose choice C—perhaps because they are attracted to the word "literal" in this choice—but C is wrong on at least two counts. First, encyclopedias do contain literal definitions of words. Second, this choice misses the point of the passage, which is that translators need to consider numerous aspects of the original and new languages. Encyclopedias are more likely to contain different perspectives than are dictionaries, which are primarily confined to definitions. </p> \n <p></p></li> \n <li>Based on the passage as a whole, the author\'s approach towards translation, as contrasted with that of theoretical translation scholars, can best be characterized as \n <p></p> \n <ol type=\"A\"> \n <li>mercenary </li> \n <li>untenable </li> \n <li>literal <strong></strong> </li> \n <li>pragmatic</li> \n <li>rhetorical </li> \n </ol> \n <p><strong>Discussion:</strong> The difficult vocabulary words in the choices made this a fairly difficult question. Choice C was probably the easiest of the choices to eliminate because the author was arguing against literal translations. If you weren\'t sure of the definitions of the other choices, you should still have guessed among them. Remember that every blank you leave lowers your potential maximum score by 10 points. The answer, pragmatic, is an important SAT word, and means practical. Mercenary means motivated by money (which, if you knew what it meant, you should have eliminated). Untenable means unjustified or hard to maintain (which, if you knew what it meant, you should have eliminated). Rhetorical means relating to the use of language, especially persuasive language (which, if you knew what it meant, you should have eliminated). </p></li> \n <li> \n <p><strong>Summary:</strong> As I mentioned, this passage was slightly harder than average but some of the questions were extremely difficult. As a rough performance measure for this passage only use th</p></li></strong> </strong> \n</ol>',0,1279596659,1279596659,''),(15,12,13,0,'Once You\'ve Identified the Main Idea, Focus on How Each Subsequent Paragraph Develops That Main Idea','In the first step you identified the main idea of the passage. This should have occurred by the end of the first paragraph, or by first sentence of the second paragraph at the absolute latest.\n<p>In the second step you then picked up the pace, forcing yourself to ignore the details as much as possible. The passage might have a second major idea, but on the SAT such passages are rare. You\'re underlining very little if at all, but you re circling words like but, although, and however if you encounter them; sentences that contain those words often come in handy later. </p>\n<p>Now, in the third step, your goal is to see what the main idea of each paragraph is; its function in the overall passage. Each paragraph will develop the author\'s main idea in some way, and the only thing you care about now—before you get to the questions—is how each paragraph as a whole fits in to the passage as a whole. </p>',0,1279596744,1279596744,''),(16,12,14,0,'Passage Can Unfold in Only So Many Ways','Under the previous step we discussed the role of the opening paragraph of an SAT passage as either presenting the main idea itself or setting up the main idea, in which case the main idea would occur in the first sentence of the second paragraph.\n<p>After the passage states the main idea, the main idea will be elaborated or supported. The author can elaborate or support the main idea in various ways, including the following: </p>\n<ul>\n <li>defining a key term </li>\n <li>providing details </li>\n <li>offering examples </li>\n <li>comparing a related idea </li>\n <li>quoting an expert </li>\n</ul>As you\'re reading the passage, you shouldn\'t care about the specifics of an example, but rather simply that an example is being offered. As soon as you recognize that an example is being offered, you should race ahead in the passage—slowing down only when you get to the next example or the next definition or whatever other way the author is using to develop the main idea.\n<p>After the author supports the main idea, be alert for any opposing ideas or—especially—qualifications. An idea is qualified when its scope is limited, such as when exceptions to the idea are pointed out. Qualifications to the main idea will almost always be introduced with the direction reversal words we discussed earlier, "but" being the most common, followed by words like <em>although, despite, except, however, though, </em>and <em>yet</em>. Qualifications are also sometimes introduced with words and expressions like <em>of course, admittedly, not the only, </em>and <em>so forth.</em> </p>\n<p>The passage will not always qualify the main idea of the passage, but it often does. So, after the passage states the main idea and supports it, and then possibly qualifies it, how else can the main idea be developed; where else can it go? </p>\n<p>The final way the main idea may be developed is by extending or applying the idea into another area, to show the idea\'s significance or wider relevance. The main idea is applied when the author answers the further question, So what?</p>\n<p>The basic format of all SAT passages, then, is simple: introduce the main idea (possibly with the conventional wisdom); elaborate and support the main idea with details and examples; and then possibly qualify the main idea or apply it. </p>',0,1279596830,1279596830,''),(17,12,15,0,'Following the Development of a Passage: An Illustration','The next passage illustrates a wide range of development techniques. Before reading the discussion below the passage, try to determine how each sentence moves the passage forward.\n<ul>In the past, how has one civilization conquered<br />another? Many historians have concentrated on<br />the technological superiority of one side over the<br />other\'s. Undoubtedly, technological advances such<br />as the development of metal weapons or gunpowder<br />or even the stirrup for horses enabled one<br />civilization to defeat another.\n <p>But the conquering side often had invisible<br />allies, too. Europeans took over the North<br />American continent from the native population as<br />much by introducing not always unwittingly—<br />microbes and viruses into a populace that had no<br />immunity to them, as by their muskets and other<br />technologically advanced weapons. A growing<br />acknowledgement among historians of the role of<br />this phenomenon will undoubtedly lead to a radical<br />reinterpretation of many historical events. </p>\n</ul>\n<p><strong>Discussion:</strong> The first sentence is a rhetorical question that is answered in the second sentence by the introductory statement. The third sentence supports the introductory statement with two examples (metal weapons and gunpowder). The fourth sentence contradicts the introductory statement with opposing idea (invisible allies). The fifth sentence qualifies the opposing idea by saying that both factors (technological superiority and invisible microbes) can answer the initial rhetorical question, and that many historians were not completely mistaken. The sixth and final sentence applies the main idea to the larger scope of history in general. </p>\n<p><strong></strong></p>',0,1279597000,1279597000,''),(18,12,16,0,'If You Can, Anticipate the Passage\'s Likely Development','One way to stay actively engaged in the passage is to anticipate how it is likely to develop. For example, if a question is asked in the passage, we would expect an answer to follow. A problem stated in one paragraph should be followed by a solution in the next paragraph. A general statement should be followed by an example.\n<p>You won\'t always anticipate the development correctly, but that doesn\'t matter. What\'s important is that you think as you read. Apart from thinking being a good idea on its own, thinking as you read prevents you from overloading your short-term memory with details because your brain is already occupied. <br /><br /></p>',0,1279597262,1279597262,''),(19,12,17,0,'Writing IM (Instant Message) Summaries to Yourself Can Be Helpful','<nanogong caption=\"test\" url=\"/1/nanogong_files/2/2010-07-23_002208.spx\" />You know you shouldn\'t underline details on the SAT as you read, but if you\'re used to writing margin notes in the books you read for school—an outstanding practice that I highly recommend—this next technique may appeal to you.\n<p>When you read the newspaper, most articles start off with a main headline that summarizes the entire article. Every few paragraphs you will often see a sub headline that summarizes the next few paragraphs. If you were to read only those headlines, you\'d understand the gist of the entire article without getting swamped by all the details. </p>\n<p>Unfortunately, SAT passages don\'t come with helpful titles or subtitles, but you can write them yourself. I call these IM Summaries to emphasize that you should keep them super-short, as if you were writing a text message to a friend. </p>\n<p>Keep it brief. Your IM summaries don\'t need to be grammatically correct, and of course you should abbreviate as much as possible. Your IM summaries are for your benefit; it\'s not like anyone else will read them. </p>\n<p>Creating these IM summaries is an active process that forces you to come to grips with the main idea of each paragraph. Many students find that this process helps them focus and helps them ignore the details (which won\'t help you write a summary). </p>\n<p>If you have trouble summarizing a paragraph, you\'re reading the text too closely and getting lost in the details. In other words, read only enough of a paragraph to summarize its contents. As soon as you\'ve read enough of a paragraph to write an IM summary, jump to the next paragraph and continue the process. Get to the questions; get to the questions. </p>',0,1279597352,1279597352,''),(20,13,1,0,'Campus Training','',0,1281695907,1281695907,''),(21,3,1,0,'Vocab Drill 1 (Letter \'A\')',' <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">To renounce, give up, repudiate (dignity or responsibility)</font><span style=\"color: rgb(0, 139, 0);\"></span></font><br /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!<br /><br /></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Acclaimed\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Accolade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a href=\"http://dictionary.reference.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a href=\"http://dictionary.reference.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />22.)<a title=\"Adamant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a href=\"http://dictionary.reference.com/browse/adhere\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)<a title=\"Adhesion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a title=\"Adjacent\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font><br /></div></div></div></div></div></div></div></div></div>',0,1282099708,1282099708,''),(36,14,1,0,'Synonym Drill 1 (Letter \'A\')','\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abate\" target=\"_blank\" title=\"Abate\">Abate</a> : <span style=\"color: rgb(0, 139, 0);\">decrease, weaken, subside, diminish</span><br />2.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abdicate\" target=\"_blank\" title=\"Abdicate\">Abdicate</a> : <span style=\"color: rgb(0, 139, 0);\">resign, quit, abandon, repudiate</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abeyance\" target=\"_blank\" title=\"Abeyance\">Abeyance</a> </span>: <span style=\"color: rgb(0, 139, 0);\">remission, deferral </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abhor\" target=\"_blank\" title=\"Abhor\">Abhor</a> </span>: <span style=\"color: rgb(0, 139, 0);\">hate, despise, abominate</span><span style=\"font-weight: bold;\"><br /></span>5.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" target=\"_blank\" title=\"Abide\">Abide</a><span style=\"font-weight: bold;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.467478070090226\"><span style=\"font-weight: bold;\"></span> </a>: </span><span style=\"color: rgb(0, 139, 0);\">accept, acknowledge, consent</span><span style=\"font-weight: bold;\"><br /></span>6.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Abjure\" target=\"_blank\" title=\"Abjure\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Abrade\" target=\"_blank\" title=\"Abrade\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) <a href=\"http://thesaurus.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\" style=\"color: rgb(0, 51, 102);\">Abrasion</a> :<span style=\"color: rgb(0, 139, 0);\"> chafe, injury, scrape</span><br />9.) <a href=\"http://thesaurus.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : <span style=\"color: rgb(0, 139, 0);\">abate, cancel, invalidate</span><br />10.) <a href=\"http://thesaurus.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : <span style=\"color: rgb(0, 139, 0);\">vanish, break, clear out</span><br />11.) <a href=\"http://thesaurus.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\" style=\"color: rgb(0, 51, 102);\">Abstruse</a> : <span style=\"color: rgb(0, 139, 0);\">complex, abstract, complected</span><br style=\"color: rgb(0, 139, 0);\" />12.) <a href=\"http://thesaurus.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : <span style=\"color: rgb(0, 139, 0);\">abounding, generous, lavish, heavy</span><br />13.) <a title=\"Abut\" target=\"_blank\" href=\"http://thesaurus.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut</span></a> : <span style=\"color: rgb(0, 139, 0);\">adjoin, neighbor, approximate, connect</span><br style=\"color: rgb(0, 139, 0);\" />14.) <a title=\"Abysmal\" target=\"_blank\" href=\"http://thesaurus.com/browse/abysmal\"><span style=\"color: rgb(0, 51, 102);\">Abysmal</span></a> : <span style=\"color: rgb(0, 139, 0);\">extreme, infinite, profound</span><br />15.) <a title=\"Acarpous\" target=\"_blank\" href=\"http://thesaurus.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous</span></a> : <span style=\"color: rgb(0, 139, 0);\">arid, fruitless, impotent, useless</span><br />16.) <a title=\"Accentuate\" target=\"_blank\" href=\"http://thesaurus.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate</span></a> : <span style=\"color: rgb(0, 139, 0);\">accent, emphasize, highlight, stress</span><br />17.) <a href=\"http://thesaurus.com/browse/acclaimed\" target=\"_blank\" title=\"Acclainmed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed</span></a> : <span style=\"color: rgb(0, 139, 0);\">applaud, kudos, cheer, celebrate </span><br />18.) <a href=\"http://thesaurus.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade</span></a> : <span style=\"color: rgb(0, 139, 0);\">approval, award, honor, distinction</span><br />19.) <a href=\"http://thesaurus.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion</span></a> : <span style=\"color: rgb(0, 139, 0);\">accession, accumulation, increase, raise</span><br />20) <a href=\"http://thesaurus.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition</span></a> : <span style=\"color: rgb(0, 139, 0);\">achievement, possession, pursuit, redemption</span><br />21.) <a title=\"Adamant\" target=\"_blank\" href=\"http://thesaurus.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant</span></a> : <span style=\"color: rgb(0, 139, 0);\">determine, firm, inexorable, rigid</span><br />22.) <a title=\"Adhere\" target=\"_blank\" href=\"http://thesaurus.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adhere</span></a> : <span style=\"color: rgb(0, 139, 0);\">support, follow, fulfill</span><br />23.) <a title=\"Adhesion\" target=\"_blank\" href=\"http://thesaurus.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion</span></a> :<span style=\"color: rgb(0, 139, 0);\"> attachment, bond, cling, grip</span><br />24.) <a title=\"Adjacent\" target=\"_blank\" href=\"http://thesaurus.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adjacent</span></a> : <span style=\"color: rgb(0, 139, 0);\">beside, close, contiguous, near</span><br style=\"color: rgb(0, 139, 0);\" /><br /><br /> <br /> ',0,1283140486,1283140486,''),(26,15,1,0,'Antonym Drill 1 (Letter \'A\')','\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /></div><br />1.) <a href=\"http://thesaurus.com/browse/abate\" target=\"_blank\" title=\"Abate\"><span style=\"color: rgb(0, 51, 102);\">Abate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">increase, intensify, extend</span><br /> 2.) <a href=\"http://thesaurus.com/browse/abdicate\" target=\"_blank\" title=\"Abdicate\"><span style=\"color: rgb(0, 51, 102);\">Abdicate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">assert, assume, challenge, claim</span><br />3.) <a href=\"http://thesaurus.com/browse/abeyance\" target=\"_blank\" title=\"Abeyance\"><span style=\"color: rgb(0, 51, 102);\">Abeyance </span></a>: <span style=\"color: rgb(0, 139, 0);\">action, activity, revival</span><br />4.) <a href=\"http://thesaurus.com/browse/abhor\" target=\"_blank\" title=\"Abhor\"><span style=\"color: rgb(0, 51, 102);\">Abhor </span></a>: <span style=\"color: rgb(0, 139, 0);\">admire, adore, cherish</span><br />5.) <a href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" target=\"_blank\" title=\"Abide\" style=\"color: rgb(0, 51, 102);\">Abide </a>: <span style=\"color: rgb(0, 139, 0);\">despise, dispute, pass, quit</span><br />6.) <a title=\"Abjure\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abjure\" style=\"color: rgb(0, 51, 102);\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">indulge, use</span><br />7.) <a title=\"Abrade\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abrade\" style=\"color: rgb(0, 51, 102);\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">add, please, soothe</span><br />8.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abrasion\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrasion\">Abrasion</a> :<span style=\"color: rgb(0, 139, 0);\"> building , strengthening</span><br />9.) <a title=\"Abrogate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : <span style=\"color: rgb(0, 139, 0);\">approve, establish, fix, support</span><br />10.) <a title=\"Abscond\" target=\"_blank\" href=\"http://thesaurus.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : <span style=\"color: rgb(0, 139, 0);\">abide, continue, endure, give up</span><br />11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abstruse\" target=\"_blank\" href=\"http://thesaurus.com/browse/abstruse\">Abstruse</a> : <span style=\"color: rgb(0, 139, 0);\">clear, easy, lucid</span><br style=\"color: rgb(0, 139, 0);\" />12.) <a title=\"Abundant\" target=\"_blank\" href=\"http://thesaurus.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : <span style=\"color: rgb(0, 139, 0);\">lacking, rare, scarce, sparse</span><br />13.) <a href=\"http://thesaurus.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut</span></a> : <span style=\"color: rgb(0, 139, 0);\">dis-join, not touch </span><br style=\"color: rgb(0, 139, 0);\" />14.) <a href=\"http://thesaurus.com/browse/abysmal\" target=\"_blank\" title=\"Abysmal\"><span style=\"color: rgb(0, 51, 102);\">Abysmal</span></a> : <span style=\"color: rgb(0, 139, 0);\">low, incomplete</span><br />15.) <a href=\"http://thesaurus.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous</span></a> : <span style=\"color: rgb(0, 139, 0);\">fruitful, useful</span><br />16.) <a href=\"http://thesaurus.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate</span></a> : <span style=\"color: rgb(0, 139, 0);\">divert attention from, mask, minimize</span><br />17.) <a title=\"Acclainmed\" target=\"_blank\" href=\"http://thesaurus.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed</span></a> : <span style=\"color: rgb(0, 139, 0);\">berate, censure, damn, disapprove </span><br />18.) <a title=\"Accolade\" target=\"_blank\" href=\"http://thesaurus.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade</span></a> : <span style=\"color: rgb(0, 139, 0);\">disapproval, dishonor</span><br />19.) <a title=\"Accretion\" target=\"_blank\" href=\"http://thesaurus.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion</span></a> : <span style=\"color: rgb(0, 139, 0);\">decrease, deduction, shrinkage</span><br />20) <a title=\"Acquisition\" target=\"_blank\" href=\"http://thesaurus.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition</span></a> : <span style=\"color: rgb(0, 139, 0);\">lack, loss, need, want</span><br />21.) <a href=\"http://thesaurus.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant</span></a> : <span style=\"color: rgb(0, 139, 0);\">flexible, submissive, yielding</span><br />22.) <a href=\"http://thesaurus.com/browse/adamant\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere</span></a> : <span style=\"color: rgb(0, 139, 0);\">not conform, loose, separate</span><br />23.) <a href=\"http://thesaurus.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion</span></a> :<span style=\"color: rgb(0, 139, 0);\"> inconsistency, nonconformity </span><br />24.) <a href=\"http://thesaurus.com/browse/adhesion\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent</span></a> : <span style=\"color: rgb(0, 139, 0);\">apart, away, detach, separate </span><br style=\"color: rgb(0, 139, 0);\" /><br /><br /> <br />',0,1282104400,1282104400,''),(37,16,1,0,'Root word Drill 1 (Letter \'A\')','\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">Please Click on the word in case you need more information</span></font><br /><br /><br /></div>1) <a title=\"Abacus\" target=\"_blank\" href=\"http://www.reference.com/browse/abacus\"><span style=\"color: rgb(0, 51, 102);\">Abacus</span></a> : <span style=\"color: rgb(0, 139, 0);\">An instrument for air-thematic calculations started from Greeks.</span><br style=\"color: rgb(0, 139, 0);\" />2) <a title=\"Abate\" target=\"_blank\" href=\"http://www.reference.com/browse/abate\"><span style=\"color: rgb(0, 51, 102);\">Abate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">Based on the name of Gary Dell\'Abate</span><br />3) <a title=\"Abdicate\" target=\"_blank\" href=\"http://www.reference.com/browse/abdicate\"><span style=\"color: rgb(0, 51, 102);\">Abdicate</span> </a>: <span style=\"color: rgb(0, 139, 0);\"></span><br />4) <a title=\"Abeyance\" target=\"_blank\" href=\"http://www.reference.com/browse/abeyance\"><span style=\"color: rgb(0, 51, 102);\">Abeyance </span></a>: <span style=\"color: rgb(0, 139, 0);\">abeance (Old french)</span><br />5) <a title=\"Abhor\" target=\"_blank\" href=\"http://www.reference.com/browse/wiki/Abhor_and_Mehraela+%3Cp%3EMonster\"><span style=\"color: rgb(0, 51, 102);\">Abhor </span></a>: <span style=\"color: rgb(0, 139, 0);\">Abhor and Mehraela</span> ',0,1283255985,1283255985,''),(35,3,5,0,'Vocab Drill 5 (Letter \'B\')',' <font size=\"3\">1.)<span style=\"font-weight: bold; color: rgb(0, 0, 102);\"> </span></font><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">Badge<span style=\"font-style: italic;\">r</span></span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">:</span> </span><span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">To pester, to harass or urge persistently</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1)The boy badgered his friend into coming to the movie with him.<br />2)Even though the old man never left the bed for 2 years, the children continuously badgered him into moving around.</font><span style=\"font-style: italic;\"><br /><br /></span><font size=\"3\">2.)</font><span style=\"color: rgb(0, 0, 153);\"> </span><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">Baffle</span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">:</span> <span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">To foil or frustrate, to confuse,bewilder,or perplex</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1.Tom was baffled by the technical language of the university professor.</font><span style=\"font-style: italic;\"><br /></span><br />3.)<span style=\"font-weight: bold;\"> <span style=\"color: rgb(0, 0, 102);\">Bale</span><span style=\"font-style: italic; color: rgb(0, 0, 102);\">(N)</span><span style=\"color: rgb(0, 0, 102);\">:</span></span><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 102, 0);\">A large package prepared for shipping or storage</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1.</font><span style=\"font-style: italic; color: rgb(102, 0, 0);\"> </span><font size=\"2\"><span style=\"color: rgb(102, 0, 0);\">Since Bob\'s uncle worked in a chocolate factory, Bob got a huge bale of chocolates each year.</span><br /><font size=\"3\"><br />4.) <span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">Ballad</span><span style=\"font-style: italic; color: rgb(0, 0, 102);\">(N)</span><span style=\"color: rgb(0, 0, 102);\">:</span> </span><span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">A simple narrative poem, often of folk origin</span><br /></span><font size=\"2\"><span style=\"color: rgb(102, 0, 0);\">1.Brian remembered many ballads each year to present year at the school\'s talent show. </span><br /><br /><font size=\"3\">5.)<span style=\"font-weight: bold;\"> <span style=\"color: rgb(0, 0, 102);\">Bask</span></span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">:</span> </span></font><span style=\"font-style: italic;\"><font size=\"3\" style=\"color: rgb(0, 102, 0);\">To lie in or be exposed to a pleasant warmth, or to enjoy a pleasant situation</font><br /><span style=\"color: rgb(102, 0, 0);\">1.Marry basked in the sunlight at the pool party.</span><br style=\"color: rgb(102, 0, 0);\" /><span style=\"color: rgb(102, 0, 0);\">2.The brave civilian basked in moment of glory after running into the burning building. </span><br /></span></font><span style=\"font-style: italic;\"></span></font><br /></font><span style=\"font-style: italic;\">test , how are you???<br /></span> ',0,1282392866,1282392866,''),(40,3,8,0,'Vocab Drill 8 (Letter \'C\')','\r\n<p style=\"text-align: justify;\"><span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">1.)</font></span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/cabal\" style=\"color: rgb(0, 51, 102); text-decoration: underline;\" title=\"cabal\"><font size=\"4\">Cabal (<em>n</em>)</font></a><span style=\"color: rgb(0, 51, 102); text-decoration: underline;\"><font size=\"4\"> </font></span><span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">:</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">1)</span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\"> A</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">small</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">group</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">of</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">secret</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">plotters,</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">as</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">against</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">a</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">government</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"color: rgb(0, 139, 0); font-style: italic;\" id=\"hotword\">or</span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">person</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">in</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">authority.<br />2) </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">The</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">plots</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">and</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">schemes</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">of</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">such</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">a</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\">group;</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span></font><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0, 0, 0);\"></span></span><font size=\"2\"><font color=\"#663300\"><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); background-color: transparent;\" id=\"hotword\"><span style=\"color: rgb(0, 0, 0);\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold;\">cabal</span>.</font><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\"><span style=\"color: rgb(0, 0, 0);\"></span><br /></span><font color=\"#663300\"><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); background-color: transparent;\" id=\"hotword\"><span style=\"color: rgb(0, 0, 0);\">2)</span></span><span name=\"hotword\" style=\"cursor: default; color: rgb(0, 139, 0); font-style: italic; background-color: transparent;\" id=\"hotword\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold;\">cabals</span> in action for more than 30 years.<br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">2.)</font></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/cadge\" title=\"cadge\">Cadge</a></font><font size=\"2\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.moodle.org/0.12407330079736834\"> (v)</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">1)</font></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\"> To</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">obtain</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">by</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">imposing</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">on</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">another\'s</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">generosity</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">or</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">friendship.<br />2) </span><span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">To</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">borrow</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">without</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">intent</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">to</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">repay.</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"text-align: justify;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span name=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span class=\"dnindex\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\">3) </span></span></span><span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">To</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">beg</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">or</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">obtain</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">by</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">begging.</span></font><font size=\"2\"><font color=\"#663300\"><br /></font></font></p>\r\n<p style=\"text-align: justify;\"><font size=\"2\"><font color=\"#663300\">1) I believe he was able to <strong>cadge</strong> a lift on the coach.</font></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"text-align: justify;\" class=\"luna-Ent\"> </div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"text-align: justify;\" class=\"luna-Ent\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">3.)</font><a href=\"http://dictionary.reference.com/browse/calipers\" title=\"calipers\" style=\"color: rgb(0, 51, 102);\"><font size=\"4\">Calipers (<em>n</em>)</font></a><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </font><font color=\"#008b00\"><em>1)</em> <em>An instrument for measuring thickness and internal or external diameters inaccessible to the scale, consisting usually of a pair of adjustable pivoted legs.</em></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"text-align: justify;\" class=\"luna-Ent\"><em><font color=\"#008b00\">2) Automotive- The part of a disc-brake assembly that straddles the disc and presses the brake pads against it.</font></em></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"text-align: justify;\" class=\"luna-Ent\">\r\n <div align=\"justify\" class=\"luna-Ent\"><font size=\"2\"><font color=\"#663300\">1) </font><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font color=\"#663300\">The mechanical stage has a spring <strong>caliper</strong> to hold a standard slide.</font></span></span></font></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><font><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><font color=\"#663300\">2) </font><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font color=\"#663300\"><font>The front brakes use a radial <strong>caliper</strong> with four opposed<span class=\"Apple-converted-space\"> <span class=\"nolink\">pistons</span></span></font><font>, in keeping with the latest trends in racing technology.</font></font></span></span></font></span></span></font></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 16px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\"><font color=\"#008b00\"><span name=\"hotword\" style=\"padding: 0px; font-size: 13px; margin: 0px; cursor: default; color: rgb(51, 51, 51); line-height: 1.25em; font-family: verdana,arial,helvetica,sans-serif; position: static; background-color: transparent;\"><em></em></span></font></font></span></span> </div>\r\n <div align=\"justify\" class=\"luna-Ent\"><font size=\"4\"><br />4.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/calumniate\" title=\"calumniate\"><font color=\"#003366\">Calumniate (v)</font></a> : </font><font color=\"#008b00\"><em>T</em><em>o make false and malicious statements about: Slander.</em></font></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><em><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font color=\"#663300\"><font size=\"2\"><font>1) </font>And, consequently, Marx was the best hated and most <strong>calumniated</strong><span class=\"Apple-converted-space\"> <span class=\"nolink\">man </span></span></font><font size=\"2\">of his time.</font></font></span></span></em></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><em><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"></span></span></em></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><em><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"></span></span></em></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><em><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"></span></span></em></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><em><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"></span></span></em> </div>\r\n <div align=\"justify\" class=\"luna-Ent\"><em><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\"><br />5.)<span class=\"nolink\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/calumny\" title=\"calumny\"><font color=\"#003366\">Calumny (<span style=\"font-style: italic;\">n</span>)</font></a> :</span> <font size=\"3\" style=\"font-style: italic;\"><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font color=\"#008b00\">1) <font size=\"4\" style=\"font-style: italic;\"><font size=\"3\">A</font><span style=\"word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font> <font size=\"3\" color=\"#008b00\">false and malicious statement meant to hurt someone\'s reputation.</font></font></span></span></font></font></em></font></font></span></span></em></div>\r\n <div align=\"justify\" class=\"luna-Ent\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><em><span style=\"word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font color=\"#008b00\"><em>2)the uttering of such a statement; slander.</em></font></span></span></span></span></em></font></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><em><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font><font size=\"2\"><font color=\"#663300\">1) </font><span style=\"word-spacing: 0px; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font color=\"#663300\">Why did you<span class=\"Apple-converted-space\"> <span class=\"nolink\">speak</span></span><span class=\"Apple-converted-space\"> </span><strong>calumny</strong> of me to Dr. Joseph behind my back?</font></span></span></font></font></span></span></font></span></span></em></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><em><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font><font size=\"2\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font></span></span></font></span></span></em></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><em><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"></span></span></font></span></span></span></span></em> </div>\r\n <div align=\"justify\" class=\"luna-Ent\"><em><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\"><br />6.)</font><font><font size=\"4\"><a title=\"candid\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/Candid\">Candid (adj)</a> :</font><font size=\"3\"> </font></font><font size=\"3\" style=\"font-style: italic;\"><font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span> <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">F</span><span style=\"word-spacing: 0px; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-style: italic;\">ree from prejudice or bias; fair; just; impartial.</span></span></span></font></font></font></span></span></font></span></span></span></span></em></div>\r\n <div align=\"justify\" style=\"font-style: italic;\" class=\"luna-Ent\"><font size=\"3\"><em><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</font> <span style=\"font-style: italic;\">V</span><span style=\"word-spacing: 0px; font: italic medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\">ery honest or frank in what one says or writes.</span></span></font></span></span></span></span></span></span></span></span></em></font></div>\r\n <div align=\"justify\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"luna-Ent\"><em><span style=\"word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\"><span style=\"word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span class=\"pg\"><span id=\"hotword\"><span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\"><font size=\"3\">3) <font style=\"font-style: italic;\">(–noun) </font></font><font size=\"3\" style=\"font-style: italic;\"><span id=\"hotword\"><font><font size=\"3\"><span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">an</span> <span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\">unposed</span> </font><span name=\"hotword\" style=\"cursor: default; background-color: transparent;\" id=\"hotword\"><font size=\"3\">photograph</font>.</span></font></span></font></span></span></span></span></span></font></span></span></span></span></span></span></span></span></em></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><em><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><span class=\"pg\"><span><span name=\"hotword\" style=\"cursor: default; background-color: transparent;\"><span><font size=\"2\"><span name=\"hotword\" style=\"cursor: default; background-color: transparent;\">1)The Minister has been very <strong>candid</strong> about the <span class=\"nolink\">reasons </span>why the arrangement has been made in this way. </span></font></span></span></span></span></span></span></font></span></span></span></span></span></span></span></span></em></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><font size=\"2\">2)Do you want formal pictures, <strong>candid</strong> <span class=\"nolink\">shot</span>s or both?</font></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><font size=\"4\"><br />7.)<a title=\"canvass\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/canvass\">Canvass (v)</a> : <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">1)</span></font></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"> <font size=\"3\" style=\"font-style: italic;\">To</font></span><font size=\"3\" style=\"font-style: italic;\"> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">solicit</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">votes,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">subscriptions,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">opinions,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">the</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">like</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">from.</span></font></font>\r\n <div class=\"dndata\"><font size=\"3\"><span id=\"hotword\"> </span></font></div><font size=\"4\"><font size=\"3\"><span style=\"font-style: italic;\">2)</span></font></font><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> To</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">examine</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">carefully;</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">investigate</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">by</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">inquiry;</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">discuss;</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">debate.</span>\r\n <div style=\"font-style: italic;\" class=\"dndata\"><span id=\"hotword\"> </span></div><font size=\"4\" style=\"font-style: italic;\">(-noun)</font><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> <br />3) A</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">soliciting</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">votes,</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">orders,</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">or</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">the</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">like.<br />4)</span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> A</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">campaign</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">for</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">election</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">to</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">government</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">office.<br /></span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"><font size=\"3\">5)</font></span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> Close</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">inspection;</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">scrutiny.<br /></span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><font size=\"2\">1)</font></span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> </span><font size=\"2\">She has canvassed on <span class=\"nolink\">behalf</span> of the Labor party.</font>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><font size=\"2\">2) </font></span><font size=\"2\">Nearly all former politicians remember their earliest attempts at canvassing <span class=\"nolink\">voter</span>s.</font><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><br /><font size=\"2\">3) </font></span><font size=\"2\">I first met her in 1983 when we were canvassing for the local <span class=\"nolink\">election</span>s.</font>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div><font size=\"4\"><br />8.)<a href=\"http://dictionary.reference.com/browse/Capricious\" target=\"_blank\" title=\"capricious\">Capricious (adj)</a> : <font size=\"3\" style=\"font-style: italic;\">1)</font><span style=\"font-style: italic;\"> </span></font><font size=\"3\" style=\"font-style: italic;\">Subject to caprices; tending to change abruptly and without apparent reason; erratic; flighty.</font></div>\r\n <div align=\"justify\" style=\"font-style: italic;\" class=\"luna-Ent\">2) (obsolete) witty or fanciful.</div>\r\n <div align=\"justify\" class=\"luna-Ent\">1) <span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">The preparation of the reducing agent proved to be<span class=\"Apple-converted-space\"> <span class=\"nolink\">very</span></span><span class=\"Apple-converted-space\"> </span>capricious.</font></span></span></div>\r\n <div align=\"justify\" class=\"luna-Ent\"><span style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font><font size=\"2\">2) <font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font>And still she is this small, feisty, sometimes capricious<span class=\"Apple-converted-space\"> <span class=\"nolink\">woman</span></span>.<br /><br /><font size=\"4\">9.)<a href=\"http://dictionary.reference.com/browse/castigate\" target=\"_blank\" title=\"castigate\">Castigate (v)</a> : <font size=\"3\" style=\"font-style: italic;\">1)</font></font></font></span></span></font></font></font></span></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\"> To</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">criticize</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">or</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">reprimand</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">severely.<br />2)</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\"> To</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">punish</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">in</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">order</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">to</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">correct.<br /></span><font size=\"2\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1)</span>One person who I didn\'t know at <span class=\"nolink\">school</span> castigated me when she found Feeder tracks on my MP3 player<br />2)Suffice to say that a soap star can be <span class=\"nolink\">publicly</span> castigated for speaking lines she only read.<br /><br /><font size=\"4\">10.)<a title=\"casual\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/casual\">Casual (adj)</a> : <font size=\"3\" style=\"font-style: italic;\">1) </font></font><font size=\"3\" style=\"font-style: italic;\">Happening by chance; not planned; incidental</font></font><font size=\"3\" style=\"font-style: italic;\">.<br />2) <span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Appropriate</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">for</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">wear</span> <span id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">use</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">on</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">informal</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">occasions;</span> <span id=\"hotword\" name=\"hotword\">not</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">dressy.<br /><font size=\"4\">(-noun)</font><br />3)</span></span></font><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> A</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">worker</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">employed</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">only</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">irregularly.<br />4)</span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> A</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">soldier</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">temporarily</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">at</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">a</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">station</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">or</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">other</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">place</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-style: italic;\"> </span><span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">duty,</span><span style=\"font-style: italic;\"> </span><span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">and</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">usually</span><span style=\"font-style: italic;\"> </span><span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">en</span> <span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">route</span><span style=\"font-style: italic;\"> </span><span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">to</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">another</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">station.<br /></span><font size=\"2\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1) </span>A casual <span class=\"nolink\">vacancy</span> shall be filled by decision of College Council.</font> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><br /><font size=\"2\">2)</font></span><font size=\"2\"> Notes: Every last Friday of the month council staff donate a pound to wear casual <span class=\"nolink\">clothes</span> to work.<br />3)<font size=\"2\"> </font></font><font size=\"2\">Most of these people were casual <span class=\"nolink\">laborer</span>s who probably traveled from farm to farm in search of a few days work.<br /><br /><font size=\"4\">11.)<a href=\"http://dictionary.reference.com/browse/Catalyst\" target=\"_blank\" title=\"Catalyst\">Catalyst (<span style=\"font-style: italic;\">n</span>)</a> : <font size=\"3\" style=\"font-style: italic;\">1) </font></font><font size=\"3\"><span class=\"italic\" style=\"font-style: italic;\">Chemistry</span><span style=\"font-style: italic;\">. A substance, usually used in small amounts relative to the reactants, that modifies and increases the rate of a reaction without being consumed in the process.</span></font></font><font size=\"3\" style=\"font-style: italic;\"><br />2) </font><font size=\"3\"><span style=\"font-style: italic;\">One that precipitates a process or event, especially without being involved in or changed by the consequences.</span></font><font size=\"2\" style=\"font-style: italic;\"><br /></font>\r\n <div class=\"dndata\" style=\"font-style: italic;\"><span id=\"hotword\"> </span></div>\r\n <div class=\"dndata\" style=\"font-style: italic;\"><span id=\"hotword\"> </span></div><font size=\"3\" style=\"font-style: italic;\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"> </span></span></font>\r\n <div class=\"dndata\" style=\"font-style: italic;\"><span id=\"hotword\"> </span></div>\r\n <div class=\"dndata\" style=\"font-style: italic;\"><span id=\"hotword\"> </span></div><span style=\"word-spacing: 0px; font: italic medium \'times new roman\'; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; font-family: verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"Apple-style-span\"><font><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font><font size=\"4\"> </font></font></span></span></font></font></font></span></span></div>\r\n <div align=\"justify\" class=\"luna-Ent\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1) </span></span>They will bring in private funds and act as catalysts for <span class=\"nolink\">innovation</span>.<br />2) The vegetable oils are reacted with hydrogen gas using a <span class=\"nolink\">nickel</span> catalyst.<br /><br /><font size=\"4\">12.)</font></font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/censure\" target=\"_blank\" title=\"censure\">Censure (<span style=\"font-style: italic;\">n</span>)</a> :</font> <font size=\"3\" style=\"font-style: italic;\">1)<span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> Strong</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">vehement</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">expression</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">of</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">disapproval.<br />2)</span></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> An</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">official</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">reprimand,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">as</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">by</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">a</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">legislative</span> <span name=\"hotword\" id=\"hotword\">body</span> <span name=\"hotword\" id=\"hotword\">of</span> <span name=\"hotword\" id=\"hotword\">one</span> <span name=\"hotword\" id=\"hotword\">of</span> <span name=\"hotword\" id=\"hotword\">its</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">members.<br />(-verb)<br />3) </span>To criticize severely; blame.<br />4) To express official disapproval of.<br /></font><font size=\"2\">1) The final vote on the censure <span class=\"nolink\">motion</span> takes place next month.<br />2) As you can see the letter contains <span class=\"nolink\">much</span> censure and no praise.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">13.) </font></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"census\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/census\">Census(<span style=\"font-style: italic;\">n</span>)</a> :</font> <span style=\"font-style: italic;\">1)</span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> An</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">official</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">enumeration</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">the</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">population,</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">with</span><span style=\"font-style: italic;\"> </span><span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">details</span><span style=\"font-style: italic;\"> </span><span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">as</span><span style=\"font-style: italic;\"> </span><span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">age,</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">sex,</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">occupation,</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">etc.<br />2)</span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> (in</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">ancient</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">Rome)</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">the</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">registration</span><span style=\"font-style: italic;\"> </span><span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-style: italic;\"> </span><span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">citizens</span><span style=\"font-style: italic;\"> </span><span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">and</span><span style=\"font-style: italic;\"> </span><span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">their</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">property,</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">for</span> <span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">purposes</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">taxation.<br />(-verb)<br />3) </span><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">take</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">a</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">census</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">of</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">(a</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">country,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">city,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">etc.).<br /></span></span><font size=\"2\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1) </span></span>A future plan is to <span class=\"nolink\">transcribe</span> the 1901 census.<br />2) In the 1881 census there are only 256 references. <br />3)The refuges will be lifted out, from time to time, for a <span class=\"ex\"><span class=\"nolink\">population</span></span> census. </font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">14.) <a title=\"centurion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/centurion\">Centurion(<span style=\"font-style: italic;\">n</span>)</a> :</font> <span style=\"font-style: italic;\">1)</span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> (in</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">the</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">ancient</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">Roman</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">army)</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">the</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">commander</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">a</span> <span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">century.<br />2)</span><span style=\"font-style: italic;\" class=\"labset\"><span id=\"hotword\"> ( </span><span class=\"ital-inline\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">initial</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">capital</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">letter</span> </span></span><img border=\"0\" class=\"luna-Img\" src=\"http://sp.dictionary.com/dictstatic/dictionary/graphics/luna/thinsp.png\" /><span id=\"hotword\">) </span><span class=\"ital-inline\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Military</span></span></span><span id=\"hotword\">. </span></span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">any</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">one</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">various</span><span style=\"font-style: italic;\"> </span><span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">British</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">battle</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">tanks</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">in</span> <span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">service</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">from</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">1945</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">to</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><span style=\"font-style: italic;\">1967.</span><br /><font size=\"2\">1) </font></span><font size=\"2\">Even in His death, <span class=\"nolink\">did</span> not the centurion say, " Truly, this was the Son of God " ?<br />2) A century was a group of 100 men <span class=\"nolink\">command</span>ed by a centurion.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">15.) </font></font><font size=\"4\"><a title=\"chary\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/chary\" style=\"color: rgb(0, 51, 102);\">Chary (adj)</a><span style=\"color: rgb(0, 51, 102);\"> :</span> </font><span style=\"font-style: italic;\">1) Very cautious; wary.</span><br style=\"font-style: italic;\" /><span style=\"font-style: italic;\">2) Not giving or expending freely; sparing.</span><br /><font size=\"2\">1) Likewise be <span class=\"nolink\">very</span> chary of Flash animation, or splash pages at all. </font><br />\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span></span>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div> </div></div> ',0,1283260812,1283260812,''),(41,3,12,0,'Vocab Drill 12 (Letter \'D\')','\r\n<div style=\"text-align: center;\"><font size=\"1\"><font size=\"4\" style=\"text-decoration: underline;\"><span style=\"color: rgb(255, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></font><br style=\"color: rgb(255, 0, 0); font-family: times new roman,times,serif;\" /></div><font size=\"1\"><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/dabble\" target=\"_blank\" title=\"Dabble\">Dabble (v)</a>:</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To play in water, as with the hand,to do something superficially, not seriously</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).I dabble at science but i don\'t know a lot.<br />2).The moon hung over the harbor dabbling the waves with gold.<br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.)</span><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/dainty\" target=\"_blank\" title=\"Dainty\">Dainty<span style=\"font-style: italic;\"> </span>(a):</a></font> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">delicious and choice: a dainty morsel,delicately pretty or <br style=\"color: rgb(0, 139, 0);\" /></span><span style=\"color: rgb(0, 139, 0);\"> lovely</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).Her head was bent, and with the toe of her dainty shoe she toyed with a passing snail</font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">3.)</span><a href=\"http://dictionary.reference.com/browse/debacle\" target=\"_blank\" title=\"Debacle\"><span style=\"color: rgb(0, 51, 102);\">Debacle (<span style=\"font-style: italic;\">n</span>):</span></a></font> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A sudden, disastrous collapse, downfall, defeat, a rout,</span><span style=\"color: rgb(0, 139, 0);\">a violent flood</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).After last week\'s debacle, this week\'s game at home to Pheonix was an important one.<br />2).The response to their recent election debacle was to say \' no turning back \' .<br /></font><font size=\"4\"><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(0, 0, 0);\">4.)</span><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/derelict\" target=\"_blank\" title=\"Derelict\">Derelict<span style=\"font-style: italic;\"> </span>(a)</a>:</span></font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">In a very poor condition as a result of disuse and neglect,a destitute person.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).The tower currently stands derelict covered in a thick layer of ivy in the garden of a private house.<br />2).Over the last two years new cafe\'s have opened, semi derelict properties have been restored.<br /></font><br /><font size=\"4\">5.)<span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/desolate\" target=\"_blank\" title=\"Desolate\">Desolate<span style=\"font-style: italic;\"> </span>(a)</a>:</span></font><font size=\"3\" style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">Deprived or destitute of inhabitants, deserted, </span><span style=\"color: rgb(0, 139, 0);\">lonely, a desolate place.</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).This will make many people desolate and depressed at a time they need to see their loved ones daily.<br />2).The feeling is not desolate, but promises impending revelation. <br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">6.)</font></font></font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/dally\"><span style=\"color: rgb(0, 51, 102);\">Dally(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a>:</font><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">Trifle with, toy with treat without the necessary seriousness,procrastinate, waste time</span></span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)You may dally as <a href=\"http://www.yourdictionary.com/long\" class=\"ex\"></a><span class=\"nolink\">long</span> as you like by the roadside. <br />2)You could dally for a <a target=\"_top\" href=\"http://www.yourdictionary.com/while\" class=\"ex\"></a><span class=\"nolink\">while</span> along Beacon Street, an artful string of cafés, boutiques and galleries. </font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/damn\"><span style=\"color: rgb(0, 51, 102);\">Damn(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a>:</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Condemn,criticize severely,condemn to everlasting </span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I have complained about it previously and other people have complained about it numerous time and you don\'t <span class=\"nolink\">care</span><a href=\"http://www.yourdictionary.com/care\" class=\"ex\"><span class=\"nolink\"><span class=\"nolink\"></span></span></a> a damn. <br />2)And it\'s a damn <a href=\"http://www.yourdictionary.com/shame\" class=\"ex\"></a><span class=\"nolink\">shame</span>, cause Parker is such a great writer!</font><br /><br /><font size=\"4\">8.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/dank\"><span style=\"color: rgb(0, 51, 102);\">Dank(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a>:</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Damp,unpleasantly wet</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)In the waist-high grass, in the dank, dark <a target=\"_top\" href=\"http://www.yourdictionary.com/cellar\" class=\"ex\"></a><span class=\"nolink\">cellar</span>s they are acquiring new tastes, new cravings.<br />2)What she delivers are simple, pretension free songs perfectly suited to a cold Monday evening in a dank <a target=\"_top\" href=\"http://www.yourdictionary.com/basement\" class=\"ex\"><span class=\"nolink\"><span class=\"nolink\"><span class=\"nolink\"></span></span></span></a><span class=\"nolink\">basement</span>. <br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">9.)</font></font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/dapper\"><span style=\"color: rgb(0, 51, 102);\">Dapper(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Neat and trim (in appearance), (of small men) neat in appearance and quick in movements, neat, spry</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Wear them with skinny jeans, urban country dress or even a dapper <span class=\"nolink\">suit</span><a target=\"_top\" href=\"http://www.yourdictionary.com/suit\" class=\"ex\"><span class=\"nolink\"><span class=\"nolink\"></span></span></a>. <br />2)He looked every inch the dapper <span class=\"nolink\">guy</span><a target=\"_top\" href=\"http://www.yourdictionary.com/guy\" class=\"ex\"></a> just as he always did when he took to the park.</font><br /><br /><font size=\"4\">10.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/dapple\"><span style=\"color: rgb(0, 51, 102);\">Dapple(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n,adj,v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a>:</font><font size=\"3\" style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">A spot</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There is a dapple <a target=\"_top\" href=\"http://www.yourdictionary.com/pattern\" class=\"ex\"></a><span class=\"nolink\">pattern</span> that consists of a dark base color with contrasting light areas.<br />2)The sun filters through the leaves, creating dappled <a target=\"_top\" href=\"http://www.yourdictionary.com/sunshine\" class=\"ex\"></a><span class=\"nolink\">sunshine</span> on the three figures. <br /></font><span style=\"text-decoration: underline;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"text-decoration: underline;\"></span></font><br /></span> ',0,1283261134,1283261134,''),(43,3,20,0,'Vocab Drill 20 (Letter \'F\')','\r\n<div style=\"text-decoration: underline; text-align: center;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div> </div><br /><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]-->\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span></font><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive</span></font><span style=\"font-style: italic;\"><br /></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><span style=\"font-style: italic;\"></span> <span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><span style=\"color: rgb(102, 51, 0);\"> </span><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span></font><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"><br /></span></font></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"></span>1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"nolink\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.<br /></span></font></span><span style=\"font-size: 12pt;\"><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">6.)</span></font></span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> Fatuous (<span style=\"font-style: italic;\">adj.</span>) : </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Complacently stupid or inane; silly; foolish</span></font></font>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)For social security reform the <span style=\"font-weight: bold;\">fatuous</span> <span class=\"nolink\">quot</span> which many thought placed underneath the. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Behind its <span style=\"font-weight: bold;\">fatuous</span> claims of " managed migration " , the Government is starting to worry.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">7.) Faucet (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A device for regulating the flow of a liquid from a reservoir such as a pipe or drum.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The showers were a bit tricky because you have to turn the <span style=\"font-weight: bold;\">faucet</span> all the way around to get hot water. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>To <a href=\"http://www.yourdictionary.com/install\"></a><span class=\"nolink\">install</span> the <span style=\"font-weight: bold;\">faucet</span> a hole will need to be drilled into the work surface or the outer rim of the sink.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">8.) Fawn (<span style=\"font-style: italic;\">v</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">To show friendliness by licking hands, wagging its tail, etc.:</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Anorak pokes fun every weekday at Britain\'s infamous tabloids, haughty broadsheets and <span style=\"font-weight: bold;\">fawning</span> society magazines.. . </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>It was so ludicrous it made you think of Mel Brooks or Monty Python playing a scene of monstrous king and <span style=\"font-weight: bold;\">fawning</span> courtiers.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">9.) Feckless (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">Weak; ineffective; careless; irresponsible</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>Even children of <span style=\"font-weight: bold;\">feckless</span> parents will gain because choice works at the margins. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"2\"><span>2)</span>Twenty years ago, black men were routinely seen on TV as pimps, muggers, drug dealers and <span style=\"font-weight: bold;\">feckless</span> <span class=\"nolink\">father</span>s.</font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span> </span></font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">10.) Fecund (<span style=\"font-style: italic;\">adj.</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Fruitful or fertile; productive; prolific</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There is no one writing fantasy today with a more <span style=\"font-weight: bold;\">fecund </span><a href=\"http://www.yourdictionary.com/imagination\"></a><span class=\"nolink\">imagination</span> than China Miéville. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Mark Doyle is a producer for <span style=\"font-weight: bold;\">fecund</span> <span class=\"nolink\">film</span>s and a core member of fecund\'s acting ensemble.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">11.) Feint (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A false show;</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The light causes the pupils to contract thereby <a href=\"http://www.yourdictionary.com/make\"></a><span class=\"nolink\">making </span>the <span style=\"font-weight: bold;\">feint </span>stars impossible to see. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Regimental cavalry requires no reinforcement to <a href=\"http://www.yourdictionary.com/conduct\"></a><span class=\"nolink\">conduct </span>a <span style=\"font-weight: bold;\">feint</span>.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">12.)Felicitous (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Used or expressed in a way suitable to the occasion; aptly chosen; appropriate; apt</span></font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The forest, in Rackham\'s <span style=\"font-weight: bold;\">felicitous</span><span class=\"nolink\"> phrase</span>, was a place of deer, not a place of trees. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Conceptually that was quite accurate, even if it was not the most <span style=\"font-weight: bold;\">felicitous</span> <span class=\"nolink\">choice</span> of words.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">13.) Felon (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A person guilty of a major crime; criminal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A Felon\'s <span class=\"nolink\">death</span> Jesus died a <span style=\"font-weight: bold;\">felon\'s</span> death, a traitor to the ruling power in Rome. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>This banking career ended in a <span style=\"font-weight: bold;\">felon\'s</span> <a href=\"http://www.yourdictionary.com/cell\"></a><span class=\"nolink\">cell</span>.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">14.) Ferret (<span style=\"font-style: italic;\">n</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A narrow ribbon of cotton, wool, silk, etc.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There\'s goat milking, <span style=\"font-weight: bold;\">ferret</span> racing, lamb feeding or you can make a craft souvenir to take home. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>We are advised that an all wire <span style=\"font-weight: bold;\">ferret</span> <span class=\"nolink\">cage </span>in a shed or utility room is better.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">15.) Fervid (<span style=\"font-style: italic;\">adj.</span>) :</span><font size=\"3\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">H</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0); font-style: italic;\">ot; glowing; impassioned</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> It needs the most <span style=\"font-weight: bold;\">fervid</span><span class=\"nolink\"> imagination </span><span style=\"text-decoration: underline;\"></span>to distort any text to refer to him.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">16.) Fervor (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">I</span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">ntense heat; great warmth of emotion; ardor; zeal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The flesh will murmur against you, but it will be bridled by <span style=\"font-weight: bold;\">fervor</span> of <a href=\"http://www.yourdictionary.com/spirit\"></a><span class=\"nolink\">spirit</span>. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Beware the leader who bangs the drums of war in order to whip the citizenry into a patriotic <span style=\"font-weight: bold;\">fervor</span>.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">17.) Fetter (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">T</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0);\">o bind with fetters; shackle; chain; to hold in check; restrain;</span></font><span style=\"font-style: italic;\"><br /></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-style: italic;\"></span><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> Far better to die for our country than to go with <span style=\"font-weight: bold;\">fettered</span> <span class=\"nolink\">hand</span>s into captivity!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><font size=\"2\">2) Cuba did not shrink from continuing its call to other <span style=\"font-weight: bold;\">fettered</span><span class=\"nolink\"> people</span>s to rebel, or from giving them active help.</font> <span style=\"font-size: 12pt; line-height: 115%;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">18.) Feud (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A bitter, protracted, and violent quarrel; any dispute or rivalry</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Both these killings were part of the <span class=\"nolink\">continuing </span><span style=\"font-weight: bold;\">feud</span> between the two wings of the IRA. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>They might have a <a href=\"http://www.yourdictionary.com/run\"></a><span class=\"nolink\">run</span>ning <span style=\"font-weight: bold;\">feud</span> or they might simply not get on with one an other.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">19.) Fidelity (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Faithful devotion to duty or to one\'s obligations or vows; loyalty; faithfulness</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A purge followed, and in 1579 every JP was required to swear <span style=\"font-weight: bold;\">fidelity</span> to the established religion. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>A single Webster will <span class=\"nolink\"><span class=\"nolink\"><span class=\"nolink\">deliver</span></span></span> stereo <span style=\"font-weight: bold;\">fidelity</span> by just using one speaker!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">20.) Fidget (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">The state of being restless, nervous, or uneasy</span></font></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)Thing is... " the demon <span style=\"font-weight: bold;\">fidgeted</span> a bit under Spike\'s gaze. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span>2)</span>Justin gets bored, <span style=\"font-weight: bold;\">fidgets</span> then starts looking at all the neatly organized books.</font></p>\r\n <p class=\"MsoNormal\"><!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
 <o:RelyOnVML/>
 <o:AllowPNG/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]--> </p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">21.)Finesse (<span style=\"font-style: italic;\">n</span>) :</span></font> <font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\">1)the ability to handle delicate and difficult situations skillfully and diplomatically</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\"><font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%;\">2)cunning; skill; artfulness; craft</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The present book seeks to <span style=\"font-weight: bold;\">finesse</span> this problem by starting with the applications, considering some specific non-linear differential equations. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span>2)</span>Clicking in the red region adds OVERDRIVE Click on the downstroke in the CLIP region to <span style=\"font-weight: bold;\">finesse</span> the shot.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">22.)Finical (<span style=\"font-style: italic;\">adj.</span>) :</span></font> <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">too fussy about food</span></font></p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">1) Insurance covers you against such an occurrence and minimizes the <span style=\"font-weight: bold;\">finical</span> impact. </font></p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">2)Many of you have requested the bank details to send <span style=\"font-weight: bold;\">finical</span> help.</font> </p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">23.) Fixate (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">to direct and focus (the eyes) on (a point or object)</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)Slow smooth pursuit movements let the eye and brain steadily and constantly <span style=\"font-weight: bold;\">fixate</span> an object</font> moving at less than 30 degrees per second. </p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Instruct the patient to <span style=\"font-weight: bold;\">fixate</span> a target straight ahead.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">24.)Flagrant (<span style=\"font-style: italic;\">adj.</span>) :</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">glaringly bad; notorious; outrageous</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)What finally finished off the Post Office\'s plan was their <span style=\"font-weight: bold;\">flagrant</span> disregard for the community\'s safety. </font></p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>This was in <span style=\"font-weight: bold;\">flagrant</span> violation of the UN Charter.</font></p>\r\n <p class=\"MsoNormal\"> <font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">25.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://http://www.yourdictionary.com/examples/flamboyant\" target=\"_blank\">Flamboyant (<span style=\"font-style: italic;\">adj.</span>)</a> :</span></font> <font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\">flamelike or brilliant in form or color; too showy or ornate; florid, extravagant, etc.</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>A man with a strong <span style=\"font-weight: bold;\">flamboyant</span> personality would be much more likely to prefer a ring which stands out. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)More than 2,000 guests sang along to \' Rocket Man \' at the <span style=\"font-weight: bold;\">flamboyant</span> singer \'s 14th annual Academy Awards bash.</font><span style=\"font-size: 12pt; line-height: 115%;\"></span></p> </div> ',0,1283338749,1283338749,''),(44,3,23,0,'Vocab Drill 23 (Letter \'G\')',' <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px;\"><br /></span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The <span style=\"font-weight: bold;\">glut</span> of media converge to the growth of the growth of the dot com industry had too much of reporting and very little of analysis.</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px;\"><span style=\"font-weight: bold;\"></span></span></span></font><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grievance\" title=\"Grievance\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grimace\" title=\"grimace\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face</font></span></span></span></span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" href=\"http://http://dictionary.reference.com/browse/Grovel\" title=\"Grovel\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1) I<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">15.)</span><span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Guile\" title=\"Guile\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Gust\" href=\"http://http://dictionary.reference.com/browse/gust\" style=\"color: rgb(0, 51, 102);\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/giddy\" title=\"Giddy\" style=\"color: rgb(0, 51, 102);\">Giddy</a>(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)</span><span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/gingerly\" title=\"Gingerly\">Gingerly</a> (adv. & adj.) <span style=\"color: rgb(0, 0, 0);\">:</span></span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Very carefully, prudent</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) He <span style=\"font-weight: bold;\">gingerly</span> picked up the crystal bowl from the shelf and showed it to her fiancée, holding it tightly.</font><br /><br /><font size=\"4\">19.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/grapple\" title=\"Grapple\">Grapple</a> (v & n)</span><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font></font><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To come to terms with, Tackle, Get a grip on something</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of their sole-bread earner, but not with much success.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">20.) </font></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/gratify\" title=\"Gratify\">Gratify</a> (v)</span> :</font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">To please</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)While I was really <span style=\"font-weight: bold;\">gratified</span> at the news of my qualifying for the engineering degree course, there was also a bit of sadness at the thought of leaving school.<br /><font size=\"4\"><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span></font> <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/grib\" title=\"Grib\" style=\"color: rgb(0, 51, 102);\">Glib</a> (adj.) </span>:</font><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Fluent, facile,Slick</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\">With his <span style=\"font-weight: bold;\">glib</span> sales pitch</font>, <font size=\"2\">the salesman almost manage</font><font size=\"2\">d</font><span class=\"Apple-converted-space\"> </span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">to convince me to buy the timeshare holiday package; now I\'m glad that I did not get fully convinced.</font><br /><br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">22.) </font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" title=\"Gratuitous\" href=\"http://www.yourdictionary.com/gratuitous\">Gratuitous</a> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(adj.)</span></span> :</font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\">Given freely, Unwarranted, Uncalled for</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">He goes about giving <span style=\"font-weight: bold;\">gratuitous</span> advice to others, and despite all his good intentions, this habit of his has made<span class=\"Apple-converted-space\"> </span></span></span><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">him rather unpopular in the class.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">23.)</font><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/gruel\" title=\"Gruel\" style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Gruel</a> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(n& v)</span> </span>: </font></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Liquid food made by boiling oatmeal etc</span></font><br /><span style=\"color: rgb(102, 51, 0);\">1)</span></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">The prisoners were served an extremely tasteless meal of rice, barley and <span style=\"font-weight: bold;\">gruel</span>.<br /><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">24.)</span></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a title=\"Germane\" href=\"http://www.yourdictionary.com/germane\">Germane</a></font><span style=\"font-family: times new roman,times,serif;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(adj)</span></span></font> <font size=\"4\">: </font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Relevant, pertinent to</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Topics will include discussions of the legal and social contexts that <span style=\"font-weight: bold;\">germane</span><span class=\"Apple-converted-space\"> issues</span> are nested within and specific cases and situations.<br /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">2)</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A number of determinants were<span class=\"Apple-converted-space\"> considered</span> <span style=\"font-weight: bold;\">germane</span> in the selection of mediation for commercial disputes.<br /><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">25.)</span> <a href=\"http://www.yourdictionary.com/glib\" title=\"Glib\" style=\"color: rgb(0, 51, 102);\">Glib</a> <span style=\"color: rgb(0, 51, 102);\">(adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\">ready and smooth but not sincere</font><br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1.)Her final positive outlook is<span class=\"Apple-converted-space\"> not </span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"></span><span style=\"font-weight: bold;\">glib</span>, but offers a small something to cling onto.</span></span></font><br />',0,1283338789,1283338789,''),(45,3,24,0,'Vocab Drill 24 (Letter \'H\')',' <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a href=\"http://www.yourdictionary.com/Hack\" title=\"Hack\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (<span style=\"font-style: italic;\">n</span>)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-weight: bold;\">Hamper</span><span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> basket </span>full of locally produced treats available upon request.</span></span></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">The steady rain <span style=\"font-weight: bold;\">hampered </span>the progress of the work.</span></font></font></font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hapless\" title=\"Hapless\" style=\"color: rgb(0, 51, 102);\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">He even tortured some <span style=\"font-weight: bold;\">hapless</span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-style: italic;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">victims, like an old woman.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harangue\" href=\"http://www.yourdictionary.com/Harangue\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (<span style=\"font-style: italic;\">n</span>)</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall not<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">harangue </span>the Minister.</span></span></font><br /></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harbinger\" href=\"http://www.yourdictionary.com/Harbinger\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (<span style=\"font-style: italic;\">n</span>)</span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">A white pigeon was also a <span style=\"font-weight: bold;\">harbinger</span> of death</font>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Harrow\" href=\"http://www.yourdictionary.com/Harrow\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The piece includes some <span style=\"font-weight: bold;\">harrowing</span><span class=\"Apple-converted-space\"> </span>stories<span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span></font><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Haughty\" href=\"http://www.yourdictionary.com/Haughty\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span>too<span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">haughty</span> to listen to truth from the lips of any of his fellow men.</span></span></font><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Haven\" href=\"http://www.yourdictionary.com/Haven\">Haven</a> (<span style=\"font-style: italic;\">n</span>) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">The Park is an absolute <span style=\"font-weight: bold;\">haven</span> for nature<span class=\"Apple-converted-space\"> </span>lovers, photographers or those who just enjoy a quiet holiday.<br /></font><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Heinous\" href=\"http://www.yourdictionary.com/Heinous\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Sin against grace is far more <span style=\"font-weight: bold;\">heinous</span> than sin against law. </font><br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Heresy\" href=\"www.yourdictionary.com/Heresy\">Heresy</a> (<span style=\"font-style: italic;\">n</span>)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There were false prophets or people teaching <span style=\"font-weight: bold;\">heresy</span> in the churches.</font><br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hermetic\" href=\"http://www.yourdictionary.com/Hermetic\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Immerse yourself in a Harry Potter and you are inside a <span style=\"font-weight: bold;\">hermetic</span><span class=\"Apple-converted-space\"> world</span>.</span></span></font><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hew\" href=\"http://www.yourdictionary.com/Hew\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">As you draw near to the monument you notice that there are steps <span style=\"font-weight: bold;\">hewn</span> into the rock. <br /></font><br />14.)<font size=\"4\"><a title=\"Hirsute\" href=\"http://www.yourdictionary.com/Hirsute\" style=\"color: rgb(0, 51, 102);\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)The leaves are alternate, round, 4-10 cm long, and somewhat <span style=\"font-weight: bold;\">hirsute</span> on both sides when young. <br />2.)Sally bought a ticket from the large, <span style=\"font-weight: bold;\">hirsute</span> woman behind the counter.<br /></font><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hoax\" href=\"http://www.yourdictionary.com/Hoax\">Hoax</a> (<span style=\"font-style: italic;\">n</span>) </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Its message is either the supreme fact in history or else a</span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">gigantic</span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"></span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\" class=\"Apple-converted-space\"> </span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\">hoax.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Holster\" href=\"http://www.yourdictionary.com/Holster\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(<span style=\"font-style: italic;\">n</span>)</span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">Light tools should be carried in a <span style=\"font-weight: bold;\">holster</span> attached to a belt, or in a tool bag. </span><br /></font><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hoodwink\" href=\"http://www.yourdictionary.com/Hoodwink\" style=\"color: rgb(0, 51, 102);\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">They didn\'t muck about nor did they try to <span style=\"font-weight: bold;\">hoodwink</span> the public.</font><br /><br />18.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hospitality\" href=\"http://www.yourdictionary.com/Hospitality\">Hospitality</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">In addition, you have the prospect of offering your premium clients generous <span style=\"font-weight: bold;\">hospitality</span> at the event itself</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hubris\" href=\"http://www.yourdictionary.com/Hubris\" style=\"color: rgb(0, 51, 102);\">Hubris</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">That is your </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">own <span style=\"font-weight: bold;\">hubris</span> to which I alluded just now.</span></font><br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hurdle\" href=\"http://www.yourdictionary.com/Hurdle\" style=\"color: rgb(0, 51, 102);\">Hurdle</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">However, once you overcome these <span style=\"font-weight: bold;\">hurdles</span>, the software is very pleasant to use.<br /></font> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Husk\" href=\"http://www.yourdictionary.com/Husk\" style=\"color: rgb(0, 51, 102);\">Husk</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">They usually have high fiber being the outer <span style=\"font-weight: bold;\">husks</span> of the grain. </font><br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hullabaloo\" title=\"Hullabaloo\" style=\"color: rgb(0, 51, 102);\">Hullabaloo</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">The hullabaloo<span class=\"Apple-converted-space\"> </span>raised by the </font><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">British, French and American press over the Soviet Ukraine </span>is characteristic</font>.</span></span><br /></font><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Humdrum\" title=\"Humdrum\" style=\"color: rgb(0, 51, 102);\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">It was thought in politics to be a sign of failure not to be given a less <span style=\"font-weight: bold;\">humdrum</span> job. </font><br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hunky-dory\" title=\"Hunky-dory\" style=\"color: rgb(0, 51, 102);\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br />It\'s not <span style=\"font-weight: bold;\">hunky-dory</span>, but I am saying that things are happening</font>. <br /><br />25.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hypocrisy\" title=\"Hypocrisy\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> (<span style=\"font-style: italic;\">n</span>)</span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There is a pungent smell of <span style=\"font-weight: bold;\">hypocrisy</span> at the heart<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> of government.</font><br /><br /><br /><br /><br /><br /><br /> ',0,1283338882,1283338882,''),(46,3,25,0,'Vocab Drill 25 (Letter \'I\')','\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a title=\"Impolitic\" href=\"http://dictionary.reference.com/browse/impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk (<span style=\"font-style: italic;\">n</span>) </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Immanent\" href=\"http://dictionary.reference.com/browse/immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> <font size=\"3\">:</font> <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"country-region\"></o:smarttagtype><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"place\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13.5pt; color: black;\"></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a target=\"_blank\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span></span></a><a title=\"Idolatrous\" href=\"http://dictionary.reference.com/browse/idolatrous\">Idolatrous (adj)</a></font> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span> <font size=\"3\"><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">1)</span></i><span class=\"MsoHyperlink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><i><span style=\"color: green;\"></span></i></span><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify;\"><o:p> </o:p></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\">5.)</font><font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://dictionary.reference.com/browse/illicit\">Illicit (adj)</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Ignominy\" href=\"http://dictionary.reference.com/browse/ignominy\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Ignominy (<span style=\"font-style: italic;\">n</span>)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">:</span> <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span></font><a title=\"Inhibit\" href=\"http://dictionary.reference.com/browse/inhibit\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">8.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Innate\" href=\"http://dictionary.reference.com/browse/innate\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\">existing naturally rather than acquired</font><br /></p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)Teachers must encourage students to value their<span style=\"font-weight: bold;\"> innate</span> qualities.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0);\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Infuse\" href=\"http://dictionary.reference.com/browse/infuse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Infuse (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span></span> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><span class=\"ital-inline\">1)The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm.</font></span></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p>\r\n <div style=\"text-align: left;\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Impasse\" href=\"http://dictionary.reference.com/browse/impasse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impasse (<span style=\"font-style: italic;\">n</span>)</span></font></a> <span style=\"color: rgb(0, 51, 102);\">:</span></span><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)a position or situation from which there is no escape, deadlock </span></span></font></font></span><br /></div>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 0, 0); text-align: left;\" class=\"MsoNormal\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">2)a road or way that has no outlet</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span class=\"ital-inline\"></span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Impeccable\" href=\"http://dictionary.reference.com/browse/impeccable\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impeccable (adj)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> </span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Faultless, flawless, incapable of sin</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><br /></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\">12.)<span style=\"font-size: 14pt;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/Incense\" title=\"Incense\">Incense</a> <font size=\"3\">:</font> <font size=\"4\" style=\"font-style: italic; color: rgb(0, 139, 0);\">(</font><font size=\"4\" style=\"color: rgb(0, 139, 0);\">n</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"4\">)</font>:</font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">-the perfume or smoke arising from aromatic substance when burned.</font></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\"><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"4\">(v)</font>:-make furious</span><br /></font></font></p>\r\n <div style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)The Haridarshan company is the leading manufacturer of <span style=\"font-weight: bold;\">incense </span>sticks in India.<br /></font></div>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)His constant questioning about his weaknesses in the meeting </span><span style=\"font-weight: bold; color: rgb(102, 51, 0);\">incensed</span><span style=\"color: rgb(102, 51, 0);\"> him.</span><br /><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\"></span></font><font size=\"4\">13.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/indigent\" title=\"Indigent\">Indigent (adj)</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">la<span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">cking</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">food,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">clothing,</span> <span name=\"hotword\" id=\"hotword\">and</span> <span name=\"hotword\" id=\"hotword\">other</span> <span name=\"hotword\" id=\"hotword\">necessities</span> <span name=\"hotword\" id=\"hotword\">of</span> <span name=\"hotword\" id=\"hotword\">life</span> <span name=\"hotword\" id=\"hotword\">because</span> <span name=\"hotword\" id=\"hotword\">of</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">poverty</span></span></font><br /></font>\r\n <div style=\"text-align: left; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"flashcard_inside\">1)He was made <span style=\"font-weight: bold;\">indigent</span> after he was fired from his job was outsourced.</span><br /></font></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)The idea of social service is to provide relief and guidance for disadvantaged and </span><b style=\"color: rgb(102, 51, 0);\">indigent</b> individuals and families.<br /><br /></font></font></div><font size=\"4\">14.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/ignoble\" title=\"Ignoble\"><span style=\"font-size: 14pt;\">Ignoble (adj)</span></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1) of low character, aims.</font></font> </div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">2) of low grade or quality</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left; color: rgb(102, 51, 0);\"><font size=\"2\">1)In Ancient India\'s caste system, the untouchables were considered <span style=\"font-weight: bold;\">ignoble</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)His mother thought that playing the piano in a bar was an <span style=\"font-weight: bold;\">ignoble</span> use of his talents.</font><span style=\"font-size: 12pt;\"></span></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><span style=\"font-size: 12pt;\"></span><br /></p>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"></font>\r\n <div style=\"text-align: left;\"><font size=\"4\">15.)<span style=\"font-size: 14pt;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/impede\" title=\"Impede\">Impede (v)</a> <font size=\"3\">:</font> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to retard in movement or progress by means of obstacles or hindrances; obstruct; hinder. </font><br /></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)My progress along the lane was <span style=\"font-weight: bold;\">impeded</span> by the heavy, sticky mud.<br /></font><font size=\"4\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)Stage fright was an obvious <span style=\"font-weight: bold;\">impediment</span> to his acting career.</font><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\"></span></font><font size=\"4\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-size: 12pt;\">16.)</span><span style=\"font-size: 14pt;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/implicit\" title=\"Implicit\">Implicit (adj)</a><font size=\"4\"> :</font> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)implied, rather than expressly stated: <span class=\"ital-inline\">implicit agreement. </span></font></font></div> </div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\"><span class=\"dnindex\">2) </span>potentially contained</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\">1)The manager\'s words contained an<span style=\"font-weight: bold;\"> implicit</span> criticism.</font></p><br />\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\">17.)<span style=\"font-size: 14pt;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/immure\" title=\"Immure\">Immure (v)</a><font size=\"3\">:</font> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1) to enclose within walls. </span></font></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\"><span class=\"dnindex\">2) </span>seclude or fortify. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The furious crowd demanded <span style=\"font-weight: bold;\">immurement</span> of the terrorists.</font><br /></font></p><br />\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\">18.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/incite\" title=\"Incite\">Incite (v)</a> :<span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to</font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">encourage,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">urge</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">on;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">stimulate</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">prompt</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> action.</span></font> </span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left; color: rgb(102, 51, 0);\"><font size=\"2\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1) </span></span>Our laws permit the exclusion of non-citizens who <b>incite</b> discord or represent a danger to the community.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\">2)The soccer fans\' screams <span style=\"font-weight: bold;\">incited</span> the team to play hard and win.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\"><br /></font></p><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">19.)</span><a href=\"http://dictionary.reference.com/browse/incisive\" title=\"Incisive\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Incisive (adj)</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> : </span></font><font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">penetrating;</span> <span name=\"hotword\" id=\"hotword\">cutting;</span> <span name=\"hotword\" id=\"hotword\">biting;</span> <span name=\"hotword\" id=\"hotword\">trenchant:</span> </span><span name=\"hotword\" id=\"hotword\">an</span> <span name=\"hotword\" id=\"hotword\">incisive </span><span name=\"hotword\" id=\"hotword\">tone</span><span name=\"hotword\" id=\"hotword\"> of</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">voice.</span></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"> </font></div>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)Will Rogers was known for his <span style=\"font-weight: bold;\">incisive</span> humor.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"4\"><font size=\"2\">2)He was extremely witty and his answers were always <span style=\"font-weight: bold;\">incisive</span>. <br /></font></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">3)<span class=\"flashcard_inside\">The arrow had an <span style=\"font-weight: bold;\">incisive</span> effect on the target when fired at point blank range.</span></font></p><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">20.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/increment\" title=\"Increment\">Increment (<span style=\"font-style: italic;\">n</span>)</a> : </span><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">something</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">added</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> </font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">gained</font><br /></span></span><font size=\"2\"><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><span style=\"color: rgb(102, 51, 0);\">1)The man got a weekly </span><span style=\"font-weight: bold; color: rgb(102, 51, 0);\">increment</span><span style=\"color: rgb(102, 51, 0);\"> of 25$ in salary.</span><br /></span></span></font><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /></span></span></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">21.)<span style=\"color: rgb(0, 51, 102);\">Instigate (v)</span> :</span></span><span class=\"pos\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"infl\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"orth\"></span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <span style=\"color: rgb(0, 139, 0);\">1</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">) to urge on, spur on, or incite to some action, esp. to some evil: to </font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">instigate</em></font></font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div><font size=\"4\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)to cause by inciting; foment: </span></font><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to <em>instigate</em> a rebellion</font><br /></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)She will use any excuse to <span style=\"font-weight: bold;\">instigate</span> disharmony in her club.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></font>\r\n <div style=\"text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The excited crowd <span style=\"font-weight: bold;\">instigated</span> the quarterback to throw the winning touchdown.</span><br />3)Television also has the power to <b>instigate</b> trends. </font><br /><br /><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">22.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/irrevocable\" title=\"Irrevocable\">Irrevocable </a></span><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.9729330322787967\">(adj)</a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">not</font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">be</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">revoked</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">recalled;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">unable</span> <span name=\"hotword\" id=\"hotword\">to</span> <span name=\"hotword\" id=\"hotword\">be</span><span name=\"hotword\" id=\"hotword\">repealed</span> <span name=\"hotword\" id=\"hotword\">or</span> </font> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">annulled</font><br /></span></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)The sentence the judge gave to the criminal was </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">irrevocable</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">2)Last night came final and </span><b style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">irrevocable</b><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"> proof that the country is entering tough economic times.</span><br /></span></font><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br />23.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/intrepid\" title=\"Intrepid\">Intrepid (adj)</a> : </span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">resolutely</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">fearless;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">dauntless:</span> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">an</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">intrepid</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">explorer.</font><br /></span><font size=\"2\"><span class=\"flashcard_inside\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)People that go skydiving are very <span style=\"font-weight: bold;\">intrepid</span> and are almost not afraid of anything.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">2)The </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">intrepid</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"> soldier ran into the line of fire to save a little girl.</span><br /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">24.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/iridescent\" title=\"Iridescent\">Iridescent (adj)</a> :</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">displaying</font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">play</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">of</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">lustrous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">colors</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">like</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">those</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">of</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">the raindrop</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)As the sunlight reflected on the ocean, the tops of the ocean waves emitted iridescent sparkles.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">2)The wings of the dragonfly are </span><b style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">iridescent</b><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">3)The soap bubble had</span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> iridescent</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"> glow to it.</span><br /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">25.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/innocuous\" title=\"Innocuous\">Innocuous (adj)</a> : </span></font><span id=\"hotword\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">not</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">harmful</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">or</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">injurious;</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"4\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">harmless</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)The Ayurveda provides </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">innocuous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> home remedies for treatment of fatal diseases.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">innocuous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> puppy was found guilty for stealing a cookie from the cookie jar.</span></font></font><br /></span></span>\r\n <div class=\"luna-Ent\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div></div>\r\n <div class=\"luna-Ent\"><span class=\"ital-inline\"><span id=\"hotword\"> </span></span></div></div></div> ',0,1283339139,1283339139,''),(47,3,29,0,'Vocab Drill 29 (Letter \'J\')',' <span style=\"font-family: times new roman,times,serif;\">1.)</span><a title=\"jabber\" href=\"http://dictionary.reference.com/browse/jabber\" target=\"_blank\" style=\"font-weight: bold;\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Jabber</span></font></a><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\"><span style=\"font-size: 14pt; line-height: 115%;\">(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: times new roman,times,serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-style: italic;\">To talk rapidly, unintelligibly, or idly.</span><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: times new roman,times,serif;\">How can <span class=\"nolink\">someone</span> <span style=\"font-weight: bold;\">jabber </span>on for so many years and not really say anything? </font><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><a href=\"http://dictionary.reference.com/browse/jeopardize\" target=\"_blank\" title=\"jeopardize\" style=\"font-weight: bold;\"><span style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">Jeopardize</font></span></a><span style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">(v)</font>:</span><font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-style: italic;\">Risk loss, damage, or failure of; endanger.</span><br /></span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">How could UFOs <span style=\"font-weight: bold;\">jeopardize </span>the national<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">security</span><span class=\"Apple-converted-space\"> </span>of the U.S</font>.<br /><br />3.)</span></span><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"><span style=\"text-decoration: underline;\"><span style=\"font-weight: bold;\">Jibe</span></span>(v):</span></font><link rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span style=\"font-size: 11pt; line-height: 115%;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: times new roman,times,serif; color: rgb(0, 139, 0);\">gibe,make fun of.</span><br /></font></span><font size=\"2\" style=\"font-family: times new roman,times,serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: times new roman,times,serif;\">Mr Kennedy has</span><span style=\"font-family: times new roman,times,serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: times new roman,times,serif;\" class=\"nolink\">face</span><span style=\"font-family: times new roman,times,serif;\">d </span><span style=\"font-weight: bold; font-family: times new roman,times,serif;\">jibes </span><span style=\"font-family: times new roman,times,serif;\">about his widely rumored alcoholism for several years.</span><br /><br />4.)</span></span></font><link style=\"color: rgb(0, 51, 102);\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><link style=\"color: rgb(0, 51, 102);\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link style=\"color: rgb(0, 51, 102);\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><a title=\"jocular\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jocular\"><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;quot;Cambria Math&amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-1610611985 1107304683 0 0 415 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;quot;&amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span style=\"font-size: 14pt; line-height: 115%;\"></span></a><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: times new roman,times,serif;\" title=\"jocular\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jocular\">Jocular</a></font>(a):<font size=\"3\"><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">joking, humorous, full of fun</span><span style=\"border-collapse: separate; color: rgb(0, 59, 0); font-family: times new roman,times,serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">.</span></font><br /><font size=\"2\" style=\"font-family: times new roman,times,serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He was<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">jocular</span>, and about as good of walking on his hands as feet.</span></span><br /></font><span style=\"font-size: 11pt; line-height: 115%;\"><br />5.)</span><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n <o:RelyOnVML/>\r\n <o:AllowPNG/>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--><a href=\"http://dictionary.reference.com/browse/judicious\" target=\"_blank\" title=\"judicious\"><span style=\"font-size: 11pt; line-height: 115%; font-family: \"calibri\",\"sans-serif\";\">judicious</span></a>(a):<!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n <o:RelyOnVML/>\r\n <o:AllowPNG/>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--><span style=\"font-size: 11pt; line-height: 115%; font-family: \"calibri\",\"sans-serif\";\">sound in judgment,wise.<br /></span>Much of the same effects can be achieved by judicious <a class=\"ex\" href=\"http://www.yourdictionary.com/selection\">selection</a> of photographs. <br /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"></span></font> ',0,1283339399,1283339399,''),(48,3,30,0,'Vocab Drill 30 (Letter \'K\')','ALKA ',0,1283339428,1283339428,''),(49,3,31,0,'Vocab Drill 31 (Letter \'L\')','\r\n<p>1.) <a title=\"lachrymose\" style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Lachrymose\"><font size=\"4\">Lachrymose</font></a><span style=\"color: rgb(0, 51, 102);\"> </span><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">causing tears,tearful</span></p>\r\n<p>Suitably <span style=\"font-weight: bold;\">lachrymose</span> pictures of the children affected were used to further illustrate the terrible effect of EU law. </p>\r\n<p>2.)<font size=\"4\"> <a title=\"lackluster\" style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/lackluster\">Lackluster</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span></font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">(of eyes)dull</span></p>\r\n<p>This is a particularly <span style=\"font-weight: bold;\">lackluster</span> performance from Lee, who really isn\'t given much to do.</p>\r\n<p>3.) <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"laconic\" href=\"http://www.yourdictionary.com/Laconic\">Laconic</a> (adj)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">brief,to the point,terse</span></p>\r\n<p>For a long time, the laws applicable to hunting with hounds have remained <a class=\"ex\" href=\"http://www.yourdictionary.com/very\" target=\"_top\"></a>very <span style=\"font-weight: bold;\">laconic</span>.</p>\r\n<p>4.)<span style=\"color: rgb(0, 51, 102);\"> </span><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"lassitude\" href=\"http://www.yourdictionary.com/Lassitude\">Lassitude</a> (<em>n</em>)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">tiredness,weariness</span></p>\r\n<p>Instead of leading other nations with examples of good practices, we are infecting them with our <a class=\"ex\" href=\"http://www.yourdictionary.com/own\" target=\"_top\"></a>own chronic <span style=\"font-weight: bold;\">lassitude</span>. </p>\r\n<p>5.) <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"latent\" href=\"http://www.yourdictionary.com/Latent\">Latent</a> (adj)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">present but not yet active,developed or visible</span></p>\r\n<p>Meditation is the process of re-discover ing, enjoying and using the positive qualities <a class=\"ex\" href=\"http://www.yourdictionary.com/already\" target=\"_top\"></a>already <span style=\"font-weight: bold;\">latent</span> within you.</p>\r\n<p>6.) <font size=\"4\"><a title=\"laudatory\" href=\"http://www.yourdictionary.com/Laudatory\">Laudatory</a> (adj)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">expressing or giving praise</span></p>\r\n<p>The royalist George Wharton and the republican John Booker were among the astrologers who contributed <span style=\"font-weight: bold;\">laudatory</span> <a class=\"ex\" href=\"http://www.yourdictionary.com/verse\" target=\"_top\"></a>verses. </p>\r\n<p>7.) <font size=\"4\"><a title=\"lavish\" href=\"http://www.yourdictionary.com/Lavish\">Lavish</a> (adj)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">giving or producing freely or generously</span></p>\r\n<p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">He celebrated the occasion by building a <span style=\"font-weight: bold;\">lavish</span> palace</font>.</p>\r\n<p>8.) <font size=\"4\"><a title=\"lavity\" href=\"http://www.yourdictionary.com/Lavity\">Lavity</a> (<em>n</em>)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">lack of serious thought,frivolity</span></p>\r\n<p>9.)<font size=\"4\"> <a title=\"leery\" href=\"http://www.yourdictionary.com/Leery\">Leery</a> (adj)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">cunning,crafty</span></p>\r\n<p>I don\'t know why I didn\'t do it earlier, but I suspect I was a little <span style=\"font-weight: bold;\">leery</span> of the unknown.</p>\r\n<p>10.)<font size=\"4\"> <a title=\"legacy\" href=\"http://www.yourdictionary.com/Legacy\">Legacy</a> (<em>n</em>)</font> : <span style=\"color: rgb(0, 139, 0);\">something handed down from ancestors</span></p>\r\n<p>This new economy is founded on the macro-economic <span style=\"font-weight: bold;\">legacy</span> <a class=\"ex\" href=\"http://www.yourdictionary.com/inherit\" target=\"_top\"></a>inherited by New Labor in 1997.</p>\r\n<p>11.) <font size=\"4\"><a title=\"libel\" href=\"http://www.yourdictionary.com/Libel\">Libel</a> (<em>n</em>)</font> : <span style=\"color: rgb(0, 139, 0);\">statement that damages reputation</span></p>\r\n<p>Do not believe <span style=\"font-weight: bold;\">libel</span> <a class=\"ex\" href=\"http://www.yourdictionary.com/publish\" target=\"_top\"></a>published in other journals folks. </p>\r\n<p>12.) <font size=\"4\"><a title=\"libertine\" href=\"http://www.yourdictionary.com/Libertine\">Libertine</a> (<em>n</em>)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">immoral person</span></p>\r\n<p>He is likewise said to have been a <a class=\"ex\" href=\"http://www.yourdictionary.com/great\" target=\"_top\"></a>great <span style=\"font-weight: bold;\">libertine. </span></p>\r\n<p>13.) <font size=\"4\"><a title=\"lien\" href=\"http://www.yourdictionary.com/Lien\">Lien</a> (<em>n</em>)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">legal claim until a debt on it is repaid</span></p>\r\n<p>A <a class=\"ex\" href=\"http://www.yourdictionary.com/legal\" target=\"_top\"></a>legal <span style=\"font-weight: bold;\">lien</span> remains in force as long as possession of the property is retained. </p>\r\n<p>14.) <font size=\"4\"><a title=\"limn\" href=\"http://www.yourdictionary.com/Limn\">Limn</a> (v)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">paint,portray</span></p>\r\n<p>15.) <font size=\"4\"><a title=\"lithe\" href=\"http://www.yourdictionary.com/Lithe\">Lithe</a> (adj)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">bending,twisting</span></p>\r\n<p><span style=\"color: rgb(0, 139, 0);\"><font color=\"#000000\">1.A car carries water more quickly than a <strong>lithe</strong> body</font><font color=\"#000000\"> can. </font></span></p>\r\n<p><span style=\"color: rgb(0, 139, 0);\"><font color=\"#000000\">2. Next, there was a beautiful <strong>lithe</strong> woman</font><font color=\"#000000\"> who had a reedy voice and loads of cigarettes to help her on her way.</font></span></p>\r\n<p>16.) <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"loll\" href=\"http://www.yourdictionary.com/Loll\">Loll</a> (v)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">rest,to sit or stand in a lazy way</span></p>\r\n<p><span style=\"color: rgb(0, 139, 0);\"><font color=\"#000000\">As he reached the 100th word of the first sentence his head was seen to <strong>loll</strong> sideways</font><font color=\"#000000\"> and he fell asleep.</font></span></p>\r\n<p>17.) <font size=\"4\"><a title=\"loquacious\" href=\"http://www.yourdictionary.com/Loquacious\">Loquacious</a> (adj)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">talkative,garrulous</span></p>\r\n<p><span style=\"color: rgb(0, 139, 0);\"><font color=\"#000000\">He sipped it with relish and soon became somewhat </font><font color=\"#000000\"><strong>loquacious</strong></font></span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"><font color=\"#000000\">. </font></span></p>\r\n<p>18.) <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"luculent\" href=\"http://www.yourdictionary.com/Luculent\">Luculent</a> (adj)</font> : <span style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">easily understood,lucid,clear</span></span></p>\r\n<p><span style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"></span></span></p>\r\n<p>19.) <font size=\"4\"><a title=\"lugubrious\" href=\"http://www.yourdictionary.com/Lugubrious\">Lugubrious</a> (adj)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">mournful,excessively sad</span></p>\r\n<p><span style=\"color: rgb(0, 139, 0);\"><font color=\"#000000\">He has a <strong>lugubrious</strong> baritone voice</font><font color=\"#000000\">that renders his wonderful lyrics as wistful.</font></span></p>\r\n<p>20.) <font size=\"4\"><a title=\"lull\" href=\"http://www.yourdictionary.com/Lull\">Lull</a> (v)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">become quiet or excessively sad</span></p>\r\n<p><span style=\"color: rgb(0, 139, 0);\"><font color=\"#000000\">1. It was but the <strong>lull </strong>before the fatal storm.</font></span></p>\r\n<p><span style=\"color: rgb(0, 139, 0);\"><font color=\"#000000\">2. The wind had not ceased, but there was a <strong>lull</strong> in the rain storm.</font></span></p>\r\n<p>21.) <font size=\"4\"><a title=\"lullaby\" href=\"http://www.yourdictionary.com/Lullaby\">Lullaby</a> (<em>n</em>)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">soothing song to send a child to sleep</span></p>\r\n<p><span style=\"color: rgb(0, 139, 0);\"><font color=\"#000000\">Each <strong>lullaby</strong> cd </font><font color=\"#000000\">or cassette provides one full hour of calming sound to gently lull your baby to a safe, natural sleep.</font></span></p>\r\n<p>22.) <font size=\"4\"><a title=\"lunacy\" href=\"http://www.yourdictionary.com/Lunacy\">Lunacy</a> (<em>n</em>)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">mental unsoundness,great folly,insanity</span><br /></p>\r\n<p>1. How can a simple man compete against <a target=\"_top\" href=\"http://www.yourdictionary.com/such\" class=\"ex\"></a>such inspired <span style=\"font-weight: bold;\">lunacy</span>.</p>\r\n<p>2. As you can imagine it turned into a night of absolute <span style=\"font-weight: bold;\">lunacy</span>. </p>\r\n<p>23.) <font size=\"4\"><a title=\"lustrous\" href=\"http://www.yourdictionary.com/Lustrous\">Lustrous</a> (adj)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">being bright,polished</span></p>\r\n<p>The base coat of this variety is silvery white giving a <span style=\"font-weight: bold;\">lustrous</span> silver <a class=\"ex\" href=\"http://www.yourdictionary.com/sheen\" target=\"_top\"></a>sheen. </p>\r\n<p>24.) <font size=\"4\"><a title=\"luscious\" href=\"http://www.yourdictionary.com/Luscious\">Luscious</a> (adj)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">richly sweet in taste or smell, voluptuously attractive</span></p>\r\n<p>We saw plenty of the former who came out in small boats selling <span style=\"font-weight: bold;\">luscious</span> fruit.</p>\r\n<p>25.) <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"lusty\" href=\"http://www.yourdictionary.com/Lusty\">Lusty</a> (adj)</font> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">healthy and strong,vigorous or lively</span></p>\r\n<p>I remember thinking how inappropriate and I was glad my mom didn\'t see my <span style=\"font-weight: bold;\">lusty</span> singing.</p>\r\n<p></p>\r\n<p></p>\r\n<p></p>\r\n<p></p>\r\n<p></p>',0,1283339457,1283339457,''),(50,3,32,0,'Vocab Drill 32 (Letter \'M\')',' 1.) Macabre () : <font size=\"3\">gruesome,suggesting death<br /></font>I could always find the <span style=\"font-weight: bold;\">macabre</span> humor in such woes.<br /><br />2.) Machination () : plot,scheme<br />These matters should all be kept sacred from the <span style=\"font-weight: bold;\">machinations</span> of politicians. <br /><br />3.) Magnanimous () : generous<br />I leave the choice of weapons with you, for I am very <span style=\"font-weight: bold;\">magnanimous</span>. <br /><br />4.) Maladroit () : tactless,clumpsy<br />1. Joan\'s <span style=\"font-weight: bold;\">maladroit</span> remarks reduce Meg to tears in the staff room.<br />2. His case was not helped by <span style=\"font-weight: bold;\">maladroit</span> comments he made at the time. <br /><br />5.) Malapropism () : misuse of a word<br /><br />6.) Malevolence () : wishing to do evil<br />Walk alone in the forest at night and the unruly subconscious will conjure a <a target=\"_top\" href=\"http://www.yourdictionary.com/lurk\" class=\"ex\">lurk</a>ing malevolence.<br /><br />7.) Malign () : injurious,speak ill of somebody<br />1. I\'m sure his malign <a target=\"_top\" href=\"http://www.yourdictionary.com/influence\" class=\"ex\">influence</a> can be detected in the novel.<br />2. The calendar also had five unlucky " leap days " known by this name and ruled over by malign <a target=\"_top\" href=\"http://www.yourdictionary.com/spirit\" class=\"ex\">spirit</a>s. <br /><br />8.) Malinger () : to fake illness or injury<br />I resent the suggestion that all your readers are \' malingering public <a target=\"_top\" href=\"http://www.yourdictionary.com/servant\" class=\"ex\">servant</a>s who never do any work anyway \'<br /><br />9.) Malleable () : yielding,easily shape,moldable<br />Unlike ionic solids, metals are <a target=\"_top\" href=\"http://www.yourdictionary.com/very\" class=\"ex\">very</a> malleable, they can be readily bent, pressed or hammered into shape. <br /><br />10.) Martial () : brave ,of associated with war<br />1. His martial arts <a target=\"_top\" href=\"http://www.yourdictionary.com/prowess\" class=\"ex\">prowess</a> is enhanced by the suit, making him a deadly opponent in hand to hand combat.<br />2. The next day martial <a target=\"_top\" href=\"http://www.yourdictionary.com/law\" class=\"ex\">law</a> was declared across the island. <br /><br />11.) Massacre () : cruel killing of large number of people<br />The <a target=\"_top\" href=\"http://www.yourdictionary.com/armenian\" class=\"ex\">Armenian</a> massacres were the disgrace of the 19th century no less than of the 20th. <br /><br />12.) Maudlin () : sentimental in a silly or tearful way<br />I give him space, I try not to be controlling and I try not to smother him emotionally, no maudlin <a target=\"_top\" href=\"http://www.yourdictionary.com/sentiment\" class=\"ex\">sentiment</a>.<br /><br />13.) Maverick () : rebel,nonconformist<br />The UN are very worried about the possible involvement of the maverick <a target=\"_top\" href=\"http://www.yourdictionary.com/scientist\" class=\"ex\">scientist</a> Dr. Connor. <br /><br />14.) Mellifluous () : sweetly flowing<br />Being a <span style=\"font-weight: bold;\">mellifluous</span> language, it is called, by its admirers as the \' Italian of the East \' <br /><br />15.) Mendacious () : false<br />The letter says: " This kind of mendacious <a class=\"ex\" href=\"http://www.yourdictionary.com/news\" target=\"_top\">news</a> is an attempt to discriminate against people.<br /><br />16.) Mendacity () : dishonesty<br />BBC news, unable to resist Mail blasts, took up this piece of <a class=\"ex\" href=\"http://www.yourdictionary.com/political\" target=\"_top\">political</a> mendacity in its bulletins too. <br /><br />17.) Mendicant () : a beggar<br /><br />18.) Mercurial () : quick,changeable in character<br />They can be <a target=\"_top\" href=\"http://www.yourdictionary.com/very\" class=\"ex\">very</a> mercurial, one minute docile the next skittish.<br /><br />19.) Mercenary (adj) : working for money,greedy<br />They suggest that my motives for proposing reform are self-serving and mercenary.<br /> <br />20.) Mesmerize () : hypnotize<br />1. I was <a target=\"_top\" href=\"http://www.yourdictionary.com/so\" class=\"ex\">so</a> mesmerized by the book that I finished it on one day.<br />2. They perform and emote solely with their voices and faces - and natch, I was completely mesmerized. <br /><br />21.) Meteculous () : extremely careful,scrupulous,finicky<br />The painting had been executed with meticulous attention to detail.<br /><br />22.) Mettlesome () : courageous,high spirited<br /><br />23.) Middling () : fairly good but not very good<br />The rich and the aspiring <span style=\"font-weight: bold;\">middling</span> classes of eighteenth century Britain were able to buy a larger choice of consumer goods than ever before.<br /><br />24.) Minatory () : menacing,threatening<br />Some held knives, syringes, objects he could not recognize though their minatory <a target=\"_top\" href=\"http://www.yourdictionary.com/nature\" class=\"ex\">nature</a> was all too apparent. <br /><br />25.) Minion () : servile follower<br />She delegated the job to one of her minions.<br /> <br /><br /> ',0,1283339490,1283339490,''),(51,3,35,0,'Vocab Drill 35 (Letter \'N\')','',0,1283339517,1283339517,''),(52,3,36,0,'Vocab Drill 36 (Letter \'O\')','',0,1283339542,1283339542,''),(53,3,37,0,'Vocab Drill 37 (Letter \'P\')','',0,1283339578,1283339578,''),(54,3,41,0,'Vocab Drill 41 (Letter \'Q\')','',0,1283339611,1283339611,''),(55,3,42,0,'Vocab Drill 42 (Letter \'R\')','',0,1283339635,1283339635,''),(56,3,46,0,'Vocab Drill 46 (Letter \'S\')','',0,1283339689,1283339689,''),(57,3,50,0,'Vocab Drill 50 (Letter \'T\')','',0,1283339707,1283339707,''),(64,14,5,0,'Synonym Drill 5 (Letter \'B\')',' Synonyms of the words used in Vocab drill ',0,1283341592,1283341592,''),(65,14,8,0,'Synonym Drill 8 (Letter \'C\')','\r\n<ol>\r\n <li><font size=\"3\"><a title=\"cabal\" target=\"_blank\" href=\"http://thesaurus.com/browse/cabal\">cabal</a> : </font><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">junta,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">faction,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">band,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">league,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">ring</span></span></li>\r\n <li><font size=\"3\"><a title=\"cadge\" target=\"_blank\" href=\"http://thesaurus.com/browse/cadge\">cadge </a>: </font><font size=\"3\"><span><span class=\"nolink\">bum</span>, hawk, huckster, mooch, panhandle</span></font></li>\r\n <li><font size=\"3\"><a title=\"calipers\" target=\"_blank\" href=\"http://thesaurus.com/browse/calipers\">calipers </a>: </font> <span> <span class=\"nolink\">adapt</span>,</span><span> <span class=\"nolink\">bound</span>,</span><span><span class=\"nolink\"> gauge</span></span></li>\r\n <li><font size=\"3\"><a href=\"http://thesaurus.com/browse/calumniate\" target=\"_blank\" title=\"calumniate\">calumniate :</a> </font><span>backbite, </span><span>blow off, </span><span><span class=\"nolink\">persecute</span></span><font size=\"3\"> <br /></font></li>\r\n <li><font size=\"3\"><a title=\"candid\" target=\"_blank\" href=\"http://thesaurus.com/browse/candid\">candid</a> : </font><span>aboveboard, </span><span><span class=\"nolink\">ingenuous</span>, </span><span><span class=\"nolink\">scrupulous</span>, </span><span>unpretended<br /></span></li>\r\n <li><font size=\"3\"><a title=\"canvass\" target=\"_blank\" href=\"http://thesaurus.com/browse/canvass\">canvass</a> : </font><span><span class=\"nolink\">agitate</span>, </span><span> <span class=\"nolink\">campaign</span>, </span><span><span class=\"nolink\">dispute</span>,</span><span> <span class=\"nolink\">solicit</span>, </span><span>ventilate</span></li>\r\n <li><font size=\"3\"><a title=\"capricious\" target=\"_blank\" href=\"http://thesaurus.com/browse/capricious\">capricious </a>: </font><span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/arbitrary\"></a></span><span class=\"nolink\">arbitrary, effervescent, humorsome, volatile</span><span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/volatile\"></a></span></li>\r\n <li><font size=\"3\"><a title=\"castigate\" target=\"_blank\" href=\"http://thesaurus.com/browse/castigate\">castigate </a>: </font><span>baste, </span><span>cane, </span><span class=\"nolink\">lambaste, unintentional</span><span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/unintentional\"></a> </span></li>\r\n <li><font size=\"3\"><a href=\"http://thesaurus.com/browse/casual\" target=\"_blank\" title=\"casual\">casual </a>: </font><span class=\"nolink\">accidental, extemporaneous,</span><span> </span><span>fluky, </span><span>offhand,</span><span>unpremeditated </span></li>\r\n <li><font size=\"3\"><a href=\"http://thesaurus.com/browse/catalyst\" target=\"_blank\" title=\"catalyst\"><span class=\"nolink\">catalyst </span></a>: </font><span>adjuvant, </span><span><span class=\"nolink\">impetus</span>,</span><span> <span class=\"nolink\">spur</span>, </span><span>synergist,</span><span>wave maker<br /></span></li>\r\n <li><span class=\"nolink\"><a href=\"http://thesaurus.com/browse/caustic\" target=\"_blank\" title=\"caustic\">caustic </a>: </span><span class=\"nolink\">abrasive, biting, pungent, tart</span><span><a href=\"http://thesaurus.com/browse/tart\" rel=\"nofollow\" class=\"theColor\"></a></span></li>\r\n <li><span class=\"nolink\"><a href=\"http://thesaurus.com/browse/censure\" title=\"censure\" target=\"_blank\">censure </a>: </span><span><span class=\"nolink\">admonition</span>, <span class=\"nolink\">blame</span>, castigation, </span><span>reproof, stricture </span></li>\r\n <li><font size=\"3\"><a href=\"http://thesaurus.com/browse/census\" target=\"_blank\" title=\"census\">census </a>: </font><span>demographics, demography, enumeration, poll </span></li>\r\n <li><font size=\"3\"><a href=\"http://thesaurus.com/browse/centurion\" target=\"_blank\" title=\"centurion\">centurion </a>: </font><span>badge, </span><span><span class=\"nolink\">deputy</span>, </span><span>flatfoot,</span><span>sergeant, sheriff </span></li>\r\n <li><font size=\"3\"><a href=\"http://thesaurus.com/browse/chary\" target=\"_blank\" title=\"chary\">chary </a>: </font><span>cagey, </span><span>calculating,</span><span class=\"nolink\">discreet, thrifty, uneasy, wary</span><span><a href=\"http://thesaurus.com/browse/wary\" rel=\"nofollow\" class=\"theColor\"></a></span></li>\r\n <li><font size=\"3\"><a title=\"chastened\" target=\"_blank\" href=\"http://thesaurus.com/browse/chastened\">chastened </a>: </font><span class=\"nolink\">abase, admonish,</span><span> </span><span><span class=\"nolink\">castigate</span>, </span><span>objurgate,</span><span> upbraid</span></li>\r\n <li><font size=\"3\"><a title=\"chastisement\" target=\"_blank\" href=\"http://thesaurus.com/browse/chastisement+\">chastisement </a>: </font><span>comeuppance, </span><span class=\"nolink\">compensation, deserving, meed, revenge,</span><span></span></li>\r\n <li><font size=\"3\"><a title=\"chauvinist\" target=\"_blank\" href=\"http://thesaurus.com/browse/chauvinist+\">chauvinist </a>: </font><span>diehard, </span><span>dogmatist, </span><span><span class=\"nolink\">enthusiast</span>, </span><span>opinionated person</span></li>\r\n <li><font size=\"3\"><a title=\"chisel\" target=\"_blank\" href=\"http://thesaurus.com/browse/chisel\">chisel </a>: </font><span class=\"nolink\">adze, blade, edge, gouge, knife</span><span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/knife\"></a></span></li>\r\n <li><font size=\"3\"><a title=\"churl\" target=\"_blank\" href=\"http://thesaurus.com/browse/churl\">churl </a>: </font> <span> <a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/beast\"></a></span><span class=\"nolink\">beast, chuff, mucker, provincial, yokel</span><span></span></li>\r\n <li><font size=\"3\"><a title=\"cite\" target=\"_blank\" href=\"http://thesaurus.com/browse/cite+\">cite </a>: </font><span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/adduce\"></a></span><span class=\"nolink\">adduce, allude to, excerpt, illustrate with, reference</span><span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/reference\"></a></span></li>\r\n <li><font size=\"3\"><a title=\"clamo\" target=\"_blank\" href=\"http://thesaurus.com/browse/clamor+\">clamor </a>: </font><span class=\"nolink\">agitation, blare, bustle, ferment, pandemonium, racket </span><span></span></li>\r\n <li><font size=\"3\"><a title=\"cleanse\" target=\"_blank\" href=\"http://thesaurus.com/browse/cleanse+\">cleanse </a>: </font><span class=\"nolink\">absolve, clean,</span><span> </span><span>depurgate, </span><span>expurgate, </span><span>lustrate, </span><span> sterilize </span></li>\r\n <li><font size=\"3\"><a title=\"cling\" target=\"_blank\" href=\"http://thesaurus.com/browse/cling\">cling </a>:</font> <span> <a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/adhere\"></a></span><span class=\"nolink\">adhere, cherish, cleave to, hang onto, linger</span><span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/linger\"></a></span></li>\r\n</ol> ',0,1283341644,1283341644,''),(66,14,12,0,'Synonym Drill 12 (Letter \'D\')',' <font size=\"3\"><br /><br /><br />1)<a href=\"http://thesaurus.com/browse/dabble\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Dabble</span></a>:<span style=\"color: rgb(0, 255, 0);\"> <span style=\"color: rgb(0, 139, 0);\">putter, fiddle, toy, dally</span></span><br />2)<a href=\"http://thesaurus.com/browse/dainty\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Dainty</span></a>:<span style=\"color: rgb(0, 139, 0);\"> tender, delectable, overnice,tidbit, sweetmeat</span><br />3)<a href=\"http://thesaurus.com/browse/debacle\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Debacle</span></a>:<span style=\"color: rgb(0, 139, 0);\"> disaster, ruin, fiasco, catastrophe, calamity</span><br />4)<a href=\"http://thesaurus.com/browse/derelict\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Derelict</span></a>:<span style=\"color: rgb(0, 139, 0);\"> remiss, careless, heedless</span><br />5)<a href=\"http://thesaurus.com/browse/desolate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Desolate</span></a>: <span style=\"color: rgb(0, 139, 0);\">ravaged,desert,lonesome, lost; miserable, wretched</span><br />6)<a href=\"http://thesaurus.com/browse/dally\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Dally</span></a>:<span><span style=\"color: rgb(0, 139, 0);\">fool around, fool with, fritter away </span><br /></span>7)<a href=\"http://thesaurus.com/browse/damn\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Damn</span></a>:<span style=\"color: rgb(0, 139, 0);\"><span class=\"nolink\">abuse</span>, anathematize, <span class=\"nolink\">attack</span>, </span><span style=\"color: rgb(0, 139, 0);\" class=\"nolink\">ban, banish </span><br />8)<a href=\"http://thesaurus.com/browse/dank\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Dank</span></a>:<span style=\"color: rgb(0, 139, 0);\"> <span class=\"nolink\">chilly, close, damp, dewy</span></span><br />9)<a href=\"http://thesaurus.com/browse/dapper\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Dapper</span></a>:<span style=\"color: rgb(0, 139, 0);\"><span class=\"nolink\">classy, clean, dainty, dashing</span>,dressed to kill</span><br />10)<a href=\"http://thesaurus.com/browse/dapple\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Dapple</span></a>:<span style=\"color: rgb(0, 139, 0);\">dot, fleck, mottle,<span class=\"nolink\">speck, spot,</span> sprinkle, stipple </span><br style=\"color: rgb(0, 139, 0);\" /><br style=\"color: rgb(0, 139, 0);\" /><br /><br /></font>',0,1283341668,1283341668,''),(68,14,19,0,'Synonym Drill 20 (Letter \'F\')',' 1.)<span style=\"color: rgb(0, 51, 102);\">Facetious:</span> <span style=\"color: rgb(0, 139, 0);\">amusing, blithe, capering, clever, comic</span><br />2.)<span style=\"color: rgb(0, 51, 102);\">Facile:</span> <span style=\"color: rgb(0, 139, 0);\">accomplished, adept, adroit, apparent</span><br />3.)<span style=\"color: rgb(0, 51, 102);\">Facilitate:</span> <span style=\"color: rgb(0, 139, 0);\">aid, ease, expedite, forward, further</span><br />4.)<span style=\"color: rgb(0, 51, 102);\">Fallacious:</span> <span style=\"color: rgb(0, 139, 0);\">beguiling, deceiving, deceptive, deluding</span><br />5.)<span style=\"color: rgb(0, 51, 102);\">Fallacy:</span> <span style=\"color: rgb(0, 139, 0);\">aberration, ambiguity, artifice, bias, casuistry</span><br />6.)<span style=\"color: rgb(0, 51, 102);\">Fatuous:</span> <span style=\"color: rgb(0, 139, 0);\">absurd, asinine, birdbrained, boneheaded</span><br />7.)<span style=\"color: rgb(0, 51, 102);\">Faucet:</span> <span style=\"color: rgb(0, 139, 0);\">bibb, bibcock, hydrant, nozzle, spout</span><br />8.)<span style=\"color: rgb(0, 51, 102);\">Fawn:</span> <span style=\"color: rgb(0, 139, 0);\">baby duck, baby doe, yearling </span><br />9.)<span style=\"color: rgb(0, 51, 102);\">Feckless:</span> <span style=\"color: rgb(0, 139, 0);\">aimless, carefree, careless, feeble</span><br />10.)<span style=\"color: rgb(0, 51, 102);\">Fecund:</span> <span style=\"color: rgb(0, 139, 0);\">breeding, fertile, fructiferous, fruitful</span><br />11.)<span style=\"color: rgb(0, 51, 102);\">Feint:</span> <span style=\"color: rgb(0, 139, 0);\">artifice, bait, blind, bluff</span><br />12.)<span style=\"color: rgb(0, 51, 102);\">Felicitous:</span> <span style=\"color: rgb(0, 139, 0);\">applicable, apposite, apropos, apt</span><br />13.)<span style=\"color: rgb(0, 51, 102);\">Felon:</span> <span style=\"color: rgb(0, 139, 0);\">convict, delinquent, ex-con, jailbird</span><br />14.)<span style=\"color: rgb(0, 51, 102);\">Ferret:</span> <span style=\"color: rgb(0, 139, 0);\">beat, break, burrow, clean, clear</span><br />15.)<span style=\"color: rgb(0, 51, 102);\">Fervid:</span> <span style=\"color: rgb(0, 139, 0);\">ardent, impassioned </span><br />16.)<span style=\"color: rgb(0, 51, 102);\">Fervor:</span> <span style=\"color: rgb(0, 139, 0);\">animation, ardency, ardor, devoutness </span><br />17.)<span style=\"color: rgb(0, 51, 102);\">Fetter:</span> <span style=\"color: rgb(0, 139, 0);\">bind, chain, check, clog, confine</span><br />18.)<span style=\"color: rgb(0, 51, 102);\">Feud:</span> <span style=\"color: rgb(0, 139, 0);\">bad blood, bickering, broil, combat</span><br />19.)<span style=\"color: rgb(0, 51, 102);\">Fidelity:</span> <span style=\"color: rgb(0, 139, 0);\">allegiance, ardor, attachment, constancy </span><br />20.)<span style=\"color: rgb(0, 51, 102);\">Fidget:</span> <span style=\"color: rgb(0, 139, 0);\">be antsy, be hyper, be nervous, be on pins and needles</span><br />21.)<span style=\"color: rgb(0, 51, 102);\">Finesse:</span> <span style=\"color: rgb(0, 139, 0);\">artfulness, artifice, big stick, bluff, cleverness</span><br />22.)<span style=\"color: rgb(0, 51, 102);\">Finical:</span> <span style=\"color: rgb(0, 139, 0);\">choosy, critical, fastidious, finicking</span><br />23.)<span style=\"color: rgb(0, 51, 102);\">Fixate:</span> <span style=\"color: rgb(0, 139, 0);\">become attached, center on, direct, haunt</span><br />24.)<span style=\"color: rgb(0, 51, 102);\">Flagrant:</span> <span style=\"color: rgb(0, 139, 0);\">arrant, atrocious, awful, bare-faced, bold</span><br />25.)<span style=\"color: rgb(0, 51, 102);\">Flamboyant:</span> <span style=\"color: rgb(0, 139, 0);\">colorful, dashing, dazzling, elaborate, exciting</span><br /><br /> ',0,1283341715,1283341715,''),(69,14,22,0,'Synonym Drill 23 (Letter \'G\')',' <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; color: rgb(75, 75, 75); font-family: arial,verdana,helvetica,sans-serif; font-size: 14px; text-align: center;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: \'times new roman\',times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font></span></span><br /><font size=\"3\"><br />1.)<a title=\"Gainsay\" href=\"http://www.thesaurus.com/browse/gainsay\"><span style=\"color: rgb(0, 51, 102);\">Gainsay</span> </a>: <span style=\"color: rgb(0, 139, 0);\">abjure,abstain,forbid,refrain,spurn</span><br />2.)<a style=\"color: rgb(0, 51, 102);\" title=\"Gambol\" href=\"http://www.thesaurus.com/browse/gambol\">Gambol </a>: <span style=\"color: rgb(0, 139, 0);\">frolic,high jinks, prounce,rollick</span><br />3.)<a style=\"color: rgb(0, 51, 102);\" title=\"Garrulous\" href=\"http://www.thesaurus.com/browse/Garrulous\">Garrulous </a>: <span style=\"color: rgb(0, 139, 0);\">babbling,colloquial,loquacious,effusive,prolix</span><br />4.)<a title=\"Gaucherie\" href=\"http://www.thesaurus.com/browse/Gaucherie\"><span style=\"color: rgb(0, 51, 102);\">Gaucherie</span></a> : <span style=\"color: rgb(0, 139, 0);\">barbarism,immodesty,indecency,solecism</span><br />5.)<a title=\"Glean\" href=\"http://www.thesaurus.com/browse/Glean\"><span style=\"color: rgb(0, 51, 102);\">Glean</span></a>: <span style=\"color: rgb(0, 139, 0);\">abridge,collocate,heap up,recapitulate</span><br />6.)<a title=\"Gloat Over\" href=\"http://www.thesaurus.com/browse/Gloat%20Over\"><span style=\"color: rgb(0, 51, 102);\">Gloat over </span></a>: <br />7.)<a title=\"Glut\" href=\"http://www.thesaurus.com/browse/Glut\"><span style=\"color: rgb(0, 51, 102);\">Glut</span></a> : <span style=\"color: rgb(0, 139, 0);\">exorbitance,plethora,profusion,surfeit</span><br />8.)<a title=\"Gossamer\" href=\"http://www.thesaurus.com/browse/Gossamer\"><span style=\"color: rgb(0, 51, 102);\">Gossamer</span></a> : <span style=\"color: rgb(0, 139, 0);\">diaphonous,gauzy,flimsy,pellucid,tiffany</span><br />9.)<a title=\"Grace\" href=\"http://www.thesaurus.com/browse/Grace\"><span style=\"color: rgb(0, 51, 102);\">Grace</span> </a>: <span style=\"color: rgb(0, 139, 0);\">benevolence,caritas,clemency,reprieve</span><br />10.)<span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.thesaurus.com/browse/Grave\" title=\"Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a> </span>: <span style=\"color: rgb(0, 139, 0);\">1)grim,somber,sedate</span><br /><span style=\"color: rgb(0, 139, 0);\"> 2)catacomb,mausoleum,shrine,sepulcher</span><br />11.)<a href=\"http://www.thesaurus.com/browse/Gregarious\" title=\"Gregarious\"><span style=\"color: rgb(0, 51, 102);\">Gregarious</span></a> : <span style=\"color: rgb(0, 139, 0);\">clubby,congenial,cozy,sociable</span></font><br /><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">12.)</font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a title=\"Grievance\" href=\"http://http://thesaurus.com/browse/grievance\">Grievance</a></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> : </font><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">affliction,grief,grouse,outrage</span></font><br /><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.)</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a title=\"Grimace\" href=\"http://http://thesaurus.com/browse/grimace\">Grimace</a></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> :</span></font> <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">frown,scowl,sneer,smirk</span></font><br /><font size=\"3\">14.)<a style=\"color: rgb(0, 51, 102);\" title=\"Grovel\" href=\"http://thesaurus.com/browse/grovel\">Grovel</a> :</font> <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">cringe,flatter,pamper,creep</span></font><br /><font size=\"3\">15.)<a style=\"color: rgb(0, 51, 102);\" title=\"Guile\" href=\"http://thesaurus.com/browse/guile\">Guile</a> : </font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 139, 0);\">cunning,craft,jive,deceit</span></font><br /><font size=\"3\">16.)<a style=\"color: rgb(0, 51, 102);\" title=\"Gust\" href=\"http://thesaurus.com/browse/gust\">Gust</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\">paroxysm,flare up,flurry,gale</font><br /><font size=\"3\">17.)<a style=\"color: rgb(0, 51, 102);\" title=\"Giddy\" href=\"http://thesaurus.com/browse/giddy\">Giddy</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\">bemused,erratic,punchy,heedless</font><br /><font size=\"3\">18.)<a style=\"color: rgb(0, 51, 102);\" title=\"Gingerly\" href=\"http://thesaurus.com/browse/gingerly\">Gingerly</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\">circumspect,wary,squeamish,hesitant</font><br /><font size=\"3\">19.)<a style=\"color: rgb(0, 51, 102);\" title=\"Grapple\" href=\"http://thesaurus.com/browse/grapple\">Grapple</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\">clash,cope,seize,snatch</font><br /><font size=\"3\">20.)<a style=\"color: rgb(0, 51, 102);\" title=\"Gratify\" href=\"http://thesaurus.com/browse/gratify\">Gratify</a> :</font> <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">appease, arride, delight</span></font><br /><font size=\"3\">21.)<a style=\"color: rgb(0, 51, 102);\" title=\"Glib\" href=\"http://thesaurus.com/browse/glib\">Glib</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">garrulous, loquacious, eloquent</span></font><br /><font size=\"3\">22.)<a style=\"color: rgb(0, 51, 102);\" title=\"Gratuitous\" href=\"http://thesaurus.com/browse/gratuitous\">Gratuitous</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\">causeless, voluntary, unprovoked</font><br /><font size=\"3\">23.)<a style=\"color: rgb(0, 51, 102);\" title=\"Gruel\" href=\"http://thesaurus.com/browse/gruel\">Gruel</a><span style=\"color: rgb(0, 51, 102);\"> </span>:</font> <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">mush, potage</span></font><br /><font size=\"3\">24.)<a style=\"color: rgb(0, 51, 102);\" title=\"Germane\" href=\"http://thesaurus.com/browse/germane\">Germane</a> : <span style=\"color: rgb(0, 139, 0);\">apposite, applicable, allied</span></font><br /> ',0,1283341756,1283341756,''),(70,14,23,0,'Synonym Drill 24 (Letter \'H\')','\r\n<p>1.)<a href=\"http://www.thesaurus.com/browse/Hack\" title=\"Hack\"><font color=\"#003366\">Hack</font></a> : <font color=\"#008b00\">chop,gash,mutilate</font> </p>\r\n<p>2.)Hamper : bassinet,carton,pannier</p>\r\n<p>3.)Hamper : asylum,camouflage,refuge</p>\r\n<p>4.)Hapless : ill-starred,jinxed,luckless</p>\r\n<p>5.)Harangue : hassle,long lecture,screed</p>\r\n<p>6.)Harbinger : diviner,forecaster,herald<br /></p>\r\n<p>7.)Harrow : agonize,torture,trouble<br /></p>\r\n<p>8.)Haughty : contemptuous,disdainful,egotistic</p>\r\n<p>9.)Haven : covert,refuge,shelter<br /></p>\r\n<p>10.)Heinous : atrocious, fiendish,loathsome,wicked<br /></p>\r\n<p>11.)Heresy : objection,opposition,refusal,strife<br /></p>\r\n<p>12.)Hermetic : impervious,sealed,shut,tight<br /></p>\r\n<p>13.)Hew : crack off,incise,stipple<br /></p>\r\n<p>14.)Hirsute : bristly,disordered,unkempt<br /></p>\r\n<p>15.)Hoax : bamboozle,bluff,flimflam,murphy<br /></p>\r\n<p>16.)Holster : leather case for a pistol or revolver<br /></p>\r\n<p>17.)Hoodwink :betray,deceive,delude</p>\r\n<p>18.)Hospitality : friendliness,generosity,heartiness<br /></p>\r\n<p>19.)Hubris : cockiness,egoism,proud flesh<br /></p>\r\n<p>20.)Hurdle : barricade,blockade,complication,hedge<br /></p>\r\n<p>21.)Husk : case,cover,hull<br /></p>\r\n<p>22.)Hullabaloo : babel,clamor,convulsion,turmoil<br /></p>\r\n<p>23.)Humdrum : banal,commonplace,dull,mundane<br /></p>\r\n<p>24.)Hunky-dory : agreeable,gratifying,unexceptional<br /></p>\r\n<p>25.)Hypocrisy : deceit,humbug,insincerity<br /></p>\r\n<p></p>',0,1283341780,1283341780,''),(71,14,24,0,'Synonym Drill 25 (Letter \'I\')','\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font><br /><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"></span></font></div><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"><br /><br /></span></font>1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\">Impolitic</a> : <span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, stupid , tactless</span><br />2.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ilk\" title=\"Ilk\">Ilk</a> :<span style=\"color: rgb(0, 139, 0);\"> family, type, class</span><br />3.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\">Immanent</a> : <span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, inherent , intrinsic</span><br />4.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/idolatrous\" title=\"Idolatrous\">Idolatrous</a> : <span style=\"color: rgb(0, 139, 0);\">heathen , idol worshiping, pagan</span><br />5.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\">Illicit</a> : <span style=\"color: rgb(0, 139, 0);\">improper , lawless, prohibited , unlawful</span><br />6.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\">Ignominy</a> : <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span><br />7.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/infuse\" title=\"Infuse\">Infuse</a> : <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span><br />8.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\">Inhibit</a> : <span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span><br />9.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/innate\" title=\"Innate\">Innate</a> : <span style=\"color: rgb(0, 139, 0);\">inborn, inherent , intrinsic , unacquired</span><br />10.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\">Impasse</a> : <span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, dilemma , gridlock, jam</span><br />11.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> : <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed</span><br />12.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Incense\" title=\"Incense\">Incense</a> : <span style=\"color: rgb(0, 139, 0);\">Aroma, essence, anger, disgust</span><br />13.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/indigent\" title=\"Indigent\">Indigent</a> : <span style=\"color: rgb(0, 139, 0);\">destitute , homeless , impecunious , impoverished , penurious</span><br />14.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ignoble\" title=\"Ignoble\">Ignoble</a> : <span style=\"color: rgb(0, 139, 0);\">degraded, dishonorable, ignominious, obscure</span><br />15.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impede\" title=\"Impede\">Impede</a> : <span style=\"color: rgb(0, 139, 0);\">block, brake, curb, delay, deter, hamper</span><br />16.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/implicit\" title=\"Implicit\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">contained, definite, implicative, inevitable, tacit</span><br />17.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/immure\" title=\"Immure\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">coop, entomb, imprison, incarcerate, seclude</span><br />18.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/incite\" title=\"Incite\">Incite</a> : <span style=\"color: rgb(0, 139, 0);\">actuate, arouse, stimulate</span><br />19.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/incisive\" title=\"Incisive\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">acute, sharp, keen, penetrating, trenchant</span><br />20.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/increment\" title=\"Increment\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\">accession , accrument, advancement , increase</span><br />21.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/instigate\" title=\"Instigate\">Instigate</a> : <span style=\"color: rgb(0, 139, 0);\">abet, insinuate, prompt</span><br />22.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/irrevocable\" title=\"Irrevocable\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">certain, changeless, constant, doomed</span><br />23.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/intrepid\" title=\"Intrepid\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">audacious, dauntless, fearless, gallant</span><br />24.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/iridescent\" title=\"Iridescent\">Iridescent</a> :<span style=\"color: rgb(0, 139, 0);\"> lustrous , nacreous, opalescent , prismatic, shimmering</span><br />25.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/innocuous\" title=\"Innocuous\">Innocuous</a> : <span style=\"color: rgb(0, 139, 0);\">innocent , innoxious, inobnoxious, inoffensive</span><br />',0,1283341800,1283341800,''),(72,14,28,0,'Synonym Drill 29 (Letter \'J\')','<font size=\"4\"><span style=\"font-family: times new roman,times,serif;\"> 1.)<a href=\"http://thesaurus.com/browse/jabber\" target=\"_blank\" title=\"jabber\"><span style=\"color: rgb(0, 51, 102);\">Jabber</span></a>:<span style=\"color: rgb(0, 59, 0);\">babble,blather,drivel,gab,jaw.</span></span><br style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0);\" /><span style=\"font-family: times new roman,times,serif;\">2.)<a href=\"http://thesaurus.com/browse/jeopardize\" target=\"_blank\" title=\"jeopardize\"><span style=\"color: rgb(0, 51, 102);\">Jeopardize</span></a>:<span style=\"color: rgb(0, 59, 0);\">be careless,chance it ,put in danger,threaten.</span></span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">3.)<a href=\"http://thesaurus.com/browse/jibe\" target=\"_blank\" title=\"jibe\"><span style=\"color: rgb(0, 51, 102);\">Jibe</span></a>:<span style=\"color: rgb(0, 59, 0);\">accord,confirm,correspond,dovetail.</span></span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">4.)<a href=\"http://thesaurus.com/browse/jocular\" target=\"_blank\" title=\"jocular\"><span style=\"color: rgb(0, 51, 102);\">Jocular</span></a>:<span style=\"color: rgb(0, 59, 0);\">amusing,blithe,crazy,daffy</span></span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">5.)<a href=\"http://thesaurus.com/browse/judicious\" target=\"_blank\" title=\"judicious\"><span style=\"color: rgb(0, 51, 102);\">Judicious</span></a>:<span style=\"color: rgb(0, 59, 0);\">accurate,acute,astute,rational,wary,skillful.</span></span><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /></font> ',0,1283341820,1283341820,''),(99,3,4,0,'Vocab Drill 4 (Letter \'A\')','',0,1283802565,1283802565,''),(98,3,3,0,'Vocab Drill 3 (Letter \'A\')',' <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /></font>\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/apathetic\" style=\"color: rgb(0, 51, 102);\" title=\"Apathetic\">Apathetic (adj)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> <font size=\"3\"><span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)Indifference, not interested</span></font></span><font size=\"3\"><br /><span style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)Feeling or showing little or no emotion</span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"></span></font></font><br /></div>\r\n<div style=\"text-align: justify;\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Is it any wonder people are <span style=\"font-weight: bold;\">apathetic </span>about voting?</span></span><br /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Can anyone<span class=\"Apple-converted-space\"> </span><span class=\"ex\">remain</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">apathetic </span>in the light of such drama?</span></span><br /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Stress is a function of caring: to avoid stress our defense is to cease caring, to <span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">apathetic</span>.</span></span><br style=\"color: rgb(0, 0, 0);\" /></div><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/apathy\" style=\"color: rgb(0, 51, 102);\" title=\"Apathy\">Apathy (<span style=\"font-style: italic;\">n</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">A lake of caring, an indifference </font><font size=\"3\"><br /></font>\r\n<div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">There is a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">grow</span>ing <span style=\"font-weight: bold;\">apathy </span>among a few boys in the Middle school which is very harming to the house.</span></span><br /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">f the result is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">widespread</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">apathy</span>, the parties bear responsibility.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /></div><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/appease\" style=\"color: rgb(0, 51, 102);\" title=\"Appease\">Appease (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">Make quite or calm,to satisfy,to bring to a state of peace</font><span style=\"color: rgb(0, 139, 0);\"></span></font><br /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: left;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">At these festivals human sacrifice would be offered to <span style=\"font-weight: bold;\">appease </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">god</span>s.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">2)</font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">I must</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">never</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"font-weight: bold;\">appease </span>his wants; If I succumb, he will consume <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">my existence </span>with relish.</span></span></span><br style=\"color: rgb(0, 0, 0);\" /></div>\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"> </div><br />\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/apprehensive\" style=\"color: rgb(0, 51, 102);\" title=\"Apprehensive\">Apprehensive (adj)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Grasping, understanding, fear, unhappy feeling about future</span></font><br /></div>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Q: Are you starting to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">feel</span><span class=\"Apple-converted-space\"> </span>a bit <span style=\"font-weight: bold;\">apprehensive</span>?</span></span><br /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)I personally was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">somewhat</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">apprehensive </span>of my first jump.</span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)Anyhow, once I knew that I had won the auction I slowly began to feel <span style=\"font-weight: bold;\">apprehensive</span> about the whole<span class=\"Apple-converted-space\"> </span><span class=\"ex\">thing</span>.</span></span><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/apprise\" style=\"color: rgb(0, 51, 102);\" title=\"Apprise\">Apprise (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Give notice to, inform, advice</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\">\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">You should keep your<span class=\"Apple-converted-space\"> </span><span class=\"ex\">reader</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">apprised </span>of what you are up to.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)</span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Interactive and keeping one <span style=\"font-weight: bold;\">apprised </span>of current<span class=\"Apple-converted-space\"> </span><span class=\"ex\">status</span>, it was very easy to get used to.</span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\"></span></font></a><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://dictionary.reference.com/browse/approbation\" target=\"_blank\" title=\"Approbation\"><span style=\"font-style: italic;\"></span></a></font> <br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/approbation\" style=\"color: rgb(0, 51, 102);\" title=\"Approbation\">Approbation (<span style=\"font-style: italic;\">n</span>)</a></font>:<font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Official approval or sanction</font></span></span></span></font><br /></div></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Most of us desire the <span style=\"font-weight: bold;\">approbation </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">other</span>s - or, at worst, wish to avoid their condemnation.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I was cheerfully received, and rejoiced that I had<span class=\"Apple-converted-space\"> </span><span class=\"ex\">merit</span>ed the <span style=\"font-weight: bold;\">approbation </span>of so many worthy individuals.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It was a shameful episode and one that was fully deserving of political and<span class=\"Apple-converted-space\"> </span><span class=\"ex\">media </span><span style=\"font-weight: bold;\">approbation</span>.</span></span></font><br /></div><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/apropos\" style=\"color: rgb(0, 51, 102);\" title=\"Apropos\">Apropos (adv)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Appropriate to the situation, fitting, at the right time</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><br />1)Mail arrived <span style=\"font-weight: bold;\">apropos</span>, since I was just getting ready to leave for the day.<br />2)This is very <span style=\"font-weight: bold;\">apropos </span>because its kind of how I feel about my career.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Apt\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/apt\"><span style=\"color: rgb(0, 51, 102);\">Apt (adj)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Well-suited, <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">quick-witted</span><br /></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">What is the <span style=\"font-weight: bold;\">apt</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">description</span><span class=\"Apple-converted-space\"> </span>of a human being?</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">I am naturally a keen sportsman, and <span style=\"font-weight: bold;\">apt </span>to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">forget</span><span class=\"Apple-converted-space\"> </span>both time and distance when pursuing game.<br />3)</span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Most of friends think that my interest is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">quite</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">apt</span>, most of them think I\'m away with the fairies anyway!<br /><br /></span></span>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">9.)<a href=\"http://dictionary.reference.com/browse/arabesque\" target=\"_blank\" title=\"Arabesque\"><span style=\"color: rgb(0, 51, 102);\">Arabesque (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">/adj)</span></a> :</font></span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(as noun) Fine arts, a complex/ornate design <br />(as adj.) Decorated with or characterized by arabesque</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">They might learn the secret of the fine <span style=\"font-weight: bold;\">arabesque</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">pattern</span>s.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Huge surfaces were decorated with facings of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">carve</span>d <span style=\"font-weight: bold;\">arabesques </span>and glazed tile work.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a href=\"http://dictionary.reference.com/browse/arbitrate\" target=\"_blank\" title=\"Arbirate\"><span style=\"color: rgb(0, 51, 102);\">Arbitrate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">To decide as arbitrator, settle by arbitration </font></span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)</span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Criticism is accusation of irrationality unless there are procedures to <span style=\"font-weight: bold;\">arbitrate</span> <span class=\"ex\">conflict</span>s.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">We know we need a common meta-data language, but who should define it, and who should <span style=\"font-weight: bold;\">arbitrate </span>on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">dispute</span>s?</span></span><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/ardently\" target=\"_blank\" title=\"Ardent\"><span style=\"color: rgb(0, 51, 102);\">Ardent (adj)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Intensely devoted, eager, passionate </font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)</span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">I am still an <span style=\"font-weight: bold;\">ardent </span>member of the Society and an equally ardent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">follower</span><span class=\"Apple-converted-space\"> </span>of events at Brook-lands.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">He became an <span style=\"font-weight: bold;\">ardent</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">royalist</span><span class=\"Apple-converted-space\"> </span>and raised a troop of horse to fight in the Bishops Wars.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/ardour\" target=\"_blank\" title=\"Ardor\"><span style=\"color: rgb(0, 51, 102);\">Ardor (<span style=\"font-style: italic;\">n</span>)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Great warmth of feeling, fervor </span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)</span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This in itself was enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">damp</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">ardor </span>of my enthusiasm.</span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)I</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">t is a person with a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">great</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">ardor </span>for some cause.</span></span><br /></div><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Arduous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/arduous\"><span style=\"color: rgb(0, 51, 102);\">Arduous (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Requiring great exertion, laborious, hard to endure </font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)</span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Soldiers need to be tested in the most <span style=\"font-weight: bold;\">arduous</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">terrain</span>.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">At first, these tasks were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">made</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">arduous </span>by the lack of tools.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">From there, the <span style=\"font-weight: bold;\">arduous</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">journey</span><span class=\"Apple-converted-space\"> </span>into the center of the great desert began.</span></span><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/arrant\" target=\"_blank\" title=\"Arrant\"><span style=\"color: rgb(0, 51, 102);\">Arrant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Notorious, unmitigated, wandering </font><br style=\"color: rgb(102, 51, 0);\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)</span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left; color: rgb(102, 51, 0);\">I have never heard more <span style=\"font-weight: bold;\">arrant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">nonsense</span><span class=\"Apple-converted-space\"> </span>in my life.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"color: rgb(102, 51, 0);\">My teenage years were also shot through with <span style=\"font-weight: bold;\">arrant</span></span><span style=\"color: rgb(102, 51, 0);\" class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>stupidity.</span></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">15.)<a title=\"Arrogance\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/arrogance\"><span style=\"color: rgb(0, 51, 102);\">Arrogance (<span style=\"font-style: italic;\">n</span>)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Offensive display or superiority or self-importance , <br />Overbearing pride</span></font></span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></div>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)</span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It exposes the <span style=\"font-weight: bold;\">arrogance </span>of a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">government</span><span class=\"Apple-converted-space\"> </span>who will not let the people have their say.<br />2)I </span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span class=\"Apple-converted-space\"></span>thought, probably with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">youthful</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">arrogance</span>, that I could improve on that.<br />3)T</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">he <span style=\"font-weight: bold;\">arrogance</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">display</span>ed by the council in ignoring public opinion has also been incredible.</span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />16.)<a title=\"Articulate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/articulate\"><span style=\"color: rgb(0, 51, 102);\">Articulate (adj/v)</span></a> :</span></font> </span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(As adj) expressed, formulated, made clear</span></font><br style=\"color: rgb(0, 139, 0);\" />\r\n <div style=\"text-align: justify;\">\r\n <div style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">(As verb) Unite by a joint or joints, to give clarity or distinction to<br /></font></span></span><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"2\"><span style=\"font-size: 10pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)I feel I am very confident and <span style=\"font-weight: bold;\">articulate </span>when</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> interacting with people, with the ability to express my thoughts and ideas clearly.</span><span style=\"font-size: 10pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />2)Sometimes, indeed, the truth cannot be <span style=\"font-weight: bold;\">articulated </span>in any other way</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">, he suggested.</span><span style=\"font-size: 10pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />3)An exciting opportunity exists for an <span style=\"font-weight: bold;\">articulate </span>person to join our busy team.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font> </div></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"></span></span><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Ascend\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/ascend\"><span style=\"color: rgb(0, 51, 102);\">Ascend (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To move, climb, go upward, mount, rise</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">)Visitors now <span style=\"font-weight: bold;\">ascend </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">stair</span>s to the first floor of the palace.</span></span><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"><br />2)</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">But as you <span style=\"font-weight: bold;\">ascend </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">ladder</span>, look out below where you tread.</span></span><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><br /><br /></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Ascendancy\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/ascendancy\"><span style=\"color: rgb(0, 51, 102);\">Ascendancy (<span style=\"font-style: italic;\">n</span>)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">A controlling influence, a domination </span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\">1)</span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Never in doubt is the fact that some men<span class=\"Apple-converted-space\"> </span><span class=\"ex\">have</span><span class=\"Apple-converted-space\"> </span>natural <span style=\"font-weight: bold;\">ascendancy </span>over others.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It tells us of a mighty struggle that is now going on for a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">moral</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">ascendancy </span>over the hearts of this world\'s population.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">United Kingdom and the United States, there tends to be an <span style=\"font-weight: bold;\">ascendancy </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">power</span>, status and advantage.</span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Ascertain\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/ascertain\"><span style=\"color: rgb(0, 51, 102);\">Ascertain (</span><span style=\"color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To find out definitely, certainty or assurance </font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)</span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">We were able to quickly <span style=\"font-weight: bold;\">ascertain </span>that there was no known rarity or error.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)I</span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">n the morning I went to <span style=\"font-weight: bold;\">ascertain</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>success had attended his patience..<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">You should, therefore, read the requirement and <span style=\"font-weight: bold;\">ascertain</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">exactly</span><span class=\"Apple-converted-space\"> </span>what the question is asking from you.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br /></span></span><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"></font></span></span></font>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">20.)<a href=\"http://dictionary.reference.com/browse/ascetic\" target=\"_blank\" title=\"Ascetic\"><span style=\"color: rgb(0, 51, 102);\">Ascetic (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n/adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">(As noun) A person who practices great self denial or self-mortification and abstains from worldly comforts or pleasure<br /> (As adj) Rigorously abstinent, austere, stark<br /> </font></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></div> <font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">He<span class=\"Apple-converted-space\"> </span><span class=\"ex\">became</span><span class=\"Apple-converted-space\"> </span>a very famous <span style=\"font-weight: bold;\">ascetic</span>, with a large following of fans.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The <span style=\"font-weight: bold;\">ascetic</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">tradition</span><span class=\"Apple-converted-space\"> </span>seems safer in a fallen world.</span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font><br /></div></div></div></div></div></div> ',0,1283802541,1283802541,''),(146,15,11,0,'Antonym Drill 11 (Letter \'C\')','',0,1283848466,1283848466,''),(74,15,8,0,'Antonym Drill 8 (Letter \'C\')','',0,1283342010,1283342010,''),(75,15,12,0,'Antonym Drill 12 (Letter \'D\')','',0,1283342041,1283342041,''),(76,15,16,0,'Antonym Drill 16 (Letter \'E\')','\r\n<div style=\"margin-left: 80px;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /><br /></div><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"ebullience\" target=\"_blank\" href=\"http://thesaurus.com/browse/ebullience\" style=\"color: rgb(0, 51, 102);\">Ebullience</a> : <span style=\"color: rgb(0, 139, 0);\">apathy,disinterest</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"embellish\" target=\"_blank\" href=\"http://thesaurus.com/browse/embellish\" style=\"color: rgb(0, 51, 102);\">Embellish</a> :<span style=\"color: rgb(0, 139, 0);\"> disfigure,uglify</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"emaciate\" target=\"_blank\" href=\"http://thesaurus.com/browse/emaciate\" style=\"color: rgb(0, 51, 102);\">Emaciate</a> :<span style=\"color: rgb(0, 139, 0);\"> beef up,thicken</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">4)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"elicit\" target=\"_blank\" href=\"http://thesaurus.com/browse/elicit\" style=\"color: rgb(0, 51, 102);\">Elicit</a> : <span style=\"color: rgb(0, 139, 0);\">cover,hide,keep,repress</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">5)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"encomium\" target=\"_blank\" href=\"http://thesaurus.com/browse/encomium\" style=\"color: rgb(0, 51, 102);\">Encomium</a> :<span style=\"color: rgb(0, 139, 0);\">demerit,criticism<br /></span></span></font>6)<a href=\"http://thesaurus.com/browse/embezzle\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Embezzle</span></a>:<span style=\"color: rgb(0, 139, 0);\">pay,return</span><br />7)<a href=\"http://thesaurus.com/browse/emaciate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Emaciate</span></a>:<span style=\"color: rgb(0, 139, 0);\">beef up,thicken</span><br />8)<a href=\"http://thesaurus.com/browse/evince\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Evince</span></a>:<span style=\"color: rgb(0, 139, 0);\">agree,comply</span><br />9)<a href=\"http://thesaurus.com/browse/excoriate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Excoriate</span></a>:<span style=\"color: rgb(0, 139, 0);\">compliment</span><br />10)<a href=\"http://thesaurus.com/browse/exculpate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exculpate</span></a>:<span style=\"color: rgb(0, 139, 0);\">blame,condemn</span><br />11)<a target=\"_blank\" href=\"http://thesaurus.com/browse/edacious\"><font size=\"3\"><span style=\"color: rgb(0, 51, 102);\">Edacious</span></font></a>:<span style=\"color: rgb(0, 139, 0);\">generous,liberal</span><br />12)<a target=\"_blank\" href=\"http://thesaurus.com/browse/effete\"><span style=\"color: rgb(0, 51, 102);\">Effete</span></a>:<span style=\"color: rgb(0, 139, 0);\">capable,tireless</span><br />13)<a target=\"_blank\" href=\"http://thesaurus.com/browse/effrontery\"><span style=\"color: rgb(0, 51, 102);\">Effrontery</span></a>:<span style=\"color: rgb(0, 139, 0);\">modesty,shame,shyness</span><br />14)<a target=\"_blank\" href=\"http://thesaurus.com/browse/endearing\"><span style=\"color: rgb(0, 51, 102);\">Endearing</span></a>:<span style=\"color: rgb(0, 139, 0);\">repulse,repel</span><br />15)<a target=\"_blank\" href=\"http://thesaurus.com/browse/engrossing\"><span style=\"color: rgb(0, 51, 102);\">Engrossing</span></a>:<span style=\"color: rgb(0, 139, 0);\">forget,ignore,reject</span><br />16)<a target=\"_blank\" href=\"http://thesaurus.com/browse/eulogy\"><span style=\"color: rgb(0, 51, 102);\">Eulogy</span></a>:<span style=\"color: rgb(0, 139, 0);\">criticism</span><br />17)<a target=\"_blank\" href=\"http://thesaurus.com/browse/exorbitant\"><span style=\"color: rgb(0, 51, 102);\">Exorbitant</span></a>:<span style=\"color: rgb(0, 139, 0);\">cheap,inexpensive</span><br />18)<a target=\"_blank\" href=\"http://thesaurus.com/browse/extenuate\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span></a>:<span style=\"color: rgb(0, 139, 0);\">expand,increase,intensify</span><br />19)<a target=\"_blank\" href=\"http://thesaurus.com/browse/epicure\"><span style=\"color: rgb(0, 51, 102);\">Epicure</span></a>:<span></span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">ignoramus</span><br />20)<a target=\"_blank\" href=\"http://thesaurus.com/browse/entreat\"><span style=\"color: rgb(0, 51, 102);\">Entreat</span></a>:<span style=\"color: rgb(0, 139, 0);\">revoke,retract,renounce</span><br />21)<a href=\"http://thesaurus.com/browse/eclectic\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Eclectic</span></a>:<span style=\"color: rgb(0, 139, 0);\"> incomprehensive,</span><span class=\"nolink\" style=\"color: rgb(0, 139, 0);\">narrow, particular, specific, unvaried </span><br />22)<a href=\"http://thesaurus.com/browse/efficacy\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Efficacy</span></a>:<span class=\"nolink\" style=\"color: rgb(0, 139, 0);\">failure, unproductiveness, uselessness, weakness<br /><span style=\"color: rgb(0, 0, 0);\">23)</span><a href=\"http://thesaurus.com/browse/elegy\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Elegy</span></a>:</span> <span> <a href=\"http://thesaurus.com/browse/celebration\" rel=\"nofollow\" class=\"theColor\" style=\"color: rgb(0, 139, 0);\"></a><span class=\"nolink\"><span style=\"color: rgb(0, 139, 0);\">celebration, enjoyment, praise</span><br />24)<a href=\"http://thesaurus.com/browse/empirical\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Empirical</span></a>:</span></span><span> </span><span class=\"nolink\"><span style=\"color: rgb(0, 139, 0);\">impractical, speculative, theoretical, unobserved </span><br />25)<a href=\"http://thesaurus.com/browse/emulate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Emulate</span></a>:<span style=\"color: rgb(0, 139, 0);\"> abandon, desert, give up, leave, retreat</span></span><span><a href=\"http://thesaurus.com/browse/retreat\" rel=\"nofollow\" class=\"theColor\"></a> </span><span style=\"color: rgb(0, 139, 0);\"><a href=\"http://thesaurus.com/browse/weakness\" rel=\"nofollow\" class=\"theColor\"></a> </span>\r\n<div style=\"margin-left: 40px;\"><br /></div> ',0,1283342075,1283342075,''),(77,15,20,0,'Antonym Drill 20 (Letter \'F\')',' 1.)<span style=\"color: rgb(0, 51, 102);\">Facetious:</span> <span style=\"color: rgb(0, 139, 0);\">formal, grave, serious, unfunny </span><br />2.)<span style=\"color: rgb(0, 51, 102);\">Facile:</span> <span style=\"color: rgb(0, 139, 0);\">arduous, complicated, confusing, difficult</span><br />3.)<span style=\"color: rgb(0, 51, 102);\">Facilitate:</span> <span style=\"color: rgb(0, 139, 0);\">block, check, delay, detain</span><br />4.)<span style=\"color: rgb(0, 51, 102);\">Fallacious:</span> <span style=\"color: rgb(0, 139, 0);\">correct, real, true, truthful </span><br />5.)<span style=\"color: rgb(0, 51, 102);\">Fallacy:</span> <span style=\"color: rgb(0, 139, 0);\">certainty, evidence, fact, honesty</span><br />6.)<span style=\"color: rgb(0, 51, 102);\">Fatuous:</span> <span style=\"color: rgb(0, 139, 0);\">aware, bright, intelligent, keen</span><br />7.)<span style=\"color: rgb(0, 51, 102);\">Faucet: </span><br />8.)<span style=\"color: rgb(0, 51, 102);\">Fawn:</span> <span style=\"color: rgb(0, 139, 0);\">ignore </span><br />9.)<span style=\"color: rgb(0, 51, 102);\">Feckless:</span> <span style=\"color: rgb(0, 139, 0);\">competent, effective, effectual, efficient</span><br />10.)<span style=\"color: rgb(0, 51, 102);\">Fecund:</span> <span style=\"color: rgb(0, 139, 0);\">impotent, infertile, sterile</span><br />11.)<span style=\"color: rgb(0, 51, 102);\">Feint:</span> <span style=\"color: rgb(0, 139, 0);\">truth </span><br />12.)<span style=\"color: rgb(0, 51, 102);\">Felicitous:</span> <span style=\"color: rgb(0, 139, 0);\">improper, inappropriate</span><br />13.)<span style=\"color: rgb(0, 51, 102);\">Felon:</span> <span style=\"color: rgb(0, 139, 0);\">police</span><br />14.)<span style=\"color: rgb(0, 51, 102);\">Ferret:</span> <span style=\"color: rgb(0, 139, 0);\">cover, hide </span><br />15.)<span style=\"color: rgb(0, 51, 102);\">Fervid:</span> <span style=\"color: rgb(0, 139, 0);\">half-hearted </span><br />16.)<span style=\"color: rgb(0, 51, 102);\">Fervor:</span> <span style=\"color: rgb(0, 139, 0);\">apathy, coolness, discouragement </span><br />17.)<span style=\"color: rgb(0, 51, 102);\">Fetter:</span> <span style=\"color: rgb(0, 139, 0);\">free, let go, loose, loosen, release </span><br />18.)<span style=\"color: rgb(0, 51, 102);\">Feud:</span> <span style=\"color: rgb(0, 139, 0);\">agreement, comradeship, friendship</span><br />19.)<span style=\"color: rgb(0, 51, 102);\">Fidelity:</span> <span style=\"color: rgb(0, 139, 0);\">disloyalty, faithlessness, infidelity, lying</span><br />20.)<span style=\"color: rgb(0, 51, 102);\">Fidget:</span> <span style=\"color: rgb(0, 139, 0);\">be still, relax, rest</span><br />21.)<span style=\"color: rgb(0, 51, 102);\">Finesse:</span> <span style=\"color: rgb(0, 139, 0);\">ignorance </span><br />22.)<span style=\"color: rgb(0, 51, 102);\">Finical:</span> <span style=\"color: rgb(0, 139, 0);\">undemanding, unfastidious, unfussy </span><br />23.)<span style=\"color: rgb(0, 51, 102);\">Fixate:</span> <span style=\"color: rgb(0, 139, 0);\">ignore, look away </span><br />24.)<span style=\"color: rgb(0, 51, 102);\">Flagrant:</span> <span style=\"color: rgb(0, 139, 0);\">concealed, disguised, hidden</span><br />25.)<span style=\"color: rgb(0, 51, 102);\">Flamboyant:</span> <span style=\"color: rgb(0, 139, 0);\">calm, moderate, modest, restrained</span><br /><br /><br /> ',0,1283342100,1283342100,''),(78,15,23,0,'Antonym Drill 23 (Letter \'G\')',' <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; color: rgb(75, 75, 75); font-family: arial,verdana,helvetica,sans-serif; font-size: 14px; text-align: center;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: \'times new roman\',times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font></span></span>\r\n<div style=\"text-align: left;\"><br />1.) <a href=\"http://thesaurus.com/browse/Gainsay\" title=\"Gainsay\" style=\"color: rgb(0, 51, 102);\"><font size=\"3\">Gainsay</font></a><span style=\"color: rgb(0, 51, 102);\"> </span>:<font size=\"3\"> <span style=\"color: rgb(0, 139, 0);\">accede,affirm,concede,endorse</span></font><br /></div>2.) <a href=\"http://thesaurus.com/browse/Gambol\" title=\"Gambol\" style=\"color: rgb(0, 51, 102);\"><font size=\"3\">Gambol</font></a> :<span style=\"color: rgb(0, 139, 0);\"> <font size=\"3\">sadness, seriousness</font></span><font size=\"3\"><br />3.) </font><font size=\"3\"><a href=\"http://thesaurus.com/browse/Garrulous\" title=\"Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">mum, reserved, reticent, secretive</span></font></font><br />4.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/Gaucherie\" title=\"Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">discreetness, discretion, propriety, suitability</span></font><br />5.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/Glean\" title=\"Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a><span style=\"color: rgb(0, 51, 102);\"> </span></font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">disperse, scatter, dissipate, disassemble</span></font><br />6.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/Gloat over\" title=\"Gloat over\" style=\"color: rgb(0, 51, 102);\">Gloat over </a>:</font> <br />7.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/Glut\" title=\"Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a><span style=\"color: rgb(0, 51, 102);\"> </span></font>:<br />8.) <font size=\"3\"><font size=\"3\"><a href=\"http://thesaurus.com/browse/Gossamer\" title=\"Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">coarse, impermeable, indelicate, rough</span></font><br />9.)<span style=\"color: rgb(0, 51, 102);\"> </span><a href=\"http://thesaurus.com/browse/Grace\" title=\"Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">anathema, refuse, veto, damnification</span></font></font><br />10.) <font size=\"3\"><font size=\"3\"><a href=\"http://thesaurus.com/browse/Grave\" title=\"Grave\" style=\"color: rgb(0, 51, 102);\">Grave </a></font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">frilovous, ridiculous, funny, silly</span></font></font><br />11.) <font size=\"3\"><font size=\"3\"><a href=\"http://thesaurus.com/browse/Gregarious\" title=\"Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">unhospitable, introverted, antagonistic, reclusive</span></font></font><br />12.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/Grievance\" title=\"Grievance\" style=\"color: rgb(0, 51, 102);\">Grievance :</a></font><br />13.) <font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Grimace\" href=\"http://thesaurus.com/browse/grimace\">Grimace</a></font> :<br />14.) <font size=\"3\" style=\"color: rgb(0, 51, 102);\"><a title=\"Grovel\" href=\"http://thesaurus.com/browse/grovel\">Grovel</a></font> :<br />15.) <font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Guile\" href=\"http://thesaurus.com/browse/guile\">Guile</a></font> :<br />16.) <font size=\"3\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/gust\" title=\"Gust\">Gust</a></font> :<br />17.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/giddy\" title=\"Giddy\" style=\"color: rgb(0, 51, 102);\">Giddy</a></font> :<br />18.) <a href=\"http://thesaurus.com/browse/gingerly\" title=\"Gingerly\" style=\"color: rgb(0, 51, 102);\">Gingerly</a> :<br />19.) <font size=\"3\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/grapple\" title=\"Grapple\">Grapple</a></font> :<br />20.) <font size=\"3\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/gratify\" title=\"Gratify\">Gratify</a></font> :<br />21.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/glib\" title=\"Glib\" style=\"color: rgb(0, 51, 102);\">Glib</a></font> :<br />22.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/gratuitous\" title=\"Gratuitous\">Gratuitous</a></font> :<br />23.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/gruel\" title=\"Gruel\" style=\"color: rgb(0, 51, 102);\">Gruel</a></font> :<br />24.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/germane\" title=\"Germane\" style=\"color: rgb(0, 51, 102);\">Germane</a></font> :<br style=\"color: rgb(0, 139, 0);\" /><br /> ',0,1283342117,1283342117,''),(79,15,24,0,'Antonym Drill 24 (Letter \'H\')','<p>1.)<a title=\"Hack\" href=\"http://www.thesaurus.com/browse/Hack\"><font color=\"#003366\">Hack</font></a> :</p>\r\n<p>2.)Hamper :</p>\r\n<p>3.)Hamper :</p>\r\n<p>4.)Hapless : </p>\r\n<p>5.)Harangue : </p>\r\n<p>6.)Harbinger :</p>\r\n<p>7.)Harrow : aid,comfort,help,solace</p>\r\n<p>8.)Haughty : humble,meek,shy</p>\r\n<p>9.)Haven :</p>\r\n<p>10.)Heinous :</p>\r\n<p>11.)Heresy : agreement,approval,endorsement</p>\r\n<p>12.)Hermetic :</p>\r\n<p>13.)Hew :</p>\r\n<p>14.)Hirsute : bald,neat,well kept</p>\r\n<p>15.)Hoax :</p>\r\n<p>16.)Holster :</p>\r\n<p>17.)Hoodwink :</p>\r\n<p>18.)Hospitality :</p>\r\n<p>19.)Hubris :</p>\r\n<p>20.)Hurdle :</p>\r\n<p>21.)Husk :</p>\r\n<p>22.)Hullabaloo :</p>\r\n<p>23.)Humdrum :</p>\r\n<p>24.)Hunky-dory :</p>\r\n<p>25.)Hypocrisy :</p>\r\n<p> </p>\r\n<p></p>',0,1283342259,1283342259,''),(80,15,25,0,'Antonym Drill 25 (Letter \'I\')','<div style=\"text-align: center; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"> \r\n <p><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /></p></div><style></style>\r\n<p class=\"MsoNormal\" style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255,0,0)\"></p>\r\n<p style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255,0,0)\"><font size=\"4\"><u><span style=\"font-size: 13.5pt\">Please click on the word in case you need more information</span></u></font></p>\r\n<p style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255,0,0)\"><font size=\"4\"><u><span style=\"font-size: 13.5pt\"><br /></span></u></font></p>\r\n<p><font size=\"4\"><u><span style=\"font-size: 13.5pt\"></span></u></font></p>\r\n<p><font size=\"4\"><u><span style=\"font-size: 13.5pt\"></span></u></font><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"><span style=\"font-size: 12pt\"></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1.) </font><a title=\"Impolitic\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/impolitic\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Impolitic</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">careful, cautious, discreet, politic, wise</span><br />2.) </font><a title=\"Immanent\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/immanent\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Immanent</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">external, extrinsic, acquired</span><br />3.) </font><a title=\"Illicit\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/illicit\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Illicit</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">legal, legitimate, noble, licit</span><br />4.) </font><a title=\"Ignominy\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/ignominy\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Ignominy</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">credit, honor</span><br />5.) </font><a title=\"Inhibit\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/inhibit\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Inhibit</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">aid, allow, assist</span><br />6.) </font><a title=\"Innate\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/innate\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Innate</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">acquired, extrinsic, learned</span><br />7.) </font><a title=\"Impasse\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/impasse\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Impasse</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">agreement, breakthrough</span><br />8.) </font><a title=\"Impeccable\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/impeccable\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Impeccable</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">flawed, blemished, imperfect, corrupt</span><br />9.) </font><a title=\"Incense\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/Incense\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Incense</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">calm, comfort, please</span><br />10.) </font><a title=\"Indigent\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/indigent\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Indigent</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">rich, wealthy</span><br />11.) </font><a title=\"Ignoble\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/ignoble\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Ignoble</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">honorable, noble, reputable</span><br />12.) </font><a title=\"Impede\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/impede\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Impede</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">aid, assist, facilitate, forward, help, support</span><br />13.) </font><a title=\"Implicit\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/implicit\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Implicit</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">Specific, explicit</span><br />14.) </font><a title=\"Immure\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/immure\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Immure</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">free, let go, release</span><br />15.) </font><a title=\"Incite\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/incite\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Incite</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0,51,102)\"> </span>: <span style=\"color: rgb(0,139,0)\">delay, deter, discourage, prohibit </span><br />16.) </font><a title=\"Incisive\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/incisive\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Incisive</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0,51,102)\"> </span>: <span style=\"color: rgb(0,139,0)\">incompetent, stupid</span><br />17.) </font><a title=\"Increment\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/increment\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Increment</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">decrement, decrease, loss</span><br />18.) </font><a title=\"Instigate\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/instigate\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Instigate</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">halt, prevent, stop</span><br />19.) </font><a title=\"Irrevocable\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/irrevocable\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Irrevocable</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">revocable, alterable, changeable</span><br />20.) </font><a title=\"Intrepid\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/intrepid\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Intrepid</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">cowardly, week, timid</span><br />21.) </font><a title=\"Innocuous\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/innocuous\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Innocuous</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> : <span style=\"color: rgb(0,139,0)\">damaging, destructive, harmful, hurtful, injurious, offensive</span></font></p>\r\n<p><span style=\"color: rgb(0,139,0)\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0,0,0)\">22.)</span><span style=\"color: rgb(0,51,102)\"> </span></font><a title=\"Inadvertent\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/Inadvertent\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Inadvertent</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0,51,102)\"> : </span>advertent, attentive, deliberate, intentional<br /><span style=\"color: rgb(0,0,0)\">23.)</span> </font><a title=\"Incipient\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/Incipient\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Incipient</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0,51,102)\"> :</span> developed, grown, mature<br /><span style=\"color: rgb(0,0,0)\">24.)</span> </font><a title=\"Inopportune\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/Inopportune\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Inopportune</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0,51,102)\"> : </span>appropriate, auspicious, opportune<br /><span style=\"color: rgb(0,0,0)\">25.)</span> </font><a title=\"Irresolute\" style=\"color: rgb(0,51,102)\" href=\"http://thesaurus.com/browse/Irresolute\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Irresolute</font></a><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0,51,102)\"> :</span> definite, determined, obstinate, resolute<br /></font></font></span><br /><span style=\"color: rgb(0,139,0)\"></span></p>\r\n<p><br /><span style=\"color: rgb(0,139,0)\"></span></p>\r\n<p><span style=\"color: rgb(0,139,0)\"><br /></span></p>\r\n<p><span style=\"color: rgb(0,139,0)\"><br /></span></p>\r\n<p><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(255,0,0)\"><span style=\"text-decoration: underline\"></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"><span class=\"theColor\"></span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" name=\"hotword\"></span></span></span></p>',0,1283342291,1283342291,''),(81,15,29,0,'Antonym Drill 29 (Letter \'J\')','<span style=\"font-family: times new roman,times,serif;\"> 1.)</span><a title=\"jabber\" target=\"_blank\" href=\"http://thesaurus.com/browse/jabber\" style=\"font-family: times new roman,times,serif;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\">Jabber</font></a><span style=\"font-family: times new roman,times,serif;\"> : </span><span style=\"color: rgb(0, 59, 0); font-family: times new roman,times,serif;\">be silent,quite</span><span style=\"font-family: times new roman,times,serif;\">.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><font size=\"4\" style=\"font-family: times new roman,times,serif;\"><a title=\"jeopardize\" target=\"_blank\" href=\"http://thesaurus.com/browse/jeopardize\"><span style=\"color: rgb(0, 51, 102);\">Jeopardize </span></a></font><span style=\"font-family: times new roman,times,serif;\">: </span><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0);\">aim,design,plan.</font><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">3.)</span><a title=\"jibe\" target=\"_blank\" href=\"http://thesaurus.com/browse/jibe\" style=\"font-family: times new roman,times,serif;\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Jibe</font></a><span style=\"font-family: times new roman,times,serif;\"> : </span><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0);\">clash,disagree.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">4.)</span><a title=\"jocular\" target=\"_blank\" href=\"http://thesaurus.com/browse/jocular\" style=\"font-family: times new roman,times,serif;\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Jocular</font></a><span style=\"font-family: times new roman,times,serif;\"> : </span><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0);\">morose,serious,unfunny.</font><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">5.)</span><a title=\"judicious\" target=\"_blank\" href=\"http://thesaurus.com/browse/judicious\" style=\"font-family: times new roman,times,serif;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\">Judicious</font></a><span style=\"font-family: times new roman,times,serif;\"> : </span><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0);\">foolish,hasty,idiotic,irrational.</font><br style=\"font-family: times new roman,times,serif;\" /> ',0,1283342322,1283342322,''),(82,16,2,0,'Root word Drill 2 (Letter \'B\')','',0,1283342445,1283342445,''),(83,16,3,0,'Root word Drill 3 (Letter \'C\')','',0,1283342469,1283342469,''),(84,16,4,0,'Root word Drill 4 (Letter \'D\')','',0,1283342489,1283342489,''),(85,16,5,0,'Root word Drill 5 (Letter \'E\')',' <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> </span></font><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Please Click on the word in case you need more information</span></font><br /><br />1) <a href=\"http://www.reference.com/browse/ebullience\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Ebullience</span> </a>: <span style=\"color: rgb(0, 139, 0);\">From the Latin ebullire "to bubble up."</span><br style=\"color: rgb(0, 139, 0);\" />2) <a href=\"http://www.reference.com/browse/embellish\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Embellish</span></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\">embelir (</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Old French) </font><br />3) <a href=\"http://www.reference.com/browse/emaciate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Emaciate</span></a> : <span style=\"color: rgb(0, 139, 0);\"></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">wasted</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">away,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">equiv.</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">to</span> </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">ē-</span> </span></span> <span style=\"color: rgb(0, 139, 0);\"><a style=\"font-style: normal; font-weight: normal;\" href=\"http://dictionary.reference.com/browse/e-\"></a><span class=\"nolink\">e-</span> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> + </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">maciātus,</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">ptp.</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">of</span> </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">maciāre</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">produce</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">leanness</span></span><br />4) <a href=\"http://www.reference.com/browse/elicit\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Elicit</span></a>: <span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"></span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">drawn</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">out</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">(ptp.</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">of</span> </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">ēlicere</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">), <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">equiv.</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">to</span> </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">ē-</span> </span></span> <span style=\"color: rgb(0, 139, 0);\"><a style=\"font-style: normal; font-weight: normal;\" href=\"http://dictionary.reference.com/browse/e-\"></a><span class=\"nolink\">e-</span> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> + </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">lici-</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">draw,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">lure</span> + </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">-tus</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">ptp.</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">suffix</span> </span><br />5) <a target=\"_blank\" href=\"http://www.reference.com/browse/encomium\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 51, 102);\">Encomium</span> </span></a>:<span style=\"color: rgb(0, 139, 0);\"> It </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">is</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">a</span> </span><a title=\"Latin language\" href=\"http://www.reference.com/browse/wiki/Latin_language\" style=\"color: rgb(0, 139, 0);\"></a><span class=\"nolink\"><span style=\"color: rgb(0, 139, 0);\">Latin</span> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">word</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">deriving</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">from</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> </span><span class=\"nolink\" style=\"color: rgb(0, 139, 0);\">Classical Greek</span><a title=\"Classical Greek\" href=\"http://www.reference.com/browse/wiki/Classical_Greek\" style=\"color: rgb(0, 139, 0);\"></a><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> ἐγκώμιον ( </span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">encomion</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">) <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">meaning</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">praise</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">of</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">a</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">person</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">thing.</span></span> ',0,1283342515,1283342515,''),(86,16,6,0,'Root word Drill 6 (Letter \'F\')','',0,1283342535,1283342535,''),(87,16,7,0,'Root word Drill 7 (Letter \'G\')',' <br /><br />1.) Gainsay :<br /> 2.) Gambol :<span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"> originally</span> </span><span class=\"foreign\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">gambolde</span> </span></span><span id=\"hotword\"> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">"a</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">leap</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">spring"</span></span><br /> 3.) Garrulous : <span class=\"foreign\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">garrulus</span> </span></span><span id=\"hotword\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">"talkative,"</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">from</span> </span><span class=\"foreign\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">garrire</span> </span></span><span id=\"hotword\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">"to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">chatter"</span> </span>',0,1283342644,1283342644,''),(88,16,8,0,'Root word Drill 8 (Letter \'H\')','',0,1283342685,1283342685,''),(89,16,9,0,'Root word Drill 9 (Letter \'I\')',' <smarttagtype name=\"State\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"><smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=\"ieooui\"> <!--/object--><style></style><style></style>\r\n<p align=\"center\" style=\"text-align: center; font-family: times new roman,times,serif; margin-bottom: 12pt; color: rgb(255, 0, 0);\" class=\"MsoNormal\"><u><span style=\"font-size: 13.5pt;\"><font size=\"4\">Please Click on the word in case you need more information</font></span></u></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">1) <span style=\"color: rgb(0, 51, 102);\">Impolitic</span> : <span style=\"color: rgb(0, 139, 0);\">Im-(prefix)+politic, "im-" (variant of "in-") the sense of not, "politic" is to be expedient, to polit citizen</span></font><br /></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">2) <span style=\"color: rgb(0, 51, 102);\">Ilk</span> : <span style=\"color: rgb(0, 139, 0);\">Based on ilke, ilca(pronoun) the same, and</span> <span style=\"color: rgb(0, 139, 0);\">reduced form of lic like. Ilk is also a village.</span></font><br /><font size=\"3\">3) <span style=\"color: rgb(0, 51, 102);\">Immanent</span> : <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-</span></span><span style=\"color: rgb(0, 139, 0);\"> + <span class=\"ital-inline\">man </span>( <span class=\"ital-inline\">ēre </span>) to stay + -ent. In Latin, manere<i> </i>("to remain within").</span></font></font></span><span style=\"font-size: 12pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> </font></span><span style=\"font-size: 13.5pt;\"><br /><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">4) <span style=\"color: rgb(0, 51, 102);\">Idolatrous </span>: <span style=\"color: rgb(0, 139, 0);\">Greek word eidololatria<i> </i>, eidolon<i> </i>("image" or "figure") + latreia ("worship").</span></font><br /><font size=\"3\">5) <span style=\"color: rgb(0, 51, 102);\">Illicit </span>: <state w:st=\"on\"><place w:st=\"on\"><span style=\"color: rgb(0, 139, 0);\">Il-</span></place></state></font></font><span style=\"color: rgb(0, 139, 0);\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\"> + licit. il- variant of in- (negative force), licitus for permitted.</font><br /></font></span><font size=\"3\"><span style=\"color: black;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">6)</font></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\"><span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 51, 102);\">Innate :</span><span style=\"color: rgb(0, 139, 0);\"> <span class=\"ital-inline\">Innātus (</span>inborn).</span></font></span></font><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"5\"><br /><font size=\"3\">7) <span style=\"color: rgb(0, 51, 102);\">Inhibit :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Inhibēre </span></span><span style=\"color: rgb(0, 139, 0);\">to restrain, equiv. to <span class=\"ital-inline\">in- </span>+ <span class=\"ital-inline\">-hibēre, </span>form of <span class=\"ital-inline\">habēre </span>to have,</span> <span style=\"color: rgb(0, 139, 0);\">hold</span><br />8) <span style=\"color: rgb(0, 51, 102);\">Infuse : </span><span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Infundere (</span></span><span style=\"color: rgb(0, 139, 0);\">to pour into).</span></font></font><br /></font></span></font></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\">9) <span style=\"color: rgb(0, 51, 102);\">Impasse :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-(no)</span></span><span class=\"x\"><sup><span style=\"color: rgb(0, 139, 0);\"> </span></sup></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">+ <span class=\"ital-inline\">-passe (passage).</span></span></font><font size=\"3\"><br /></font></font></span></font></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">10) <span style=\"color: rgb(0, 51, 102);\">Impeccable :</span> <span style=\"color: rgb(0, 139, 0);\">Impeccabilis, im-(no) + <span class=\"ital-inline\">peccāre </span>(to go wrong).</span></font></font></span></font></p></object
></smarttagtype></smarttagtype>',0,1283342707,1283342707,''),(90,16,10,0,'Root word Drill 10 (Letter \'J\')','',0,1283342733,1283342733,''),(91,18,1,0,'Picture Drill 1 (Letter \'A\')','<font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Abacus\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>: </font><img hspace=\"0\" height=\"125\" width=\"125\" vspace=\"0\" border=\"2\" align=\"right\" src=\"http://www.infotek-solutions.com/campus/file.php/6/Vocab_Pictures/Abacus.jpg\" alt=\"Abacus\" title=\"Abacus\" /><br /><br /><span style=\"color: rgb(0, 139, 0);\"></span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations </span></font></font><br /><br /><br /><br /><br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <br /><br /><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, <br />to subside, to lesson or reduce</font><font size=\"3\"><br /></font><br /> ',0,1283436487,1283436487,''),(92,19,1,0,'Slide show Drill 1(Letter \'A\')','\r\n<div style=\"text-align: center;\"><font size=\"3\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"> <font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word for the slide show</span></font> </font><br /></div><font size=\"3\"><br /><br />1)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abacus.swf\">Abacus: <br /></a>2)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abdicate.swf\" title=\"Abdicate\">Abdicate:</a> <br />3)<a title=\"Abate\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abate.swf\">Abate:</a><br />4)<a title=\"Abeyance\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abeyance.swf\">Abeyance:</a><br />5)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abhor.swf\" title=\"Abhor\">Abhor:</a><br />6)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abide.swf\" title=\"Abide\">Abide</a><br />7)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abrade.swf\" title=\"Abjure\">Abjure</a><br />8)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abrade.swf\" title=\"Abrade\">Abrade</a><br />9)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abrasion.swf\" title=\"Abrasion\">Abrasion</a><br />10)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abrogate.swf\" title=\"Abrogate\">Abrogate</a><br />11)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abstruse.swf\" title=\"Abstruse\">Abstruse</a><br />12)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abundant.swf\" title=\"Abundant\">Abundant</a><br />13)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abut.swf\" title=\"Abut\">Abut</a><br />14)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abysmal.swf\" title=\"Abysmal\">Abysmal</a><br />15)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Acarpous.swf\" title=\"Acarpous\">Acarpous</a><br />16)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Accentuate.swf\" title=\"Accentuate\">Accentuate</a><br />17)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Acclaimed.swf\" title=\"Acclaimed\">Acclaimed</a><br />18)<a title=\"Accolade\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Accolade.swf\">Accolade</a><br />19)<a title=\"Accretion\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Accretion.swf\">Accretion</a><br />20)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Acquisition.swf\" title=\"Acquisition\">Acquisition</a><br />21)<a title=\"Adamant\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Adamant.swf\">Adamant</a><br />22)<a title=\"Adhere\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Adhere.swf\">Adhere</a><br />23)<a title=\"Adhesion\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Adhesion.swf\">Adhesion</a><br />24)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Adjacent.swf\" title=\"Adjacent\">Adjacent</a><br /><br />1)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Slide_1.swf\" title=\"Abacus\" target=\"_blank\">Abacus with video</a><br /></font> ',0,1283528744,1283528744,''); INSERT INTO `mdl_book_chapters` VALUES (97,3,2,0,'Vocab Drill 2 (Letter \'A\')',' <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/admonitory\" style=\"color: rgb(0, 51, 102);\" title=\"Admonitory\">Admonitory (adj)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Containing warning</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: verdana; font-size: 11px; white-space: nowrap;\"> <font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">I staggered and gasped and found myself facing a mirror on the wall with an</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\">admonitory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">warning <br />over it. ARE YOU CLEAN? ARE YOU NEAT?</span></font></span></span><font size=\"2\"><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/adorn\" style=\"color: rgb(0, 51, 102);\" title=\"Adorn\">Adorn (v)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To decorate or add beauty to, make more pleasing, attractive</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">At Christmas the church was <span style=\"font-weight: bold;\">adorned </span>in an especially solemn<span class=\"Apple-converted-space\"> manner</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)</span></span></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span>s <span style=\"font-weight: bold;\">adorned </span>with pictures of every type of boat.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The whole of this suite of rooms is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">richly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adorned </span>with carvings in wood.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/adulteration\" style=\"color: rgb(0, 51, 102);\" title=\"Adulteration\">Adulteration (<span style=\"font-style: italic;\">n</span>)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\"> Making impure or poorer in quality</font></font><br /></div>\r\n<div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The <span style=\"font-weight: bold;\">adulteration </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span>is not of course a new problem.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The commonest <span style=\"font-weight: bold;\">adulterations </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">milk</span><span class=\"Apple-converted-space\"> </span>are not of a hurtful character.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">There is little doubt that between 1800 and 1850<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adulteration </span>was practiced on a large scale.</span></span></font><br style=\"color: rgb(0, 0, 0);\" /></div></div><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/affinity\" style=\"color: rgb(0, 51, 102);\" title=\"Affinity\">Affinity (n/adj)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">1)Close connection, relationship <br />2) A natural liking for or attraction to a person, thing, idea etc.</span></font><br />\r\n<div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Teacher... Some people have a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">natural</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity </span>with children.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">You should also be able to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">demonstrate</span><span class=\"Apple-converted-space\"> </span>an <span style=\"font-weight: bold;\">affinity </span>with the Outdoors and camping.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A reliable assay is needed to be able to measure<span class=\"Apple-converted-space\"> </span><span class=\"ex\">binding</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity</span>.<br /><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/aggravate\" style=\"color: rgb(0, 51, 102);\" title=\"Aggravate\">Aggravate (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make worse or more severe, to annoy, irritate</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Many diseases may be caused by<span class=\"Apple-converted-space\"> </span><span class=\"ex\">stress</span>, and even more may be <span style=\"font-weight: bold;\">aggravated </span>by stress.<br />2)</span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">An offense akin to racially <span style=\"font-weight: bold;\">aggravated </span>harassment could be created</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A deliberate breach of the health and safety legislation with a view to profit seriously <span style=\"font-weight: bold;\">aggravates </span>the offense.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span></font></a><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/agile\" target=\"_blank\" title=\"Agile\"><span style=\"color: rgb(0, 51, 102);\">Agile (adj)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Quick moving, active , well coordinated in movement</font><span style=\"font-size: 10.5pt;\"><br /></span>\r\n <div style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\"><span style=\"font-size: 10.5pt;\">1)<span>However, being the child of parents who spent their working lives in foreign postings, I became socially very <span style=\"font-weight: bold;\">agile</span>.</span></span><b><span style=\"font-size: 12pt;\"></span></b><span style=\"font-size: 10.5pt;\"></span><br /><span style=\"font-size: 10.5pt;\">2)<span>He appears to be faster and more <span style=\"font-weight: bold;\">agile </span>than normal humans, and knows some variety of martial arts.</span></span><b><span style=\"font-size: 12pt;\"></span></b><span style=\"font-size: 10.5pt;\"></span><br /><span style=\"font-size: 10.5pt;\">3)Working on a higher abstraction level makes the process more <span style=\"font-weight: bold;\">agile </span>at the same time.</span><b><span style=\"font-size: 12pt;\"></span></b></font> <font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><font size=\"2\"><br style=\"color: rgb(0, 0, 0);\" /></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font></div><br /><font size=\"1\" style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/ail\" style=\"color: rgb(0, 51, 102);\" title=\"Ail\">Ail (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To cause pain, trouble, be ill</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Many of the railroad schemes took over <span style=\"font-weight: bold;\">ailing </span>canal<span class=\"Apple-converted-space\"> companies.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Is paid for increasing from in to pay for medical insurance billed salary <span style=\"font-weight: bold;\">ailing</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>system.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">We place an emphasis on the recovery and rescue of <span style=\"font-weight: bold;\">ailing</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">business</span>es with a view to maintaining the business and safeguarding employment.</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Alacrity\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/alacrity\"><span style=\"color: rgb(0, 51, 102);\">Alacrity (<span style=\"font-style: italic;\">n</span>)</span></a></font><a href=\"http://www.moodle.org/0.8653613829242436\"><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></a></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Liveliness, briskness, cheerful readiness</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">\r\n <div style=\"text-align: left;\"><!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
 <o:RelyOnVML/>
 <o:AllowPNG/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--> </div>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%;\">1)</span><span style=\"orphans: 2; widows: 2; word-spacing: 0px;\">We have no longer the <span style=\"font-weight: bold;\">alacrity </span>of</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"ex\"><span style=\"font-size: 10.5pt; line-height: 115%;\">spirit</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%;\">that feels but half the weight it carries.</span></span><span style=\"font-size: 10.5pt; line-height: 115%;\"></span><br /><span style=\"font-size: 10.5pt; line-height: 115%;\"> <span class=\"apple-style-span\">2)Will the</span><span class=\"apple-converted-space\"> </span></span><span class=\"ex\"><span style=\"font-size: 10.5pt; line-height: 115%;\">same</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%;\"><span style=\"font-weight: bold;\">alacrity </span>apply to the Entertainment Center?</span></span><span></span><br /><span> </span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%;\"><span style=\"orphans: 2; widows: 2; word-spacing: 0px;\">3)A still bigger surprise is that a relatively small 2.7 liter diesel engine can push</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"ex\"><span style=\"font-size: 10.5pt; line-height: 115%;\">such</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%;\">a large car along with such <span style=\"font-weight: bold;\">alacrity</span>.</span></span></span><span></span></font><br /><br /></div></div><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">9.)<a href=\"http://dictionary.reference.com/browse/alienate\" target=\"_blank\" title=\"Alienated\"><span style=\"color: rgb(0, 51, 102);\">Alienate (</span></a></font></span></span></font><a href=\"http://www.moodle.org/0.6000539758145587\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"></font></span></span></font></a><font size=\"2\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><a target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">v</span></a></font></font><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><a href=\"http://www.moodle.org/0.6000539758145587\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To make indifferent or hostile, turn away, divert, transfer</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)</span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">They\'re also viewed as an underclass, completely <span style=\"font-weight: bold;\">alienated </span>from the political<span class=\"Apple-converted-space\"> process.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br />2)</span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Just because you go to church or temple you\'re not <span style=\"font-weight: bold;\">alienated </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">life.</span></span></span><br />3)<span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The transformation of football has deeply <span style=\"font-weight: bold;\">alienated </span>many supporters.</span></span><br /></font><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-style: italic;\"></span></span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">10.)<a href=\"http://dictionary.reference.com/browse/allegiance\" target=\"_blank\" title=\"Allegiance\"><span style=\"color: rgb(0, 51, 102);\">Allegiance (<span style=\"font-style: italic;\">n</span>)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Loyalty or devotion to some person, group, cause </font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><br /></span></span></font>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)</span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Let us start with <span style=\"font-weight: bold;\">allegiance </span>of the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">people</span><span class=\"Apple-converted-space\"> </span>involved.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Anyone failing to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">swear</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">allegiance </span>would suffer the full penalty of the law.</span></span><br /></div><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><a href=\"http://dictionary.reference.com/browse/alleviate\" target=\"_blank\" title=\"Alleviate\"><span style=\"color: rgb(0, 51, 102);\">Alleviate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">To make easier to endure, lesson, mitigate</font></span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\">\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)</span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">You can obtain medications to help <span style=\"font-weight: bold;\">alleviate </span>the symptoms <span class=\"Apple-converted-space\"></span><span class=\"ex\" style=\"font-style: italic;\"></span> from your doctor.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Express train services from these stations would help to <span style=\"font-weight: bold;\">alleviate </span>congestion in the capital.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It can only temporarily <span style=\"font-weight: bold;\">alleviate </span>some of the grosser evils of the present system.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font><br /></div><font size=\"4\" style=\"color: rgb(0, 0, 0);\">12.)<a href=\"http://dictionary.reference.com/browse/alloy\" target=\"_blank\" title=\"Alloy\"><span style=\"color: rgb(0, 51, 102);\">Alloy (n/v)</span></a> : </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">To debate by mixing something inferior,to reduce quality</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)</span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Modern steels and<span class=\"Apple-converted-space\"> </span><span class=\"ex\">ferrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">alloys </span>have mostly been developed since the Industrial Revolution.<br /></span></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">The materials from which fork arms are made will thus cover a range of <span style=\"font-weight: bold;\">alloy</span></font><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\"> </span>steels.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Amalgamate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/amalgamate\"><span style=\"color: rgb(0, 51, 102);\">Amalgamate (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Mix, combine, unite societies </font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)</span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">In fact the two American companies have by chance recently <span style=\"font-weight: bold;\">amalgamated</span>.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">he data is also<span class=\"Apple-converted-space\"> </span><span class=\"ex\">now</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">amalgamated </span>with the Library\'s online catalog.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The following years saw many teams dissolve or <span style=\"font-weight: bold;\">amalgamate </span>with others.<span class=\"Apple-converted-space\"></span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/ambidextrous\" target=\"_blank\" title=\"Ambidextrous\"><span style=\"color: rgb(0, 51, 102);\">Ambidextrous (adj)</span></a> :</font><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)Able to use both hands equally well<br />2)unusually skillful<br />3) double-dealing or deceitful </font></span></span></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</span></span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The <span style=\"font-weight: bold;\">ambidextrous</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mouse</span><span class=\"Apple-converted-space\"> </span>is like most others on first glance.<br /></span></span>\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-weight: bold;\">Ambidextrous</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">design</span><span class=\"Apple-converted-space\"> </span>makes working more comfortable, whether you mouse with your left or right hand.</span></span><br /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Youngsters who were extremely right or left-handed also tended to do poorly, but not as badly as the <span style=\"font-weight: bold;\">ambidextrous</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">child</span>ren.</span></span><br /></div><br /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">15.)<a title=\"Ambiguous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/ambiguous\"><span style=\"color: rgb(0, 51, 102);\">Ambiguous (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Doubtful or uncertain </span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)</span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Firstly, there are a number of specific issues left<span class=\"Apple-converted-space\"> </span><span class=\"ex\">somewhat</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">ambiguous </span>in the document.<br /></span></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The Government do not accept that what we have ended up with is <span style=\"font-weight: bold;\">ambiguous </span>in the<span class=\"ex\"> way</span><span class=\"Apple-converted-space\"> </span>implied by some speakers.</span></span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">In pregnant women the drug can result in <span style=\"font-weight: bold;\">ambiguous</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">genitalia</span><span class=\"Apple-converted-space\"> </span>in any male fetus.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Ambivalent\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/ambivalent\"><span style=\"color: rgb(0, 51, 102);\">Ambivalence (<span style=\"font-style: italic;\">n</span>)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Uncertainty or fluctuation, doubtful<br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></span></span><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]-->\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%;\">1)</span></span><span style=\"font-size: 10.5pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"orphans: 2; widows: 2; word-spacing: 0px;\">Policy toward people with a learning disability has been</span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\"><span style=\"font-size: 10.5pt; line-height: 115%;\">mark</span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%;\">ed by deep <b>ambivalence</b>.</span></span><span style=\"font-size: 10.5pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-size: 10.5pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <span class=\"apple-style-span\">2)In the short term,</span><span class=\"apple-converted-space\"> </span><span class=\"ex\">such</span><span class=\"apple-converted-space\"> </span><span class=\"apple-style-span\"><b>ambivalence </b>is not a problem.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-size: 10.5pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <span class=\"apple-style-span\">3)That\'s one of the things on which I</span><span class=\"apple-converted-space\"> </span><span class=\"ex\">have</span><span class=\"apple-converted-space\"> </span><span class=\"apple-style-span\">greatest <b>ambivalence</b>, actually.</span></span><span style=\"font-size: 10pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br />17.)<a title=\"Ameliorate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/ameliorate\"><span style=\"color: rgb(0, 51, 102);\">Ameliorate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make or become better, more satisfactory<br /></font></font></span></span><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span class=\"apple-style-span\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 10pt; line-height: 115%;\">1)</span></span><span style=\"font-size: 10.5pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"orphans: 2; widows: 2; word-spacing: 0px;\">A smile often goes a long way to <span style=\"font-weight: bold;\">ameliorate </span>the</span></span><span class=\"apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> situation.</span></span><span style=\"font-size: 11pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> 2)</span><span style=\"orphans: 2; widows: 2; word-spacing: 0px; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%;\">Action to <span style=\"font-weight: bold;\">ameliorate </span>the negative</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"ex\"><span style=\"font-size: 10.5pt; line-height: 115%;\">impact</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%;\">of these areas is needed.</span></span></span><span style=\"font-size: 11pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> </span><span style=\"orphans: 2; widows: 2; word-spacing: 0px; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><br /></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Amendment\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/amendment\"><span style=\"color: rgb(0, 51, 102);\">Amendment (<span style=\"font-style: italic;\">n</span>)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Improving, change for betterment</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span class=\"apple-style-span\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">1)</span></span><span style=\"font-size: 10.5pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"orphans: 2; widows: 2; word-spacing: 0px;\">I beg to ask leave to</span></span><span class=\"apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 10.5pt; line-height: 115%;\">withdraw</span></span><span class=\"apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"apple-style-span\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 10.5pt; line-height: 115%;\">the <span style=\"font-weight: bold;\">amendment</span>.</span></span><span style=\"font-size: 10.5pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"apple-style-span\">2)Each</span><span class=\"apple-converted-space\"> </span><span class=\"ex\"><span style=\"background: none repeat scroll 0% 0% white;\">constitutional</span></span><span class=\"apple-converted-space\"> </span><span class=\"apple-style-span\"><span style=\"font-weight: bold;\">amendment </span>dealt only with specific issues, rather than the Constitution in its totality.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Accolade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Amicable (</span><span style=\"color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Friendly in feeling, showing good will</font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--> <span style=\"font-size: 10pt; line-height: 115%;\"><span style=\"font-style: italic;\"><br /></span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)Well, </span></span><span class=\"apple-style-span\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 10.5pt; line-height: 115%;\"><span style=\"orphans: 2; widows: 2; word-spacing: 0px;\">it was his decision and things</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"ex\"><span style=\"font-size: 10.5pt; line-height: 115%;\">remain</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%;\">very <span style=\"font-weight: bold;\">amicable </span>between us.</span></span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span style=\"font-size: 10pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>2)</span><span class=\"apple-converted-space\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 10.5pt; line-height: 115%;\"><span style=\"orphans: 2; widows: 2; word-spacing: 0px;\"> </span></span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%;\">want to have an <span style=\"font-weight: bold;\">amicable</span></span></span><span class=\"apple-converted-space\" style=\"font-weight: bold;\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"ex\"><span style=\"font-size: 10.5pt; line-height: 115%;\">divorce</span></span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%;\">, is it possible?</span></span></span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"orphans: 2; widows: 2; word-spacing: 0px;\"><span style=\"font-style: italic;\"><br /></span>3)The Company normally expects to agree an <span style=\"font-weight: bold;\">amicable</span></span></span><span class=\"apple-converted-space\" style=\"color: rgb(102, 51, 0); font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"ex\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 10.5pt; line-height: 115%;\">settlement</span></span><span class=\"apple-converted-space\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 10.5pt; line-height: 115%;\"> </span></span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%;\"><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">of the few complaints received.<br style=\"color: rgb(102, 51, 0);\" /></span><br /></span></span></span><span></span>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\">\r\n <div style=\"text-align: justify;\"> <!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><a href=\"http://dictionary.reference.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\"></span><span style=\"color: rgb(0, 51, 102);\"></span><span style=\"color: rgb(0, 51, 102);\"></span></a></font></div></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>20.)<a href=\"http://dictionary.reference.com/browse/amplify\" target=\"_blank\" title=\"Amplify\"><span style=\"color: rgb(0, 51, 102);\">Amplify (</span><span style=\"color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make larger, greater or stronger, to expand<br /></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]-->\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)If a person is already anxious and somewhat depressed, these feelings will be <span style=\"font-weight: bold;\">amplified</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">when</span><span class=\"Apple-converted-space\"> </span>the house is quiet and others are sleeping.</span></span><br /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"> </span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)It is a problem <span style=\"font-weight: bold;\">amplified </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fact</span><span class=\"Apple-converted-space\"> </span>that developing country markets are generally small and their average constituent company is small.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /> <span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><br /></div>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><span style=\"font-size: 10.5pt;\"></span><font size=\"2\"><span style=\"font-size: 10pt; line-height: 115%;\"></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">21.)<a title=\"Animosity\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/animosity\"><span style=\"color: rgb(0, 51, 102);\">Animosity (<span style=\"font-style: italic;\">n</span>)</span></a> :</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Strong dislike</font></span></span></font><br />\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)I just hope that it doesn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\">cause</span><span class=\"Apple-converted-space\"> </span>any <span style=\"font-weight: bold;\">animosity </span>between the two sets of fans.</span></span><br /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"> </span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)This was important in gaining their support for the move and<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span>ing any <span style=\"font-weight: bold;\">animosity</span></span></span>.<br /></div><font size=\"2\"><span style=\"font-size: 10pt; line-height: 115%;\"><br /></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">22.)<a title=\"Annual\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/annual\"><span style=\"color: rgb(0, 51, 102);\">Annual (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Put an end to, pertaining to a year</font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><br />1)At a annual rate on an <span style=\"font-weight: bold;\">annual </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">product</span>s and.</span></span><br />\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)These guys get very<span class=\"Apple-converted-space\"> </span><span class=\"ex\">little</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">annual </span>holiday so wherever they go has to carry a guarantee of perfection.</span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font><br /></div><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a title=\"Anticlimax\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/anticlimax\"><span style=\"color: rgb(0, 51, 102);\">Anticlimax (<span style=\"font-style: italic;\">n</span>)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Sudden fall,a descent in power, quantity, dignity</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><span style=\"font-style: italic;\"></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)It\'s a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">real</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">anticlimax </span>after winning an eBay auction to eventually find the item arrive in a worse state than advertised.</span></span><br /></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />24.)<a href=\"http://dictionary.reference.com/browse/antidote\" target=\"_blank\" title=\"Antidote\"><span style=\"color: rgb(0, 51, 102);\">Antidote (<span style=\"font-style: italic;\">n</span>)</span></a> :</font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"> Medicine used against a poison or a disease</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Criticism - the only<span class=\"Apple-converted-space\"> </span><span class=\"ex\">know</span>n <span style=\"font-weight: bold;\">antidote </span>to the human genius at self-deception.<br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Our Health & Beauty Rooms<span class=\"Apple-converted-space\"> </span><span class=\"ex\">offer</span><span class=\"Apple-converted-space\"> </span>the perfect <span style=\"font-weight: bold;\">antidote </span>to stress.</span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">25.)<a title=\"Anthetical\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/antithetical\"><span style=\"color: rgb(0, 51, 102);\">Antithetical (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> 1)Direct opposing or contrasting<br />2)of the nature of or involving antithesis</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />1)</span></span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">These visions are usually a visual expression of <span style=\"font-weight: bold;\">antithetical</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>thoughts.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" />\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Best mates are<span class=\"Apple-converted-space\"> </span><span class=\"ex\">often</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">antithetical </span>to yourself I\'ve found.</span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font><br style=\"color: rgb(0, 0, 0);\" /></div></div></div></div></div></div></div></div></div> ',0,1283802516,1283802516,''),(100,3,6,0,'Vocab Drill 6 (Letter \'B\')','',0,1283802605,1283802605,''),(101,3,7,0,'Vocab Drill 7 (Letter \'B\')','',0,1283802627,1283802627,''),(102,3,9,0,'Vocab Drill 9 (Letter \'C\')','<font size=\"4\"><font color=\"#003366\">1.) </font><a title=\"cleanse\" href=\"http://dictionary.reference.com/browse/cleanse\" target=\"_blank\"><font color=\"#003366\">Cleanse (v)</font></a><font color=\"#003366\"> :</font></font> <font color=\"#008b00\"><span style=\"font-style: italic\">1) </span><font style=\"font-style: italic\">To make Clean.</font><br style=\"font-style: italic\" /><span style=\"font-style: italic\">2)</span></font><span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"> To</font></span><font color=\"#008b00\"><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">remove</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">or</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">as</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">if</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><span style=\"font-style: italic\">cleaning.</span><br /></font><font color=\"#663300\">1)</font></span></span><font color=\"#663300\" size=\"2\">The skin is left feeling smooth, refined and deeply <span style=\"font-weight: bold\">cleansed</span>.</font><font size=\"3\"><font size=\"2\"><span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"></span></span></font><font size=\"3\"><font size=\"2\"><span id=\"hotword\" name=\"hotword\"></span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><br /><br /><font size=\"4\"><font color=\"#003366\">2.) </font><a title=\"cling\" href=\"http://dictionary.reference.com/browse/cling\" target=\"_blank\"><font color=\"#003366\">Cling (v) :</font></a> </font><font color=\"#008b00\"><span style=\"font-style: italic\">1) </span></font></span></font></font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">adhere</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">closely;</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">stick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span></font></span><font style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">; </span></font></font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">hold</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">tight,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">by</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">grasping</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">embracing.<br />2)</font></span></span><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">be</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">remain</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">close; </span></font></span><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">remain</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">attached,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">an</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">idea,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">hope,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">memory,</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">etc.<br />3) (-n)</font></span></span><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> The</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">act</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">of</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">clinging;</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">adherence;</span><span style=\"font-style: italic\"> </span></font><font size=\"2\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\" size=\"3\">attachment.<br /></font></span><font color=\"#663300\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">1) </span></font><font color=\"#663300\">Apply <span style=\"font-weight: bold\">cling</span> <span class=\"nolink\">film</span> in layers rather than round like a bandage.</font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"></span></font><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><br /></span><font size=\"2\"><font color=\"#663300\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">2)</span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> </span>How tenacious are the memories that <span style=\"font-weight: bold\">cling</span> <span class=\"nolink\">round</span> that mighty old hunter!<br /></font><br /></font><font color=\"#003366\" size=\"4\">3.) </font><a title=\"clot\" href=\"http://dictionary.reference.com/browse/clot\" target=\"_blank\"><font color=\"#003366\" size=\"4\">Clot (<span style=\"font-style: italic\">n</span>) :</font></a><font size=\"2\"> </font><font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">1) </font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">A</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">soft</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">thick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">lump</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">mass.<br />2) (-informal) </font></span></span><span id=\"hotword\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">A</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">stupid</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">person;</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><span style=\"font-style: italic\">fool.</span><br /><em>3) (-v) </em></font></span></span><span id=\"hotword\"><font color=\"#008b00\"><em><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">cause</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">into</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">a</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">soft</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">thick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">lump</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </em></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font size=\"2\"><em><font size=\"3\"><font color=\"#008b00\">lumps.</font><br /></font></em><font color=\"#663300\">1) </font></font></span></span><font size=\"2\"><font color=\"#663300\">He underwent surgery to <span class=\"nolink\">remove</span> a blood <span style=\"font-weight: bold\">clot</span> on the brain.<br />2)Bruce\'s untimely death at 47 was apparently caused by a blood <span style=\"font-weight: bold\">clot</span> in the <span class=\"nolink\">lung</span>.<br /></font><br /></font><font color=\"#003366\" size=\"4\">4.) </font><a title=\"cloture\" href=\"http://dictionary.reference.com/browse/cloture\" target=\"_blank\"><font color=\"#003366\" size=\"4\">Cloture (<span style=\"font-style: italic\">n</span>)</font></a><font size=\"2\"><font color=\"#003366\" size=\"4\"> :</font> </font><font style=\"font-style: italic\" color=\"#008b00\">1)</font><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> A</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">method</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">of</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">closing</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">a</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">debate</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">and</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">causing</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">an</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">immediate</span> <span id=\"hotword\" style=\"font-style: italic\" name=\"hotword\">vote</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">to</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">be</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">taken</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">on</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">the</span><span style=\"font-style: italic\"> </span></font><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">question.<br />2) (-v)</span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> To</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">close</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">(a</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">debate)</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">cloture.</span></font>\r\n<div class=\"dndata\"><span id=\"hotword\"></span></div>\r\n<div class=\"dndata\"><span id=\"hotword\"></span></div>\r\n<p><font size=\"2\"><font color=\"#663300\">1) A vote for <strong>cloture</strong> is basically a vote for the bill.<br />2) Not voting in favor of <strong>cloture</strong> is the same as voting in favor of the filibuster.<br /></font><br /><font color=\"#003366\" size=\"4\">5.) </font><a title=\"coalease\" href=\"http://dictionary.reference.com/browse/coalescing\" target=\"_blank\"><font color=\"#003366\" size=\"4\">Coalesce (v)</font></a></font><font size=\"4\"><font color=\"#003366\"> :</font> </font><font size=\"3\"><font style=\"font-style: italic\" color=\"#008b00\">1)</font><font style=\"font-style: italic\"><span id=\"hotword\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"> To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">grow</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">together</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">into</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">one</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">body</span></font></span></font></font><font style=\"font-style: italic\" color=\"#008b00\">.<br />2) <span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">unite</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">so</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">one</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">mass,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">community,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">etc.</span></span><br />3) </font><span id=\"hotword\"><font style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">blend</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">come</span> </font></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><font style=\"font-style: italic\">together.</font><br /></font><font color=\"#663300\" size=\"2\">1) </font></span></span><font size=\"2\"><font color=\"#663300\">Why doesn\'t my database automatically <span style=\"font-weight: bold\">coalesce</span> free <span class=\"nolink\">space</span> in some tablespaces?<br />2)All the solder balls <span style=\"font-weight: bold\">coalesce</span> together to <span class=\"nolink\">form</span> a solder joint.</font> </font></p>\r\n<p><font size=\"4\">6.) </font></p>\r\n<p><font size=\"2\"></font></p>\r\n<div class=\"dndata\" style=\"font-style: italic\"><font size=\"3\"><span id=\"hotword\"></span></font></div><font size=\"3\"><font size=\"3\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><br /></span></font></font>\r\n<div class=\"dndata\"><span class=\"ital-inline\"><span id=\"hotword\"></span></span></div>',0,1283802673,1283802673,''),(103,3,10,0,'Vocab Drill 10 (Letter \'C\')','',0,1283802694,1283802694,''),(104,3,11,0,'Vocab Drill 11 (Letter \'C\')','',0,1283802719,1283802719,''),(105,3,13,0,'Vocab Drill 13 (Letter \'D\')','<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11)</font> <font size=\"4\"><a href=\"http://dictionary.reference.com/browse/desultory?o=100074\" target=\"_blank\" style=\"color: rgb(0, 51, 102); font-weight: bold;\">Desultory</a> <span style=\"font-weight: bold; color: rgb(0, 51, 102);\">(a)</span></font>:<span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">passing</font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">jumping</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">from</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">one</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">thing</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">to</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">another ,</span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"></span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"></span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span></font><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> disconnected.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) </font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We never really played together, or had any more than desultory <span class=\"nolink\">conversation</span>s.<br /></font> <span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /><font size=\"4\">12) <a href=\"http://dictionary.reference.com/browse/Detraction?o=100074\" target=\"_blank\" style=\"color: rgb(0, 51, 102); font-weight: bold;\">Detraction</a> <span style=\"font-weight: bold; color: rgb(0, 51, 102);\">(n)</span></font>: </span></span><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">act</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">of</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">discrediting</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">detracting</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">from</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">another\'s</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">reputation</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1) </span></span>The poor reproduction of black and white photographs is the <span class=\"ex\"></span><span class=\"nolink\">only</span></font><span style=\"color: rgb(102, 51, 0);\"><font size=\"2\"> detraction</font>.<br /> </span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /><font size=\"4\">13) <a href=\"http://dictionary.reference.com/browse/Deviate?o=100074\" target=\"_blank\" style=\"font-weight: bold; color: rgb(0, 51, 102);\">Deviate</a> <span style=\"font-weight: bold; color: rgb(0, 51, 102);\">(v)</span></font>:</span></span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">to</span></span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">depart</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">or</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">swerve,</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">as</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">from</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">procedure,</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">course</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">of</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">action,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">or</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">acceptable</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">norm.</span>
<div class=\"dndata\"><span id=\"hotword\"> </span></div><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1)</span></span>The bottom line is that you choose to deviate substantially from the standard CoP at your peril. <br /></font><br /><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"4\">14) <a href=\"http://dictionary.reference.com/browse/Diaphanous?o=100074\" target=\"_blank\" style=\"font-weight: bold; color: rgb(0, 51, 102);\">Diaphanous</a> <span style=\"font-weight: bold; color: rgb(0, 51, 102);\">(v)</span></font>:</span></span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">very</span></span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">sheer</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">and</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">light;</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">almost</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">completely</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">transparent</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">or</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">translucent</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">She seemed to glide rather than walk and she wore a diaphanous night-dress which reached to the ground. <br /></font><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /><font size=\"4\">15) <a href=\"http://dictionary.reference.com/browse/Didactic?o=100074\" target=\"_blank\" title=\"Didactic\" style=\"font-weight: bold; color: rgb(0, 51, 102);\">Didactic</a> <span style=\"font-weight: bold; color: rgb(0, 51, 102);\">(a)</span></font>: </span></span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">teaching</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">or</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">intending</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">to</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">teach</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-style: italic; color: rgb(0, 139, 0);\">moral</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">lesson.</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">A didactic <span class=\"ex\"><span class=\"nolink\"><span class=\"nolink\"><span class=\"nolink\">purpose</span></span></span></span> of " War of the Worlds " is to demonstrate that mankind is a lesser breed.<br /></font><br />
<div class=\"dndata\"><span id=\"hotword\"> </span></div><font size=\"4\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">16) <a href=\"http://dictionary.reference.com/browse/Disdain?o=100074\" target=\"_blank\" title=\"Disdain\" style=\"font-weight: bold; color: rgb(0, 51, 102);\">Disdain</a></span></span></font><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"4\"> <span style=\"font-weight: bold; color: rgb(0, 51, 102);\">(v)</span></font>:<span style=\"font-style: italic; color: rgb(0, 139, 0);\">to</span></span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">look</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">upon</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">or</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">treat</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">with</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">contempt;</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic; color: rgb(0, 139, 0);\">despise;</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">scorn</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We must also <span class=\"ex\">have</span> enough disdain for all things outside us, to make us, on due occasion, spit at the stars. <br /></font><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /></span> </span> ',0,1283802776,1283802776,''),(106,3,14,0,'Vocab Drill 14 (Letter \'D\')','\r\n<p style=\"font-weight: bold; color: rgb(0, 51, 102);\"><font size=\"4\"><a target=\"_blank\" title=\"Diatribe\" href=\"http://dictionary.reference.com/browse/Diatribe\" style=\"color: rgb(0, 69, 70);\">Diatribe</a> (<span style=\"font-style: italic;\">n</span>)<span style=\"color: rgb(0, 0, 0);\">:</span> <font size=\"3\" style=\"font-weight: normal; font-style: italic; color: rgb(0, 139, 16);\">a bitter, sharply abusive denunciation, attack</font></font></p><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) A few years later I took my revenge by writing a diatribe against presentiments.<br /></font><font size=\"4\"><span style=\"font-weight: bold;\"><br /><a target=\"_blank\" title=\"Disingenuous\" href=\"http://dictionary.reference.com/browse/Disingenuous\"><span style=\"color: rgb(0, 51, 102);\">Disingenuous</span></a></span> <span style=\"font-weight: bold; color: rgb(0, 51, 102);\">(a)</span>: <font size=\"3\" style=\"color: rgb(0, 139, 16);\"><span style=\"font-style: italic;\">lacking in frankness, candor, or sincerity</span><br /><br style=\"font-style: italic;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"> It would be disingenuous to <span class=\"ex\">pretend</span> that these opposing views are in any way reconcilable. </font>\r\n<h4 class=\"mdhdr\" style=\"font-weight: bold; color: rgb(0, 51, 102);\"><a target=\"_blank\" title=\"Detritus\" href=\"http://dictionary.reference.com/browse/Detritus\"><font size=\"4\">Detritus</font></a><font size=\"4\"> (<span style=\"font-style: italic;\">n</span>): <font size=\"3\" style=\"font-weight: normal; font-style: italic; color: rgb(0, 139, 16);\">any disintegrated material, debris</font></font><span style=\"font-style: italic;\"></span></h4><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Personal possessions remain the detritus of a <span class=\"ex\">life</span> which must be tidied away. </font><br />\r\n<p style=\"font-weight: bold; color: rgb(0, 51, 102);\"><font size=\"4\"><a target=\"_blank\" title=\"Dolt\" href=\"http://dictionary.reference.com/browse/Dolt\">Dolt</a> (<span style=\"font-style: italic;\">n</span>): <font size=\"3\" style=\"font-weight: normal; color: rgb(0, 139, 16); font-style: italic;\">a dull, stupid person; blockhead.</font></font></p>\r\n<p style=\"color: rgb(102, 51, 0);\"><font size=\"2\">1)For me, understand this, for me <span class=\"ex\">such</span> dolts are necessary. </font></p>\r\n<p style=\"font-weight: bold; color: rgb(0, 51, 102);\"><font size=\"4\"><a title=\"Doggerel\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/Doggerel\">Doggerel</a> (a):<font size=\"3\" style=\"font-weight: normal; color: rgb(0, 139, 16); font-style: italic;\">comic or burlesque, and usually loose or irregular in measure.</font></font></p>\r\n<p style=\"color: rgb(102, 51, 0);\"><font size=\"2\">1) He lives in Edinburgh with one child still at home; and enjoys singing, sketching and <span class=\"ex\">writing</span> doggerel. </font></p>\r\n<p style=\"font-weight: bold; color: rgb(0, 51, 102);\"><font size=\"4\"><a title=\"Dearth\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/Dearth\">Dearth</a> (<span style=\"font-style: italic;\">n</span>)</font><font size=\"4\">: <font size=\"3\" style=\"font-weight: normal; font-style: italic; color: rgb(0, 139, 16);\">an inadequate supply; scarcity; lack</font></font></p>\r\n<p style=\"color: rgb(102, 51, 0);\"><font size=\"2\">1) There is a dearth of <span class=\"ex\">evidence</span> about what the level of need actually is - relevant data would be very helpful. </font></p>\r\n<p style=\"font-weight: bold; color: rgb(0, 51, 102);\"><font size=\"4\"><a title=\"Dubious\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/Dubious\">Dubious</a> (a): <font size=\"3\" style=\"font-style: italic; font-weight: normal; color: rgb(0, 139, 16);\">doubtful; marked by or occasioning doubt: a dubious reply</font></font></p>\r\n<p style=\"color: rgb(102, 51, 0);\"><font size=\"2\">1) In order to pay for his government he had to collect all sorts of taxes that were of dubious <span class=\"ex\">legality</span>. </font></p>\r\n<p style=\"font-weight: bold; color: rgb(0, 51, 102);\"><font size=\"4\"><a title=\"Duress\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/Duress\">Duress</a> (<span style=\"font-style: italic;\">n</span>): <font size=\"3\" style=\"color: rgb(0, 139, 16);\"><span style=\"font-style: italic; font-weight: normal;\">compulsion by threat or force; coercion; constraint.</span></font></font></p>\r\n<p style=\"color: rgb(0, 51, 102);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)This can be explained by the fact that Britain was laboring under <span class=\"ex\">great</span></font> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">economic duress, in contrast to the United States. </font></p>\r\n<p style=\"font-weight: bold; color: rgb(0, 51, 102);\"><font size=\"4\"><a title=\"Divestiture\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/Divestiture\">Divestiture</a> (<span style=\"font-style: italic;\">n</span>): <font size=\"3\" style=\"font-weight: normal; font-style: italic; color: rgb(0, 139, 16);\">something, as property or investments, that has been divested</font></font></p>\r\n<p style=\"font-weight: bold; color: rgb(0, 51, 102);\"><font size=\"2\"><span style=\"font-weight: normal; color: rgb(102, 51, 0);\">1) Divestiture of a limited partner \'s interest in the partnership requires consent of all members.</span><br /></font></p>',0,1283802832,1283802832,''),(107,3,15,0,'Vocab Drill 15 (Letter \'D\')','',0,1283802870,1283802870,''),(110,3,19,0,'Vocab Drill 19 (Letter \'E\')','',0,1283802974,1283802974,''),(109,3,18,0,'Vocab Drill 18 (Letter \'E\')','',0,1283802954,1283802954,''),(128,14,6,0,'Synonym Drill 6 (Letter \'B\')','',0,1283847373,1283847373,''),(111,3,17,0,'Vocab Drill 17 (Letter \'E\')',' <br /><br /><font size=\"4\">1.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/endemic\"><span style=\"color: rgb(0, 51, 102);\">Endemic(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Prevailing among a specific group of people or in a specific area or country</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Diseases that had been epidemic became <span style=\"font-weight: bold;\">endemic</span> in urban centers.<br />2)The <span style=\"font-weight: bold;\">endemic</span> corruption associated with drug money is nothing new here.<br />3)The malaria <span style=\"font-weight: bold;\">endemic</span> in Africa is a more dangerous strain than that in Asia.</font><br /><br /><font size=\"4\">2.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/enervate\"><span style=\"color: rgb(0, 51, 102);\">Enervate(<span style=\"font-style: italic;\">v</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Weaken</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Perhaps it was the <span style=\"font-weight: bold;\">enervating</span> heat of the afternoon, perhaps the soporific effect of the bathing session, or maybe something else entirely.<br />2)I have felt the <span style=\"font-weight: bold;\">enervating</span> effects, upon the mind ,of reading in succession ,several works of the lighter class.</font><br /><br /><font size=\"4\">3.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/enhance\"><span style=\"color: rgb(0, 51, 102);\">Enhance(<span style=\"font-style: italic;\">v</span>)</span></a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Increase,improve</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can research, write, edit and manage your content to preserve its informative value and <span style=\"font-weight: bold;\">enhance</span> the effectiveness of your site.<br />2)This provision is designed to support and <span style=\"font-weight: bold;\">enhance</span> existing behavioral policies within schools.<br /></font><br /><font size=\"4\">4.) </font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-style: italic;\"></span> </font><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/ephemeral\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Ephemeral(<span style=\"font-style: italic;\">adj</span>)</font></a>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Short-live,fleeting</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Yet it\'s often the <span style=\"font-weight: bold;\">ephemeral</span> moments which are the most precious 20 years on.<br />2)Possibly the greatest risk however lies in the <span style=\"font-weight: bold;\">ephemeral</span> nature of the public\'s interest.<br /></font><font size=\"4\"><br />5.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/equanimity\"><span style=\"color: rgb(0, 51, 102);\">Equanimity(<span style=\"font-style: italic;\">n</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Calmness of temperament,composure</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The person who has reached the state of perfection has <span style=\"font-weight: bold;\">equanimity</span> toward the vicissitudes of life.<br />2)The purpose of meditation is to clear one\'s mind and to develop cognitive <span style=\"font-weight: bold;\">equanimity</span>.</font><br /><br /><font size=\"4\">6.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/equivocate\"><span style=\"color: rgb(0, 51, 102);\">Equivocate(<span style=\"font-style: italic;\">v</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Lie,mislead,attempt to conceal the truth</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)When asked directly for his position on disarmament, the candidate only <span style=\"font-weight: bold;\">equivocated</span>.</font><br /><br /><font size=\"4\">7.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/erudite\"><span style=\"color: rgb(0, 51, 102);\">Erudite(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Learned,scholarly</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It goes way beyond what even the most <span style=\"font-weight: bold;\">erudite</span> scholar could possibly have known about in its entirety.<br />2)They tend to opt for very <span style=\"font-weight: bold;\">erudite</span> books which some of us find unreadable.</font><br /><br /><font size=\"4\">8.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/esoteric\"><span style=\"color: rgb(0, 51, 102);\">Esoteric(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Hard to understand,known only to the chosen few,<br />private, secret, confidential.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The purpose of these transformations will sound a bit <span style=\"font-weight: bold;\">esoteric</span> at the moment.<br />2)On that note, I suppose you could say I do not agree with all of her <span style=\"font-weight: bold;\">esoteric</span> philosophy.</font><br /><br /><font size=\"4\">9.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/euphemism\"><span style=\"color: rgb(0, 51, 102);\">Euphemism(<span style=\"font-style: italic;\">n</span>)</span></a></font> :<span style=\"font-style: italic; color: rgb(0, 139, 0);\"> Mild expression in place of an unpleasant one</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We are too polite, preferring <span style=\"font-weight: bold;\">euphemisms</span> or tactful skepticism.<br />2)In Autumn it appears that we have a new <span style=\"font-weight: bold;\">euphemism</span>, " feeling a bit tired " .<br />3)Being treated \' like a girl \' is a common euphemism for not being taken seriously.</font><br /><br /><font size=\"4\">10.)<span style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/exacerbate\"><span class=\"nolink\"></span></a></span></font><a href=\"http://dictionary.reference.com/browse/exacerbate\" target=\"_blank\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Exacerbate(<span style=\"font-style: italic;\">v</span>)</span></font></a>:<span style=\"font-style: italic; color: rgb(0, 139, 0);\">Worsen,embitter</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)They also believe these policies prevent willing and healthy members of the community from giving blood and <span style=\"font-weight: bold;\">exacerbate</span> the current blood shortage.<br />2)Ozone - An irritant to the throat eyes and lungs, which will <span style=\"font-weight: bold;\">exacerbate</span> asthma, allergy and bronchial conditions.</font><br /><br /><font size=\"4\">11.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/earmark\"><span style=\"color: rgb(0, 51, 102);\">Earmark(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<span style=\"font-style: italic;\"> <font size=\"3\" style=\"color: rgb(0, 139, 0);\">Set aside (money or time) for a particular purpose</font></span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Laura Ashley has <span style=\"font-weight: bold;\">earmarked</span> the <span class=\"ex\">fund</span>s to cover the costs of its closing most European stores.<br />2)In addition, a tiny minority have core capital funding <span style=\"font-weight: bold;\">earmarked</span> for adult basic skills learning. </font><br /><br /><font size=\"4\">12.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/earthly\"><span style=\"color: rgb(0, 51, 102);\">Earthly(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">Of this earth, terrestrial,worldly,not divine, possible</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The church is the <span class=\"ex\">only</span> <span style=\"font-weight: bold;\">earthly</span> expression of heaven.<br />2)The scope of the poetry is not, however, constrained by geographical or <span class=\"ex\"></span><span class=\"nolink\">even</span> <span style=\"font-weight: bold;\">earthly</span> boundaries.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">13.)</span> </font></font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/ebb\"><span style=\"color: rgb(0, 51, 102);\">Ebb(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>:<span style=\"font-style: italic;\"> </span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> (of the tide) Recede, lessen, diminish</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The Axis alliance as such had again <span class=\"ex\"><span class=\"nolink\"><span class=\"nolink\"><span class=\"nolink\"><span class=\"nolink\">reach</span></span></span></span></span>ed low <span style=\"font-weight: bold;\">ebb</span>.<br />2)Lloyd was right - the fishing there had dropped off with the last of the <span style=\"font-weight: bold;\">ebbing</span> <span class=\"nolink\">tide</span><span class=\"ex\"></span>.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">14.)</span> </font></font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/eccentric\"><span style=\"color: rgb(0, 51, 102);\">Eccentric(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Irregular, odd, unconventional, whimsical, bizarre,not concentric</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Its delightfully <span style=\"font-weight: bold;\">eccentric</span> design will appeal to unconventional people who enjoy the unusual.<br />2)First reports indicate the <span style=\"font-weight: bold;\">eccentric</span> <span class=\"nolink\">recluse</span><span class=\"ex\"></span> plans to convert the entire building into a private summer residence.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">15.)</span><span style=\"color: rgb(0, 51, 102);\"> </span></font></font><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/eclipse\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Eclipse(<span style=\"font-style: italic;\">n</span>)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Darken, extinguish, outshine, surpass, cause an eclipse</font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)A partial <span style=\"font-weight: bold;\">eclipse</span> of the </span><span style=\"color: rgb(102, 51, 0);\" class=\"nolink\">sun</span><span style=\"color: rgb(102, 51, 0);\" class=\"ex\"></span><span style=\"color: rgb(102, 51, 0);\"> is also observed across the county.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)</span><span style=\"color: rgb(102, 51, 0);\" class=\"ital-inline\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Scandal</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">caused</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">the</span> <span style=\"cursor: default; background-color: transparent; font-weight: bold;\" id=\"hotword\" name=\"hotword\">eclipse</span> <span id=\"hotword\" name=\"hotword\">of</span> <span id=\"hotword\" name=\"hotword\">his</span> <span id=\"hotword\" name=\"hotword\">career.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">16.)</span> </font></span></span></span></font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/economy\"><span style=\"color: rgb(0, 51, 102);\">Economy(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font><font size=\"3\"><span style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> Efficiency or conciseness in using something, thrifty management of resources</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">These groups will maintain a high level of order and creativity and <span class=\"nolink\">stimulate the <span style=\"font-weight: bold;\">economy</span>.</span><span class=\"ex\"><span class=\"nolink\"></span></span><br />2)Growing the economy by attracting inward investment, and supporting and <span class=\"nolink\">strengthen</span>ing the rural <span style=\"font-weight: bold;\">economy</span>. <br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\"></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.)</span> </font></font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/earthy\"><span style=\"color: rgb(0, 51, 102);\">Earthy(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a>:</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Unrefined,coarse,of earth</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A simple <span style=\"font-weight: bold;\">earthy</span> <span class=\"nolink\">flavor</span> with a hint of cherry.<br />2)You struck a fine balance, with <span style=\"font-weight: bold;\">earthy</span> <span class=\"nolink\">humor</span>, which was neither racist nor excessively offensive.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)</span> </font></font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/ecosystem\"><span style=\"color: rgb(0, 51, 102);\">Ecosystem(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Ecological community together with its environment</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)According to UNEP this is a highly <span class=\"nolink\">threaten</span>ed <span style=\"font-weight: bold;\">ecosystem</span> in the Mediterranean Basin ( UNEP 1989 ).<br />2)These are mainly environmental and <span class=\"ex\"></span><span class=\"nolink\">disrupt</span> the <span style=\"font-weight: bold;\">ecosystem</span> around the dam.<br />3)The effect of increased nutrient loads on <span class=\"ex\"></span><span class=\"nolink\">aquatic</span> <span style=\"font-weight: bold;\">ecosystems</span>.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">19.)</span> </font></font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/eddy\"><span style=\"color: rgb(0, 51, 102);\">Eddy(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Swirling current of water, air, etc</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)By studying the variance, we gain insight into the complex behavior of <span class=\"nolink\">ocean</span><span style=\"font-weight: bold;\"> eddies</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The gates are placed so that you must make tricky cross-current moves and <span class=\"ex\"></span><span class=\"nolink\">use</span> the <span style=\"font-weight: bold;\">eddies</span> and waves.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">20.)</span> </font></font><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/edict\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Edict(<span style=\"font-style: italic;\">n</span>)</span></font></a><font size=\"4\">:</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Decree (especially one issued by a sovereign),official command</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)But media and peer pressures are not the same as <span style=\"font-weight: bold;\">edicts</span> <span class=\"nolink\">enforce</span>d by the police.<br />2)Displaying admirable boldness, he had <span class=\"ex\"><span class=\"nolink\"><span class=\"nolink\"></span></span></span><span class=\"nolink\">defied</span> the government <span style=\"font-weight: bold;\">edict</span> that had banned images of dead British soldiers throughout the war years.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span> </font></font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/edify\"><span style=\"color: rgb(0, 51, 102);\">Edify(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Instruct,correct morally</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It\'s not an <span style=\"font-weight: bold;\">edifying</span> <span class=\"ex\">sight</span>, particularly spread over seven years.<br />2)We are to do only what is <span style=\"font-weight: bold;\">edifying</span> for <span class=\"ex\">everyone</span>.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">22.)</span> </font></font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/eerie\"><span style=\"color: rgb(0, 51, 102);\">Eerie(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Weird,causing fear because strange</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)There was an <span style=\"font-weight: bold;\">eerie</span> </span><span style=\"color: rgb(102, 51, 0);\" class=\"nolink\">silence</span><span style=\"color: rgb(102, 51, 0);\"> for a few minutes.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)The moon was rising, which gave an <span style=\"font-weight: bold;\">eerie</span> </span><span style=\"color: rgb(102, 51, 0);\" class=\"nolink\">glow</span><span style=\"color: rgb(102, 51, 0);\"> to the water.</span> </font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">23.)</span> </font></font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/effective\"><span style=\"color: rgb(0, 51, 102);\">Effective(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a>:</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Effectual,producing a strong response,striking,in operation,in effect</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It highlights the importance of <span style=\"font-weight: bold;\">effective</span> <span class=\"nolink\">communication</span><a target=\"_top\" href=\"http://www.yourdictionary.com/communication\" class=\"ex\"></a> between all partners in the learning process. <br />2)The end result appears to have been a <span class=\"nolink\">highly</span><a target=\"_top\" href=\"http://www.yourdictionary.com/highly\" class=\"ex\"></a> <span style=\"font-weight: bold;\">effective</span> local militia. <br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)</font></font><font size=\"4\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/effectuate\"><span style=\"color: rgb(0, 51, 102);\">Effectuate(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Effect,produce,achieve</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)How can we use ICT\'s to truly <span style=\"font-weight: bold;\">effectuate</span> social <a target=\"_top\" href=\"http://www.yourdictionary.com/change\" class=\"ex\"><span class=\"nolink\"></span></a><span class=\"nolink\">change</span>? </font><br /><br /><font size=\"4\">25.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/effeminate\"><span style=\"color: rgb(0, 51, 102);\">Effeminate(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Having womanly traits</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)Looking at them, people tend to be struck by their oddly <span style=\"font-weight: bold;\">effeminate</span> </span><span style=\"color: rgb(102, 51, 0);\" class=\"nolink\">appearance.</span><span style=\"color: rgb(102, 51, 0);\"> </span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)</span></font><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">The national service tailor in our wing tailor shop had a </span><span style=\"color: rgb(102, 51, 0);\" class=\"nolink\">rather</span><a style=\"color: rgb(102, 51, 0);\" target=\"_top\" href=\"http://www.yourdictionary.com/rather\" class=\"ex\"></a><span style=\"color: rgb(102, 51, 0);\"> <span style=\"font-weight: bold;\">effeminate</span> manner. </span><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /></font>',0,1283803052,1283803052,''),(112,3,21,0,'Vocab Drill 21 (Letter \'F\')','',0,1283803101,1283803101,''),(113,3,22,0,'Vocab Drill 22 (Letter \'F\')','',0,1283803120,1283803120,''),(114,3,26,0,'Vocab Drill 26 (Letter \'I\')',' <font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><font size=\"4\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">\r\n<p style=\"text-decoration: underline;\"><font size=\"2\" face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#663300\"></font></p></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">\r\n<p><font size=\"2\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">1.)<span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Immaculate\" href=\"http://dictionary.reference.com/browse/Immaculate\">Immaculate (adj)</a> :</span> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)free from stain; clean<br />2)free from moral blemish or impurity; pure</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The books in his library are in <span style=\"font-weight: bold;\">immaculate</span> condition, as he takes great care of them.<br />2)The leader’s <span style=\"font-weight: bold;\">immaculate</span> character earned him lots of praise.<br />3)His <span style=\"font-weight: bold;\">immaculate</span> nature predispose me to like him.</font></font></font></p>\r\n<p><font size=\"2\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a style=\"color: rgb(0, 51, 102);\" title=\"Ill-assorted\" href=\"http://dictionary.reference.com/browse/Ill-assorted\">Ill-assorted (adj)</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">not compatible; unsuitably matched</font><br />1)The Commonwealth games initially turned out to be a mess because of an <span style=\"font-weight: bold;\">ill-assorted</span> union.<br />2)The <span style=\"font-weight: bold;\">ill-assorted </span>marriages lead to disparage arguments.<br /></font></font></font></p>\r\n<p><font size=\"2\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">3.)</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"></span><a href=\"http://dictionary.reference.com/browse/indenture\" title=\"Indenture\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Indenture (<span style=\"font-style: italic;\">n</span>)</font></a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><font size=\"4\"> :</font><span style=\"color: rgb(0, 51, 102);\"> </span></span><font size=\"3\" color=\"#008b00\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\">a deed, written contract, or sealed agreement</font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><font color=\"#663300\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1) In ancient times, <span style=\"font-weight: bold;\">indentures</span> were written by scribes because most people had little or no formal education.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">2) He entered into an <span style=\"font-weight: bold;\">indenture</span> between himself and the bank.</span></font><br /></font></p>\r\n<p><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><font size=\"4\">4.)<a href=\"http://dictionary.reference.com/browse/indoctrinate\" title=\"Indoctrinate\"><span style=\"color: rgb(0, 51, 102);\">Indoctrinate (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)to instruct in a doctrine, principle, ideology, etc., esp. to imbue with a specific point of view. </font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)to teach or inculcate. </span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span><font color=\"#663300\">1)Teachers <span style=\"font-weight: bold;\">indoctrinate </span>students to the practices of a new discourse.</font></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font color=\"#663300\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">2)The Moonies <span style=\"font-weight: bold;\">indoctrinate </span>their disciples.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">3) The cult leader attempted to <span style=\"font-weight: bold;\">indoctrinate </span>his followers.</span></font></font></p><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><font color=\"#003366\" style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">5.)</font><a href=\"http://dictionary.reference.com/browse/Impetuous\" title=\"Impetuous\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">Impetuous (adj)</span></a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> :</span> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1) of, pertaining to; an impetuous decision </font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)moving with great force; violent</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)She had an <span style=\"font-weight: bold;\">impetuous </span>passion for golf; however she hated baseball.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)He is an <span style=\"font-weight: bold;\">impetuous </span>man, quick in his decisions.<br /><br /><span style=\"color: rgb(0, 0, 0);\"><font size=\"4\">6.)<span style=\"color: rgb(0, 51, 102);\"><a href=\"http://dictionary.reference.com/browse/Inquest\" style=\"color: rgb(0, 51, 102);\" title=\"Inques\">Inquest (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><font size=\"3\"><span style=\"font-style: italic;\"><font size=\"4\"> </font><span style=\"color: rgb(0, 139, 0);\">1)a legal or judicial inquiry, usually before a jury</span></span></font></span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><br style=\"font-style: italic;\" /><span style=\"font-style: italic;\">2)the body of people appointed to hold an inquiry</span></font><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(102, 51, 0);\">1)The <span style=\"font-weight: bold;\">inquest </span>was scared when thrown before the judge.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)The jury in the subsequent <span style=\"font-weight: bold;\">inquest </span>returned a verdict of " accidental death " .<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a href=\"http://dictionary.reference.com/browse/Ingratiate\" style=\"color: rgb(0, 51, 102);\" title=\"Ingratiate\">Ingratiate (v)</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">to establish (oneself) in the favor or good graces </span></font></span></span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">of others, esp. by deliberate effort</span></font><br />1)He <span style=\"font-weight: bold;\">ingratiated </span>himself with all the guests.<br />2)Despite the executive trying to <span style=\"font-weight: bold;\">ingratiate </span>himself with the boss, he still fired him.<br />3)Because the employee was eager for a promotion, he decided to <span style=\"font-weight: bold;\">ingratiate </span>himself with the boss by getting her coffee, showing up early for work, and coming in on his days off.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/Implode\" title=\"Implode\" style=\"color: rgb(0, 51, 102);\">Implode (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to burst inward </font><br />1)A controlled demolition during which the entire building imploded in a matter of seconds.<br />2)Credit card companies have watched the subprime market implode.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">9.)</span><a href=\"http://dictionary.reference.com/browse/Imperative\" style=\"color: rgb(0, 51, 102);\" title=\"Imperative\">Imperative (adj)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1) absolutely necessary or required; unavoidable <br />2)of the nature of or expressing a command </font><br />1)It is <span style=\"font-weight: bold;\">imperative </span>that we take immediate action to reduce pollution.<br />2)It is <span style=\"font-weight: bold;\">imperative </span>that you find a dictionary!<br />3)People resented his <span style=\"font-weight: bold;\">imperative </span>tone of voice.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a href=\"http://dictionary.reference.com/browse/Importune\" style=\"color: rgb(0, 51, 102);\" title=\"Importune\">Importune (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1) demand with urgency or persistence. <br />2)to beg for (something) urgently or persistently</font><br />1)They <span style=\"font-weight: bold;\">importune </span>him to write the letter.<br />2)The children were <span style=\"font-weight: bold;\">importuned </span>by continuously asking their mother for food.<br />3)My brother knows how to <span style=\"font-weight: bold;\">importune </span>me to get help with his math homework.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a style=\"color: rgb(0, 51, 102);\" title=\"Inundate\" href=\"http://dictionary.reference.com/browse/Inundate\">Inundate (v)</a> :</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> 1)to flood; cover or overspread with water; deluge. <br />2)to overwhelm<br />1)Rising rivers could inundate low-lying areas.</font><br />2)Water from the overflowing bathtub <span style=\"font-weight: bold;\">inundated </span>the bathroom floor.<br />3)The Institute has been <span style=\"font-weight: bold;\">inundated </span>with requests for such training.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">12.)<a style=\"color: rgb(0, 51, 102);\" title=\"Itinerary\" href=\"http://dictionary.reference.com/browse/Itinerary\">Itinerary (n, adj)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)a detailed plan for a journey, record of travel. <br /></font><font size=\"3\" style=\"color: rgb(102, 51, 0);\"><font size=\"2\">1)The airline sent my <span style=\"font-weight: bold;\">itinerary</span> via e-mail after I purchased my ticket.</font></font><br />2)Our <span style=\"font-weight: bold;\">itinerary </span>included stops at several famous cathedrals.<br />3)Either of the flight times appear to fit my proposed <span style=\"font-weight: bold;\">itinerary</span>.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">13.)<a style=\"color: rgb(0, 51, 102);\" title=\"Insular\" href=\"http://dictionary.reference.com/browse/Insular\">Insular(adj)</a> :</font> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">1)of or pertaining to an island or islands </span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\">2)detached; standing alone; isolated. </span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\">3)narrow-minded or illiberal </span></font><br />1)He was an an exceedingly <span style=\"font-weight: bold;\">insular </span>man, who would not answer his phone or open the door to someone who knocked.<br />2)She was very <span style=\"font-weight: bold;\">insular</span>, only concerned about her own feelings and problems.<br />3)Igloos generally provide a <span style=\"font-weight: bold;\">insular </span>environment to the inhabitants.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">14.)<a style=\"color: rgb(0, 51, 102);\" title=\"Imperturbable\" href=\"http://dictionary.reference.com/browse/Imperturbable\">Imperturbable(adj)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">incapable of being upset or agitated; not easily excited; calm</font><br />1)Although he seems outwardly <span style=\"font-weight: bold;\">imperturbable</span>, he can get very angry at times.<br />2)The chef was absolutely <span style=\"font-weight: bold;\">imperturbable</span>—even when the kitchen caught on fire.<br /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">15.)<a style=\"color: rgb(0, 51, 102);\" title=\"Imbibe\" href=\"http://dictionary.reference.com/browse/imbibe\">Imbibe (v)</a> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> 1)to consume (liquids) by drinking; drink<br />2)to absorb or soak up, as water, light, or heat</font><br />1)Plants <span style=\"font-weight: bold;\">imbibe </span>moisture from the soil. <br />2) He <span style=\"font-weight: bold;\">imbibed </span>great quantities of iced tea.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">16.)<a style=\"color: rgb(0, 51, 102);\" title=\"Immolate\" href=\"http://dictionary.reference.com/browse/immolate\">Immolate (v)</a> : </font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)to sacrifice, offer in sacrifice. <br />2)to destroy by fire </font><br />1)In ancient times, widows used to practise self-<span style=\"font-weight: bold;\">immolation </span>upon the deaths of their husbands.<br />2) Everyone was horrified by the <span style=\"font-weight: bold;\">immolation </span>that took place in their town.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">17.)<a style=\"color: rgb(0, 51, 102);\" title=\"Impart\" href=\"http://dictionary.reference.com/browse/impart\">Impart (v)</a> :</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> 1) to make known; tell<br />2)to give; bestow</font><br />1)He reads for his own pleasure rather than to <span style=\"font-weight: bold;\">impart </span>knowledge or correct the opinions of others.<br />2)Some of the great pieces wisdom is nowadays <span style=\"font-weight: bold;\">imparted </span>by the Internet.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">18.)<a style=\"color: rgb(0, 51, 102);\" title=\"Impeach\" href=\"http://dictionary.reference.com/browse/impeach\">Impeach (v)</a> : </font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to accuse (a public official) before an appropriate tribunal of misconduct in office.</font><br />1)After President James repeatedly used public campaign funds to pay off his personal gambling debts, congress began the <span style=\"font-weight: bold;\">impeachment </span>process.<br />2) The protests were partly responsible for an attempt to <span style=\"font-weight: bold;\">impeach </span>a minister, which made the opposition many enemies.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">19.)</span><a style=\"color: rgb(0, 51, 102);\" title=\"Impinge\" href=\"http://dictionary.reference.com/browse/impinge\">Impinge (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)to make an impression; have an effect or impact<br />2)hit against</font><br />1)Hail was noisily <span style=\"font-weight: bold;\">impinging </span>upon the car\'s exterior.<br />2)Loud noise can <span style=\"font-weight: bold;\">impinge </span>on the eardrum, causing temporary hearing damage.<br />3)The court was unable to ban the newspaper as this would <span style=\"font-weight: bold;\">impinge </span>on a person\'s right to freedom of press.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">20.)<a style=\"color: rgb(0, 51, 102);\" title=\"Impudent\" href=\"http://dictionary.reference.com/browse/impudent\">Impudent (<span style=\"font-style: italic;\">n</span>)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">of, pertaining to, or characterized by impertinence </font><br />1)The student was kept late for <span style=\"font-weight: bold;\">impudent </span>behavior.<br />2)Men are always <span style=\"font-weight: bold;\">impudent </span>about power.<br />3)His <span style=\"font-weight: bold;\">impudent </span>behavior toward his mother resulted in a severe punishment. <br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">21.)<a style=\"color: rgb(0, 51, 102);\" title=\"Incendiary\" href=\"http://dictionary.reference.com/browse/Incendiary\">Incendiary (adj, n)</a> : </font><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">used or adapted for setting property on fire</span><br style=\"color: rgb(0, 139, 0); font-style: italic;\" /><span style=\"color: rgb(0, 139, 0); font-style: italic;\"></span></font></span></span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The politician\'s <span style=\"font-weight: bold;\">incendiary </span>speech provoked shouts of protest from the crowd.</font></span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"><br /></span></font></span></span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)His actions were <span style=\"font-weight: bold;\">incendiary </span>enough to start a revolution.<br />3) The use of <span style=\"font-weight: bold;\">incendiary </span>weapons against civilian targets is banned by international treaty.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">22.)<a style=\"color: rgb(0, 51, 102);\" title=\"Incubate\" href=\"http://dictionary.reference.com/browse/Incubate\">Incubate (v)</a> :</span></font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> 1)to sit upon (eggs) for the purpose of hatching. <br />2)to develop or produce as if by hatching</font><br />1)She checked a number of nests in the breeding season when the females lay, and then <span style=\"font-weight: bold;\">incubate</span>, eggs.<br />2) Researchers <span style=\"font-weight: bold;\">incubated </span>the cells in the laboratory.<br />3) The female bird <span style=\"font-weight: bold;\">incubates </span>the eggs.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a style=\"color: rgb(0, 51, 102);\" title=\"Indict\" href=\"http://dictionary.reference.com/browse/Indict\">Indict (v)</a> :</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> to charge with an offense or crime</font><br />1)He was formally <span style=\"font-weight: bold;\">indicted </span>for fraudulently taking money from the bank.<br />2)If the grand jury <span style=\"font-weight: bold;\">indicts </span>the suspect, he will go to trial.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)<a style=\"color: rgb(0, 51, 102);\" title=\"Ineluctable\" href=\"http://\">Ineluctable (adj)</a><span style=\"color: rgb(0, 51, 102);\"> :</span></font><span style=\"color: rgb(0, 0, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">incapable of being evaded; inescapable</font><br />1)The <span style=\"font-weight: bold;\">ineluctable </span>approach of winter had many worried about the cost of heating their homes.<br />2) The universal truth about death is that it is <span style=\"font-weight: bold;\">ineluctable</span>.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">25.)<a style=\"color: rgb(0, 51, 102);\" title=\"Infernal\" href=\"http://dictionary.reference.com/browse/infernal\">Infernal (adj)</a> : </span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">extremely troublesome, annoying</span></font><br />1)The trollers on social forums are sometimes an <span style=\"font-weight: bold;\">infernal </span>source of annoyance.</span></span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><font size=\"4\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></span></font></font></font></font>',0,1283803264,1283803264,''),(115,3,27,0,'Vocab Drill 27 (Letter \'I\')','',0,1283803282,1283803282,''),(116,3,28,0,'Vocab Drill 28 (Letter \'I\')','',0,1283803301,1283803301,''),(119,15,5,0,'Antonym Drill 5 (Letter \'B\')','',0,1283804034,1283804034,''),(118,14,2,0,'Synonym Drill 2 (Letter \'A\')','\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/admonitory\" target=\"_blank\" title=\"Abate\">Admonitory</a> : <span style=\"color: rgb(0, 139, 0);\">cautionary, warning, exemplary, monitory</span> <br />2.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/adorn\" target=\"_blank\" title=\"Abdicate\">Adorn</a> : <span style=\"color: rgb(0, 139, 0);\">array, enhance, enrich, beautify</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/adulteration\" target=\"_blank\" title=\"Abeyance\">Adulteration</a> </span>: <span style=\"color: rgb(0, 139, 0);\">contamination, deterioration </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/affinity\" target=\"_blank\" title=\"Abhor\">Affinity</a> </span>: <span style=\"color: rgb(0, 139, 0);\">affection, attraction closeness</span><span style=\"font-weight: bold;\"><br /></span>5.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/aggravate\" target=\"_blank\" title=\"Abide\">Aggravate</a><span style=\"font-weight: bold;\">: </span><span style=\"color: rgb(0, 139, 0);\">bother, bug, irritate</span><br />6.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/agile\" target=\"_blank\" title=\"Abjure\">Agile</a> : <span style=\"color: rgb(0, 139, 0);\">acute, alert, easy-moving</span><br />7.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ail\" target=\"_blank\" title=\"Abrade\">Ail</a> : <span style=\"color: rgb(0, 139, 0);\">afflict, annoy, bother</span><br />8.) <a href=\"http://thesaurus.com/browse/alacrity\" target=\"_blank\" title=\"Abrasion\" style=\"color: rgb(0, 51, 102);\">Alacrity</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 139, 0);\">actively, avidity, briskness<br /></span>9.) <a href=\"http://thesaurus.com/browse/alienate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Alienate</span></a> : <span style=\"color: rgb(0, 139, 0);\">break off, come between, disaffect</span><br />10.) <a href=\"http://thesaurus.com/browse/allegiance\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Allegiance</span></a> : <span style=\"color: rgb(0, 139, 0);\">adherence, ardor, dedication </span><br />11.) <a href=\"http://thesaurus.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\" style=\"color: rgb(0, 51, 102);\">Alleviate</a> : <span style=\"color: rgb(0, 139, 0);\">allay, assuage, ease,mollify </span><br style=\"color: rgb(0, 139, 0);\" />12.) <a href=\"http://thesaurus.com/browse/alloy\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Alloy</span></a> : <span style=\"color: rgb(0, 139, 0);\">admix, blend, combine</span><br />13.) <a title=\"Abut\" target=\"_blank\" href=\"http://thesaurus.com/browse/amalgamate\"><span style=\"color: rgb(0, 51, 102);\">Amalgamate</span></a> : <span style=\"color: rgb(0, 139, 0);\">admix, alloy, combine, consolidate</span><br style=\"color: rgb(0, 139, 0);\" />14.) <a title=\"Abysmal\" target=\"_blank\" href=\"http://thesaurus.com/browse/ambidextrous\"><span style=\"color: rgb(0, 51, 102);\">Ambidextrous</span></a> : <span style=\"color: rgb(0, 139, 0);\"></span><span style=\"color: rgb(0, 139, 0);\">deceitful, deceptive, disingenuous, hypocritical</span><br />15.) <a title=\"Acarpous\" target=\"_blank\" href=\"http://thesaurus.com/browse/ambiguous\"><span style=\"color: rgb(0, 51, 102);\">Ambiguous</span></a> : <span style=\"color: rgb(0, 139, 0);\">cryptic, doubtful, dubious, enigmatic</span><br />16.) <a title=\"Accentuate\" target=\"_blank\" href=\"http://thesaurus.com/browse/ambivalence\"><span style=\"color: rgb(0, 51, 102);\">Ambivalence</span></a> : <span style=\"color: rgb(0, 139, 0);\">confusion, dilemma, doubt, fluctuation, haze</span><br />17.) <a title=\"Accentuate\" target=\"_blank\" href=\"http://thesaurus.com/browse/ameliorate\"><span style=\"color: rgb(0, 51, 102);\">Ameliorate</span></a> : <span style=\"color: rgb(0, 139, 0);\">alleviate, amend, help, improve</span><br />18.) <a href=\"http://thesaurus.com/browse/amendment\" target=\"_blank\" title=\"Acclainmed\"><span style=\"color: rgb(0, 51, 102);\">Amendment</span></a>: <span style=\"color: rgb(0, 139, 0);\">alteration, betterment, correction, remedy</span><br />19.) <a href=\"http://thesaurus.com/browse/amicable\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Amicable</span></a> : <span style=\"color: rgb(0, 139, 0);\">accordant, agreeing, amiable, sympathetic </span><br />20.) <a href=\"http://thesaurus.com/browse/amplify\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Amplify</span></a> : <span style=\"color: rgb(0, 139, 0);\">add, augment, beef up, boost</span><br />21) <a href=\"http://thesaurus.com/browse/animosity\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Animosity</span></a> : <span style=\"color: rgb(0, 139, 0);\">acrimony, animus, antagonism</span><br />22.) <a title=\"Adamant\" target=\"_blank\" href=\"http://thesaurus.com/browse/annual\"><span style=\"color: rgb(0, 51, 102);\">Annual</span></a> : <span style=\"color: rgb(0, 139, 0);\">anniversary, each year, once a year</span><br />23.) <a title=\"Adhere\" target=\"_blank\" href=\"comedown,%20decline,%20descent,%20drop\"><span style=\"color: rgb(0, 51, 102);\">Anticlimax</span></a> : <span style=\"color: rgb(0, 139, 0);\">comedown, decline, descent, drop</span><br />24.) <a title=\"Adhesion\" target=\"_blank\" href=\"http://thesaurus.com/browse/antidote\"><span style=\"color: rgb(0, 51, 102);\">Antidote</span></a> :<span style=\"color: rgb(0, 139, 0);\"> antitoxin, antivenin, corrective</span><br />25.) <a title=\"Adjacent\" target=\"_blank\" href=\"http://thesaurus.com/browse/antithetical?__utma=1.513907991.1284237604.1284808884.1284818992.7&__utmb=1.12.9.1284821455416&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=135307057\"><span style=\"color: rgb(0, 51, 102);\">Antithetical</span></a> : <span style=\"color: rgb(0, 139, 0);\"></span><span style=\"color: rgb(0, 139, 0);\">adverse, against, converse</span><br /><br /> <br /> ',0,1283804005,1283804005,''),(120,14,3,0,'Synonym Drill 3 (Letter \'A\')','\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a title=\"Abate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abate\" style=\"color: rgb(0, 51, 102);\">Apathetic</a> : <span style=\"color: rgb(0, 139, 0);\">cold, flat, impassive, indifferent</span><br />2.) <a title=\"Abdicate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\">Apathy</a> : <span style=\"color: rgb(0, 139, 0);\">aloofness, coldness, coolness, disregard</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abeyance\" target=\"_blank\" href=\"http://thesaurus.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\">Appease</a> </span>: <span style=\"color: rgb(0, 139, 0);\">allay, alleviate, ease, soften </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abhor\" target=\"_blank\" href=\"http://thesaurus.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\">Apprehensive</a> </span>: <span style=\"color: rgb(0, 139, 0);\">afraid, alarmed, doubtful, concerned </span><br />5.) <a title=\"Abide\" target=\"_blank\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" style=\"color: rgb(0, 51, 102);\">Apprise</a><span style=\"font-weight: bold;\"> : </span><span style=\"color: rgb(0, 139, 0);\">advise, brief, enlighten, inform, notify </span><span style=\"font-weight: bold;\"><br /></span>6.) <a title=\"Abjure\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abjure\" style=\"color: rgb(0, 51, 102);\">Approbation</a> : <span style=\"color: rgb(0, 139, 0);\">admiration, approval, consent, endorsement</span><br />7.) <a title=\"Abrade\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abrade\" style=\"color: rgb(0, 51, 102);\">Apropos</a> : <span style=\"color: rgb(0, 139, 0);\">applicable, apposite, appropriate, apt</span><br />8.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abrasion\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrasion\">Apt</a> :<span style=\"color: rgb(0, 139, 0);\"> applicable, proper, suitable </span><br />9.) <a title=\"Abrogate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Arabesque</span></a> : <span style=\"color: rgb(0, 139, 0);\">abate, cancel, invalidate</span><br />10.) <a title=\"Abscond\" target=\"_blank\" href=\"http://thesaurus.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Arbitrate</span></a> : <span style=\"color: rgb(0, 139, 0);\">vanish, break, clear out</span><br /> <br /> ',0,1283804055,1283804055,''),(121,15,2,0,'Antonym Drill 2 (Letter \'A\')','\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/admonitory\" target=\"_blank\" title=\"Abate\">Admonitory</a> : <span style=\"color: rgb(0, 139, 0);\">praise, approve, commend</span><br />2.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/adorn\" target=\"_blank\" title=\"Abdicate\">Adorn</a> : <span style=\"color: rgb(0, 139, 0);\">damage, deform, hurt</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/adulteration\" target=\"_blank\" title=\"Abeyance\">Adulteration</a> </span>: <span style=\"color: rgb(0, 139, 0);\">pure, strengthening </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/affinity\" target=\"_blank\" title=\"Abhor\">Affinity</a> </span>: <span style=\"color: rgb(0, 139, 0);\">dislike, hatred </span><br />5.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/aggravate\" target=\"_blank\" title=\"Abide\">Aggravate</a><span style=\"font-weight: bold;\">: </span><span style=\"color: rgb(0, 139, 0);\">appease, gladden, make happy</span><span style=\"font-weight: bold;\"><br /></span>6.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/agile\" target=\"_blank\" title=\"Abjure\">Agile</a> : <span style=\"color: rgb(0, 139, 0);\">brittle, clumsy</span><br />7.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ail\" target=\"_blank\" title=\"Abrade\">Ail</a> : <span style=\"color: rgb(0, 139, 0);\">cheer, comfort, encourage </span><br />8.) <a href=\"http://thesaurus.com/browse/alacrity\" target=\"_blank\" title=\"Abrasion\" style=\"color: rgb(0, 51, 102);\">Alacrity</a> :<span style=\"color: rgb(0, 139, 0);\"> apathy, aversion, dullness</span><br />9.) <a href=\"http://thesaurus.com/browse/alienate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Alienate</span></a> : <span style=\"color: rgb(0, 139, 0);\">be friendly, disarm </span><br />10.) <a href=\"http://thesaurus.com/browse/allegiance\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Allegiance</span></a> : <span style=\"color: rgb(0, 139, 0);\">disloyalty, enmity, sedition</span><br />11.) <a href=\"http://thesaurus.com/browse/alleviate\" target=\"_blank\" title=\"Abstruse\" style=\"color: rgb(0, 51, 102);\">Alleviate</a> : <span style=\"color: rgb(0, 139, 0);\">aggravate, heighten, increase</span><br />12.) <a href=\"http://thesaurus.com/browse/alloy\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Alloy</span></a> : <span style=\"color: rgb(0, 139, 0);\">clear, not mix, purify</span><br />13.) <a title=\"Abut\" target=\"_blank\" href=\"http://thesaurus.com/browse/amalgamate\"><span style=\"color: rgb(0, 51, 102);\">Amalgamate</span></a> : <span style=\"color: rgb(0, 139, 0);\">divide, separate</span><br />14.) <a title=\"Abysmal\" target=\"_blank\" href=\"http://thesaurus.com/browse/ambidextrous\"><span style=\"color: rgb(0, 51, 102);\">Ambidextrous</span></a> : <span style=\"color: rgb(0, 139, 0);\">forthright, truthful</span><br />15.) <a title=\"Acarpous\" target=\"_blank\" href=\"http://thesaurus.com/browse/ambiguous\"><span style=\"color: rgb(0, 51, 102);\">Ambiguous</span></a> : <span style=\"color: rgb(0, 139, 0);\">clear, definite, explicit, lucid</span><br />16.) <a title=\"Accentuate\" target=\"_blank\" href=\"http://thesaurus.com/browse/ambivalence\"><span style=\"color: rgb(0, 51, 102);\">Ambivalence</span></a> : <span style=\"color: rgb(0, 139, 0);\">certainty, decisiveness </span><br />17.) <a title=\"Accentuate\" target=\"_blank\" href=\"http://thesaurus.com/browse/ameliorate\"><span style=\"color: rgb(0, 51, 102);\">Ameliorate</span></a> :<span style=\"color: rgb(0, 139, 0);\"> worsen, corrupt, debase </span><br />18.) <a href=\"http://thesaurus.com/browse/amendment\" target=\"_blank\" title=\"Acclainmed\"><span style=\"color: rgb(0, 51, 102);\">Amendment</span></a> : <span style=\"color: rgb(0, 139, 0);\">worsening </span><br />19.) <a href=\"http://thesaurus.com/browse/amicable\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Amicable</span></a> : <span style=\"color: rgb(0, 139, 0);\">hostile, unfriendly</span><br />20.) <a href=\"http://thesaurus.com/browse/amplify\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Amplify</span></a> : <span style=\"color: rgb(0, 139, 0);\">abridge, compress, condense</span><br />21) <a href=\"http://thesaurus.com/browse/animosity\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Animosity</span></a> : <span style=\"color: rgb(0, 139, 0);\">goodwill, love</span><br />22.) <a title=\"Adamant\" target=\"_blank\" href=\"http://thesaurus.com/browse/annual\"><span style=\"color: rgb(0, 51, 102);\">Annual</span></a> : <span style=\"color: rgb(0, 139, 0);\">changing, intermittent, non-regular </span><br />23.) <a title=\"Adhere\" target=\"_blank\" href=\"http://thesaurus.com/browse/anticlimax\"><span style=\"color: rgb(0, 51, 102);\">Anticlimax</span></a> : <span style=\"color: rgb(0, 139, 0);\">climax</span><br />24.) <a title=\"Adhesion\" target=\"_blank\" href=\"http://thesaurus.com/browse/antidote\"><span style=\"color: rgb(0, 51, 102);\">Antidote</span></a> :<span style=\"color: rgb(0, 139, 0);\"> disease, injury</span><br />25.) <a title=\"Adjacent\" target=\"_blank\" href=\"http://thesaurus.com/browse/antithetical?__utma=1.513907991.1284237604.1284808884.1284818992.7&__utmb=1.12.9.1284821455416&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=135307057\"><span style=\"color: rgb(0, 51, 102);\">Antithetical</span></a> :<span style=\"color: rgb(0, 139, 0);\"> agreeing, conforming, reconcilable</span><br />',0,1283804071,1283804071,''),(122,15,3,0,'Antonym Drill 3 (Letter \'A\')','\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a title=\"Abate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abate\" style=\"color: rgb(0, 51, 102);\">Apathetic</a> :<span style=\"color: rgb(0, 139, 0);\"> caring, concerned, interested</span><br />2.) <a title=\"Abdicate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\">Apathy</a> : <span style=\"color: rgb(0, 139, 0);\">care, concern, feeling, passion </span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abeyance\" target=\"_blank\" href=\"http://thesaurus.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\">Appease</a> </span>: <span style=\"color: rgb(0, 139, 0);\">aggravate, annoy, irritate, tease </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abhor\" target=\"_blank\" href=\"http://thesaurus.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\">Apprehensive</a> </span>: <span style=\"color: rgb(0, 139, 0);\">calm, quite, unafraid, undoubted</span><span style=\"font-weight: bold;\"><br /></span>5.) <a title=\"Abide\" target=\"_blank\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" style=\"color: rgb(0, 51, 102);\">Apprise</a><span style=\"font-weight: bold;\"> : </span><span style=\"color: rgb(0, 139, 0);\">falsify, conceal, hide</span><span style=\"font-weight: bold;\"><br /></span>6.) <a title=\"Abjure\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abjure\" style=\"color: rgb(0, 51, 102);\">Approbation</a> : <span style=\"color: rgb(0, 139, 0);\">criticism, disapprobation </span><br />7.) <a title=\"Abrade\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abrade\" style=\"color: rgb(0, 51, 102);\">Apropos</a> : <span style=\"color: rgb(0, 139, 0);\">inappropriate, irrelevant, unsuitable </span><br />8.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abrasion\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrasion\">Apt</a> :<span style=\"color: rgb(0, 139, 0);\"> incorrect, unsuitable </span><br />9.) <a title=\"Abrogate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Arabesque</span></a> : <span style=\"color: rgb(0, 139, 0);\">abate, cancel, invalidate</span><br />10.) <a title=\"Abscond\" target=\"_blank\" href=\"http://thesaurus.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Arbitrate</span></a> : <span style=\"color: rgb(0, 139, 0);\">vanish, break, clear out</span><br /> <br /> ',0,1283804107,1283804107,''),(123,15,4,0,'Antonym Drill 4 (Letter \'A\')','',0,1283804154,1283804154,''),(124,14,4,0,'Synonym Drill 4 (Letter \'A\')','',0,1283804188,1283804188,''),(125,15,6,0,'Antonym Drill 6 (Letter \'B\')','',0,1283804227,1283804227,''),(126,15,7,0,'Antonym Drill 7 (Letter \'B\')','',0,1283804292,1283804292,''),(129,14,7,0,'Synonym Drill 7 (Letter \'B\')','',0,1283847395,1283847395,''),(130,14,9,0,'Synonym Drill 9 (Letter \'C\')','',0,1283847450,1283847450,''),(131,14,10,0,'Synonym Drill 10 (Letter \'C\')','',0,1283847501,1283847501,''),(132,14,11,0,'Synonym Drill 11 (Letter \'C\')','',0,1283847521,1283847521,''),(133,14,13,0,'Synonym Drill 13 (Letter \'D\')','',0,1283847604,1283847604,''),(134,14,14,0,'Synonym Drill 14 (Letter \'D\')','',0,1283847626,1283847626,''),(135,14,15,0,'Synonym Drill 15 (Letter \'D\')','',0,1283847666,1283847666,''),(136,14,16,0,'Synonym Drill 16 (Letter \'E\')',' <font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"text-decoration: underline;\"> In case of more information please click on the word<br /><br /><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><br /></font></span></font>\r\n<div style=\"margin-left: 40px;\"><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1)</span><a style=\"color: rgb(0, 51, 102);\" title=\"ebullience\" target=\"_blank\" href=\"http://thesaurus.com/browse/ebullience\">Ebullience</a>:</font></font><font size=\"3\"><span><span id=\"hotword\"> </span><span style=\"color: rgb(0, 139, 0);\">excitement</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\">exhilaration</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, exuberance</span></span><br /></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2)</span><a title=\"embellish\" target=\"_blank\" href=\"http://thesaurus.com/browse/embellish\">Embellish</a>:</font></font><font size=\"3\"><span><span id=\"hotword\"> </span><span style=\"color: rgb(0, 139, 0);\">adorn</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\">amplify</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\">beautify</span></span><br /></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3)</span><a title=\"emaciate\" target=\"_blank\" href=\"http://thesaurus.com/browse/emaciate\">Emaciate</a>:</font></font><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"> </span>decrease<span id=\"hotword\">, </span>delete<span id=\"hotword\">,diminish</span></span><br /></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4)</span><a title=\"elicit\" target=\"_blank\" href=\"http://thesaurus.com/browse/elicit\">Elicit</a>:</font></font><font size=\"3\"><span><span id=\"hotword\"> </span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">bring</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">forth</span></span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, <span id=\"hotword\" name=\"hotword\">bring</span> <span id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">light,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">call</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">forth,</span> </span><span style=\"color: rgb(0, 139, 0);\">cause</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\">derive</span></span><br /></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5)</span><a title=\"encomium\" target=\"_blank\" href=\"http://thesaurus.com/browse/encomium\">Encomium</a>:</font><span style=\"text-decoration: underline;\"></span></font><font size=\"3\"><span><span id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\">praise</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\">salutation</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\">tribute</span></span><br /></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"text-decoration: underline;\"></span></font></div>\r\n<div style=\"margin-left: 40px;\"><font size=\"3\"><a target=\"_blank\" href=\"http://thesaurus.com/browse/embezzle\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\" class=\"nolink\">6)</span>Embezzle</span></a>:<span><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span> <span style=\"color: rgb(0, 139, 0);\">forge</span></span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, loot</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, <span id=\"hotword\" name=\"hotword\">misapply,</span> <span id=\"hotword\" name=\"hotword\">misappropriate,</span> misuse</span></span><br /></font></div>\r\n<div style=\"margin-left: 40px;\"><font size=\"3\"><a target=\"_blank\" href=\"http://thesaurus.com/browse/emaciate\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\" class=\"nolink\">7)</span>Emaciate</span></a>:<span><span id=\"hotword\"></span> <span style=\"color: rgb(0, 139, 0);\">decrease</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, delete</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, diminish</span></span><br /></font></div>\r\n<div style=\"margin-left: 40px;\"><font size=\"3\"><a target=\"_blank\" href=\"http://thesaurus.com/browse/evince\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\" class=\"nolink\">8)</span>Evince</span></a>:<span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">display,</span>elucidate</span><span id=\"hotword\">,establish</span><span id=\"hotword\"></span></span><br /></font></div>\r\n<div style=\"margin-left: 40px;\"><font size=\"3\"><a target=\"_blank\" href=\"http://thesaurus.com/browse/excoriate\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\" class=\"nolink\">9)</span>Excoriate</span></a>:<span style=\"color: rgb(0, 139, 0);\">abrade,chafe.,flay</span><br /></font></div>\r\n<div style=\"margin-left: 40px;\"><font size=\"3\"><a target=\"_blank\" href=\"http://thesaurus.com/browse/exculpate\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\" class=\"nolink\">10)</span>Exculpate</span></a>:<span><span id=\"hotword\"> <span style=\"color: rgb(0, 139, 0);\">free</span></span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">,justify</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">let</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">off</span></span></span><br /><span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span></span></span></font></div>\r\n<div style=\"margin-left: 40px;\"><font size=\"3\"><span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span></span></span></font><font size=\"3\">11)</font><font size=\"3\"><a href=\"http://thesaurus.com/browse/edacious\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Edacious</span></a>:<span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">gluttonous,</span>greedy</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">hoggish</span></span></span><br /></font></div>\r\n<div style=\"margin-left: 40px;\"><font size=\"3\">12)<a href=\"http://thesaurus.com/browse/effete\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Effete</span></a>:<span style=\"color: rgb(0, 139, 0);\">feeble,declining</span><br /></font></div>\r\n<div style=\"margin-left: 40px;\"><font size=\"3\">13)<a href=\"http://thesaurus.com/browse/effrontery\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Effrontery</span></a>:<span style=\"color: rgb(0, 139, 0);\">impudence,arrogance</span><br /></font></div>\r\n<div style=\"margin-left: 40px;\"><font size=\"3\">14)<a href=\"http://thesaurus.com/browse/endearing\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Endearing</span></a>:<span style=\"color: rgb(0, 139, 0);\">attach,bind,captivate</span><br /></font></div>\r\n<div style=\"margin-left: 40px;\"><font size=\"3\">15)<a href=\"http://thesaurus.com/browse/engrossing\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Engrossing</span></a>:<span style=\"color: rgb(0, 139, 0);\">grip,involve</span><br />16) </font><font size=\"3\"><a href=\"http://thesaurus.com/browse/eulogy\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Eulogy</span></a>:<span style=\"color: rgb(0, 139, 0);\">accolade,applause</span><br />17)<a href=\"http://thesaurus.com/browse/exorbitant\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exorbitant</span></a>:<span style=\"color: rgb(0, 139, 0);\">enormous,expensive</span><br />18)<a href=\"http://thesaurus.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span></a>:<span style=\"color: rgb(0, 139, 0);\">diminish,excuse,justify</span><br />19)<a href=\"http://thesaurus.com/browse/epicure\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Epicure</span></a>:<span><span id=\"hotword\"> </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">connoisseur</span></span><span style=\"color: rgb(0, 139, 0);\">,expert</span><br />20)<a href=\"http://thesaurus.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Entreat</span></a>:<span style=\"color: rgb(0, 139, 0);\">beg,urge<br /><span style=\"color: rgb(0, 0, 0);\">21)</span><a href=\"http://thesaurus.com/browse/eclectic\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Eclectic</span></a><span style=\"color: rgb(0, 0, 0);\">:</span></span></font><span style=\"color: rgb(0, 139, 0);\"> <a href=\"http://thesaurus.com/browse/heterogeneous\" rel=\"nofollow\" class=\"theColor\"><span class=\"nolink\"><span class=\"nolink\"><span class=\"nolink\">heterogeneous</span></span></span></a>, <span class=\"nolink\">inclusive</span>,<span class=\"nolink\">liberal</span><a href=\"http://thesaurus.com/browse/liberal\" rel=\"nofollow\" class=\"theColor\"><span class=\"nolink\"></span></a>, many-sided, mingled</span><br />22)<a href=\"http://thesaurus.com/browse/efficacy\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Efficacy</span></a>:<span style=\"color: rgb(0, 139, 0);\"></span><span class=\"nolink\" style=\"color: rgb(0, 139, 0);\">potency, power, strength, success<br /><span style=\"color: rgb(0, 0, 0);\">23)</span><a href=\"http://thesaurus.com/browse/elegy\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Elegy</span></a>:</span><span style=\"color: rgb(0, 139, 0);\">death song, funeral song, knell, </span><span class=\"nolink\" style=\"color: rgb(0, 139, 0);\">lament</span><br />24)<a href=\"http://thesaurus.com/browse/empirical\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Empirical</span></a>:<span style=\"color: rgb(0, 139, 0);\">experiential, experimental, <span class=\"nolink\">factual</span>, observational, <a href=\"http://thesaurus.com/browse/observed\" rel=\"nofollow\" class=\"theColor\"></a></span><span class=\"nolink\" style=\"color: rgb(0, 139, 0);\">observed</span><br />25)<a href=\"http://thesaurus.com/browse/emulate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Emulate</span></a>:<span></span><span class=\"nolink\" style=\"color: rgb(0, 139, 0);\">follow, follow in footsteps, follow suit, follow the example of, go like, imitate</span><br /><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\"></span><br /></font></div><br /> ',0,1283847736,1283847736,''),(137,14,17,0,'Synonym Drill 17 (Letter \'E\')',' <font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"> <span style=\"text-decoration: underline;\"><font size=\"4\"> In case of more information please click on the word</font><br /><br /><br /></span><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">1.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/endemic\"><span style=\"color: rgb(0, 51, 102);\">Endemic</span></a>:</span></font></font><font size=\"3\"><span class=\"nolink\"> <font style=\"color: rgb(0, 139, 0);\">Local</font></span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span>, regional </span></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"text-decoration: underline;\"><br /></span><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">2.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/enervate\"><span style=\"color: rgb(0, 51, 102);\">Enervate</span></a> :</span></font></font><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\"> <span class=\"nolink\">Exhaust</span>, <span class=\"nolink\">fatigue</span>, incapacitate, jade, </span><span style=\"color: rgb(0, 139, 0);\" class=\"nolink\">paralyze</span></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/enhance\"><span style=\"color: rgb(0, 51, 102);\">Enhance</span></a>: </span></font></font><font size=\"3\"><span></span><span style=\"color: rgb(0, 139, 0);\" class=\"nolink\">Amplify, appreciate, augment, beautify, boom, boost</span></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\"><font size=\"4\">4.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/ephemeral\"><span style=\"color: rgb(0, 51, 102);\">Ephemeral</span></a>:</font> </span></font><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">Episodic, <span class=\"nolink\">evanescent, fleeting</span>, flitting,fugitive, impermanent</span></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"color: rgb(0, 139, 0);\"></span><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">5.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/euanimity\"><span style=\"color: rgb(0, 51, 102);\">Equanimity</span></a>:</span></font></font><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\" class=\"nolink\"><span class=\"nolink\"> Calm, calmness, composure, confidence, cool, </span></span></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/equivocate\"><span style=\"color: rgb(0, 51, 102);\">Equivocate</span></a>: </span></font></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span>Run around, shuck, <span class=\"nolink\">shuffle</span></span></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"color: rgb(0, 0, 0);\"></span><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/erudite\"><span style=\"color: rgb(0, 51, 102);\">Erudite</span></a>:</span></font></font><font size=\"3\"> <span style=\"color: rgb(0, 139, 0);\">Brainy,<span class=\"nolink\">cultivated, educated</span>, highbrow</span></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"color: rgb(0, 139, 0);\"></span><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/esoteric\"><span style=\"color: rgb(0, 51, 102);\">Esoteric</span></a>:</span></font></font><font size=\"3\"><font size=\"4\"><span></span></font><span class=\"nolink\"> <span style=\"color: rgb(0, 139, 0);\">Deep, heavy, hidden, inner, inscrutable, mystic</span></span></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\"><font size=\"4\">9.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/euphemism\"><span style=\"color: rgb(0, 51, 102);\">Euphemism</span></a>:</font><span style=\"color: rgb(0, 139, 0);\"> </span></span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span>Floridness, grandiloquence, inflation, pomposity<span class=\"nolink\"></span></span></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">10.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/exacerbate\"><span style=\"color: rgb(0, 51, 102);\">Exacerbate</span></a>:</span></font></font><font size=\"3\"><span> <span style=\"color: rgb(0, 139, 0);\">Add insult to injury, </span><span style=\"color: rgb(0, 139, 0);\" class=\"nolink\">aggravate, annoy</span></span></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">11.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/earmark\"><span style=\"color: rgb(0, 51, 102);\">Earmark</span></a></span></font></font><font size=\"3\"><span class=\"nolink\"><font size=\"4\">:</font> <span style=\"color: rgb(0, 139, 0);\">Attribute, differential, distinction, feature<br /><br /></span>12.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/earthly\"><span style=\"color: rgb(0, 51, 102);\">Earthly</span></a></span><span class=\"nolink\">:<span style=\"color: rgb(0, 139, 0);\">Corporeal, geotic, global, human, in all creation</span></span><br style=\"color: rgb(0, 0, 0);\" /></font><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"color: rgb(0, 0, 0);\">13.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/ebb\"><span style=\"color: rgb(0, 51, 102);\">Ebb</span>:</a> </span></font><font size=\"3\"><span class=\"nolink\"><span class=\"nolink\"><font size=\"4\"><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">Drop, dwindling,fading away, flagging,lessening, low<br /></span>14.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/eccentric\"><span style=\"color: rgb(0, 51, 102);\">Eccentric</span></a>: <span style=\"color: rgb(0, 139, 0);\">Aberrant, abnormal, anomalous, bizarre</span></font> <font size=\"3\"><br />15.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/eclipse\"><span style=\"color: rgb(0, 51, 102);\">Eclipse</span></a>: <span style=\"color: rgb(0, 139, 0);\">Concealmen</span></font></font><span style=\"color: rgb(0, 139, 0);\">t, darkening, decline, diminution</span><br />16.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/economy\"><span style=\"color: rgb(0, 51, 102);\">Economy</span></a>:<span style=\"color: rgb(0, 139, 0);\"> Care, carefulness, caution, curtailment, cutback<br /></span>17.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/earthy\"><span style=\"color: rgb(0, 51, 102);\">Earthy</span></a>: <span style=\"color: rgb(0, 139, 0);\">Bawdy, coarse, crude, down, down home, down-to-earth <br /><br /><span style=\"color: rgb(0, 0, 0);\">18.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/eddy\"><span style=\"color: rgb(0, 51, 102);\">Eddy</span></a>:</span> Swirl, tide, vortex, whirlpool </span><br />19.)<a target=\"_blank\" href=\"http://thesaurus.com/browse/edict\"><span style=\"color: rgb(0, 51, 102);\">Edict</span></a>: <span style=\"color: rgb(0, 139, 0);\">Act, canon, command, commandment, decree</span></span></span></font><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"text-decoration: underline;\"><br style=\"color: rgb(0, 139, 0);\" /><br style=\"color: rgb(0, 139, 0);\" /><br /></span></font> ',0,1283847765,1283847765,''),(138,14,18,0,'Synonym Drill 19 (Letter \'E\')','<br /><br />16)<font size=\"3\"><a href=\"http://thesaurus.com/browse/eulogy\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Eulogy</span></a>:</font><span style=\"color: rgb(0, 139, 0);\">accolade,applause</span><br />17)<a href=\"http://thesaurus.com/browse/exorbitant\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exorbitant</span></a>:<span style=\"color: rgb(0, 139, 0);\">enormous,expensive</span><br />18)<a href=\"http://thesaurus.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span></a>:<span style=\"color: rgb(0, 139, 0);\">diminish,excuse,justify</span><br />19)<a href=\"http://thesaurus.com/browse/epicure\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Epicure</span></a>:<span><span id=\"hotword\"> </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">connoisseur</span></span><span style=\"color: rgb(0, 139, 0);\">,expert</span><br />20)<a href=\"http://thesaurus.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Entreat</span></a>:<span style=\"color: rgb(0, 139, 0);\">beg,urge</span><br />',0,1283847789,1283847789,''),(139,14,20,0,'Synonym Drill 21 (Letter \'F\')','',0,1283847861,1283847861,''),(140,14,21,0,'Synonym Drill 22 (Letter \'F\')','',0,1283847911,1283847911,''),(141,14,25,0,'Synonym Drill 26 (Letter \'I\')','\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font><br /></div><br /><br />1.) <a style=\"color: rgb(0, 51, 102);\" title=\"Immaculate\" href=\"http://thesaurus.com/browse/Immaculate\">Immaculate</a> : <span style=\"color: rgb(0, 139, 0);\">clean, exquisite, flawless, impeccable</span><br />2.) <a style=\"color: rgb(0, 51, 102);\" title=\"Ill-assorted\" href=\"http://thesaurus.com/browse/Ill-assorted\">Ill-assorted</a> : <span style=\"color: rgb(0, 139, 0);\">incompatible, incongruous, unsuited, mismatched, uncongenial, inharmonious</span><br />3.) <a style=\"color: rgb(0, 51, 102);\" title=\"Indenture\" href=\"http://thesaurus.com/browse/indenture\">Indenture</a> : <span style=\"color: rgb(0, 139, 0);\">agreement, contract, deed</span><br />4.) <a title=\"Indoctrinate\" href=\"http://thesaurus.com/browse/indoctrinate\"><span style=\"color: rgb(0, 51, 102);\">Indoctrinate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">convince, imbue, implant, inculcate, influence, instill</span><br /> 5.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impetuous\" href=\"http://thesaurus.com/browse/Impetuous\">Impetuous</a> : <span style=\"color: rgb(0, 139, 0);\">eager, hurried, impulsive, spontaneous, violent</span><br />6.) <a style=\"color: rgb(0, 51, 102);\" title=\"Inquest\" href=\"http://thesaurus.com/browse/Inquest\">Inquest</a> :<span style=\"color: rgb(0, 139, 0);\"> delving, hearing, inquiry, inquisition, probe, trial</span><br />7.) <a style=\"color: rgb(0, 51, 102);\" title=\"Ingratiate\" href=\"http://thesaurus.com/browse/Ingratiate\">Ingratiate</a> : <span style=\"color: rgb(0, 139, 0);\">blandish, captivate, charm, flatter</span><br />8.) <a style=\"color: rgb(0, 51, 102);\" title=\"Implode\" href=\"http://thesaurus.com/browse/Implode\">Implode</a> : <span style=\"color: rgb(0, 139, 0);\">cave in, fold, fall in</span><br />9.) <a style=\"color: rgb(0, 51, 102);\" title=\"Imperative\" href=\"http://thesaurus.com/browse/Imperative\">Imperative</a> : <span style=\"color: rgb(0, 139, 0);\">compulsory, critical, importunate, inescapable, obligatory</span><br />10.) <a style=\"color: rgb(0, 51, 102);\" title=\"Importune\" href=\"http://thesaurus.com/browse/Importune\">Importune</a> : <span style=\"color: rgb(0, 139, 0);\">appeal, beg, persuade, plead</span><br />11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Inundate\" href=\"http://thesaurus.com/browse/Inundate\">Inundate</a> : <span style=\"color: rgb(0, 139, 0);\">deluge, engulf, flood, immerse, submerge, whelm </span><br />12.) <a style=\"color: rgb(0, 51, 102);\" title=\"Itinerary\" href=\"http://thesaurus.com/browse/Itinerary\">Itinerary</a> : <span style=\"color: rgb(0, 139, 0);\">circuit, outline, program, schedule</span><br />13.) <a style=\"color: rgb(0, 51, 102);\" title=\"Insular\" href=\"http://thesaurus.com/browse/Insular\">Insular</a> : <span style=\"color: rgb(0, 139, 0);\">bigoted, confined, illiberal, prejudiced</span><br />14.) <a style=\"color: rgb(0, 51, 102);\" title=\"Imperturbable\" href=\"http://thesaurus.com/browse/Imperturbable\">Imperturbable</a> : <span style=\"color: rgb(0, 139, 0);\">complacent, composed, tranquil, unaffected</span><br />15.) <a style=\"color: rgb(0, 51, 102);\" title=\"Imbibe\" href=\"http://thesaurus.com/browse/imbibe\">Imbibe</a> :<span style=\"color: rgb(0, 139, 0);\"> absorb, assimilate, belt, consume</span><br />16.) <a style=\"color: rgb(0, 51, 102);\" title=\"Immolate\" href=\"http://thesaurus.com/browse/immolate\">Immolate</a> : <span style=\"color: rgb(0, 139, 0);\">annihilate, assassinate, crucify</span><br />17.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impart\" href=\"http://thesaurus.com/browse/impart\">Impart</a> : <span style=\"color: rgb(0, 139, 0);\">communicate, convey, inform, pass on</span><br />18.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impeach\" href=\"http://thesaurus.com/browse/impeach\">Impeach</a> : <span style=\"color: rgb(0, 139, 0);\">accuse, arraign, blame, charge, disparage</span><br />19.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impinge\" href=\"http://thesaurus.com/browse/impinge\">Impinge</a> : <span style=\"color: rgb(0, 139, 0);\">affect, disturb, influence</span><br />20.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impudent\" href=\"http://thesaurus.com/browse/impudent\">Impudent</a> : <span style=\"color: rgb(0, 139, 0);\">arrant, audacious, blatant</span><br />21.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incendiary\" href=\"http://thesaurus.com/browse/Incendiary\">Incendiary</a> : <span style=\"color: rgb(0, 139, 0);\">dangerous, demagogic, dissentious, inflammatory, malevolent</span><br />22.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incubate\" href=\"http://thesaurus.com/browse/Incubate\">Incubate</a> : <span style=\"color: rgb(0, 139, 0);\">breed, brood, nurture, produce</span><br />23.) <a style=\"color: rgb(0, 51, 102);\" title=\"Indict\" href=\"http://thesaurus.com/browse/indict\">Indict</a> : <span style=\"color: rgb(0, 139, 0);\">arraign, censure, charge, criminate, prosecute</span><br />24.) <a style=\"color: rgb(0, 51, 102);\" title=\"Ineluctable\" href=\"http://thesaurus.com/browse/ineluctable\">Ineluctable</a> : <span style=\"color: rgb(0, 139, 0);\">inescapable, inevitable, unavoidable</span><br />25.) <a style=\"color: rgb(0, 51, 102);\" title=\"Infernal\" href=\"http://thesaurus.com/browse/infernal\">Infernal</a> : <span style=\"color: rgb(0, 139, 0);\">accursed, blamed, blasted</span><br /><br /> ',0,1283848106,1283848106,''),(142,14,27,0,'Synonym Drill 28 (Letter \'I\')','',0,1283848185,1283848185,''),(143,14,26,0,'Synonym Drill 27 (Letter \'I\')','',0,1283848224,1283848224,''),(144,15,9,0,'Antonym Drill 9 (Letter \'C\')','',0,1283848356,1283848356,''),(145,15,10,0,'Antonym Drill 10 (Letter \'C\')','',0,1283848390,1283848390,''),(147,15,13,0,'Antonym Drill 13 (Letter \'D\')','',0,1283848510,1283848510,''),(148,15,15,0,'Antonym Drill 15 (Letter \'D\')','',0,1283848552,1283848552,''),(149,15,14,0,'Antonym Drill 14 (Letter \'D\')','',0,1283848585,1283848585,''),(150,15,17,0,'Antonym Drill 17 (Letter \'E\')','',0,1283848662,1283848662,''),(151,15,18,0,'Antonym Drill 18 (Letter \'E\')','',0,1283848690,1283848690,''),(152,15,19,0,'Antonym Drill 19 (Letter \'E\')','',0,1283848713,1283848713,''),(153,15,21,0,'Antonym Drill 21 (Letter \'F\')','',0,1283848765,1283848765,''),(154,15,22,0,'Antonym Drill 22 (Letter \'F\')','',0,1283848784,1283848784,''),(155,15,26,0,'Antonym Drill 26 (Letter \'I\')','\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><u><span style=\"font-size: 13.5pt;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></span></u></font><br style=\"font-family: times new roman,times,serif;\" /><font size=\"4\"><u><span style=\"font-size: 13.5pt;\"></span></u></font></div><font size=\"4\"><u><span style=\"font-size: 13.5pt;\"><br /><br /></span></u></font>1.) <a title=\"Immaculate\" href=\"http://thesaurus.com/browse/Immaculate\" style=\"color: rgb(0, 51, 102);\">Immaculate</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">dirty, filthy, foul, tainted, unclean, unsterile</span><br />2.) <a title=\"Ill-assorted\" href=\"http://thesaurus.com/browse/Ill-assorted\" style=\"color: rgb(0, 51, 102);\">Ill-assorted</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">compatible, matched, congenial </span><br />3.) <a title=\"Indoctrinate\" href=\"http://thesaurus.com/browse/indoctrinate\" style=\"color: rgb(0, 51, 102);\">Indoctrinate</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">neglect</span><br />4.) <a title=\"Impetuous\" href=\"http://thesaurus.com/browse/Impetuous\" style=\"color: rgb(0, 51, 102);\">Impetuous</a><span style=\"color: rgb(0, 51, 102);\"> : </span><span style=\"color: rgb(0, 139, 0);\">cautious, circumspect, sensible, thoughtful</span><br />5.) <a title=\"Inquest\" href=\"http://thesaurus.com/browse/Inquest\" style=\"color: rgb(0, 51, 102);\">Inquest</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">conclusion, findings </span><br />6.) <a title=\"Ingratiate\" href=\"http://thesaurus.com/browse/Ingratiate\" style=\"color: rgb(0, 51, 102);\">Ingratiate</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">deter, disgust, repel</span><br />7.) <a title=\"Implode\" href=\"http://thesaurus.com/browse/Implode\" style=\"color: rgb(0, 51, 102);\">Implode</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">explode</span><br />8.) <a title=\"Imperative\" href=\"http://thesaurus.com/browse/Imperative\" style=\"color: rgb(0, 51, 102);\">Imperative</a><span style=\"color: rgb(0, 51, 102);\"> : </span><span style=\"color: rgb(0, 139, 0);\">inessential, optional, secondary</span> <br />9.) <a title=\"Inundate\" href=\"http://thesaurus.com/browse/Inundate\" style=\"color: rgb(0, 51, 102);\">Inundate</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">underwhelm</span><br />10.) <a title=\"Insular\" href=\"http://thesaurus.com/browse/Insular\" style=\"color: rgb(0, 51, 102);\">Insular</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">liberal, unbiased, unprejudiced</span><br />11.) <a title=\"Imperturbable\" href=\"http://thesaurus.com/browse/Imperturbable\" style=\"color: rgb(0, 51, 102);\">Imperturbable</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">excitable, perturbable, touchy</span><br />12.) <a title=\"Imbibe\" href=\"http://thesaurus.com/browse/imbibe\" style=\"color: rgb(0, 51, 102);\">Imbibe</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">abstain</span><br />13.) <a title=\"Immolate\" href=\"http://thesaurus.com/browse/immolate\" style=\"color: rgb(0, 51, 102);\">Immolate</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">bear, create</span><br />14.) <a title=\"Impart\" href=\"http://thesaurus.com/browse/impart\" style=\"color: rgb(0, 51, 102);\">Impart</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">conceal, hide</span><br />15.) <a title=\"Impeach\" href=\"http://thesaurus.com/browse/impeach\" style=\"color: rgb(0, 51, 102);\">Impeach</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">elect</span><br />16.) <a title=\"Impinge\" href=\"http://thesaurus.com/browse/impinge\" style=\"color: rgb(0, 51, 102);\">Impinge</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">avoid, dodge</span><br />17.) <a title=\"Impudent\" href=\"http://thesaurus.com/browse/impudent\" style=\"color: rgb(0, 51, 102);\">Impudent</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">humble, modest, polite</span><br />18.) <a title=\"Incendiary\" href=\"http://thesaurus.com/browse/Incendiary\" style=\"color: rgb(0, 51, 102);\">Incendiary</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">peacemaking</span><br />19.) <a title=\"Indict\" href=\"http://thesaurus.com/browse/Indict\" style=\"color: rgb(0, 51, 102);\">Indict</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">absolve, acquit, exonerate</span><br />20.) <a title=\"Ineluctable\" href=\"http://thesaurus.com/browse/ineluctable\" style=\"color: rgb(0, 51, 102);\">Ineluctable</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">avoidable, unscheduled</span><br />21.) <a title=\"Infernal\" href=\"http://thesaurus.com/browse/infernal\" style=\"color: rgb(0, 51, 102);\">Infernal</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">heavenly, otherworldly</span><br />22.) <a title=\"Insolent\" href=\"http://thesaurus.com/browse/insolent\" style=\"color: rgb(0, 51, 102);\">Insolent</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">cowardly, humble, modest, polite</span><br />23.) <a title=\"Inquisitive\" href=\"http://thesaurus.com/browse/Inquisitive\" style=\"color: rgb(0, 51, 102);\">Inquisitive</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">incurious, indifferent, unconcerned</span><br />24.) <a title=\"Iniquity\" href=\"http://thesaurus.com/browse/Iniquity\" style=\"color: rgb(0, 51, 102);\">Iniquity</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">goodness, virtue</span><br />25.) <a title=\"Invective\" href=\"http://thesaurus.com/browse/invective\" style=\"color: rgb(0, 51, 102);\">Invective</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">compliment, flattery, praise </span><br /> ',0,1283848883,1283848883,''),(156,15,27,0,'Antonym Drill 27 (Letter \'I\')','',0,1283848895,1283848895,''),(157,15,28,0,'Antonym Drill 28 (Letter \'I\')','',0,1283848910,1283848910,''),(161,19,2,0,'Slide show Drill 2(Letter \'A\')',' <br /><font size=\"3\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"> </font>\r\n<div style=\"text-align: center;\"><font size=\"3\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word for the slide show</span></font> </font><br /></div><font size=\"3\"><br /></font>\r\n<ol>\r\n <li><font size=\"3\"><a title=\"Admonitory\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Admonitory.swf\">Admonitory</a></font></li>\r\n <li><font size=\"3\"><a title=\"Adorn\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Adorn.swf\">Adorn</a></font></li>\r\n <li><font size=\"3\"><a title=\"Adulteration\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Adulteration.swf\">Adulteration</a></font></li>\r\n <li><font size=\"3\"><a title=\"Affinity\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Affinity.swf\">Affinity</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Aggravate.swf\">Aggravate</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Agile.swf\" title=\"Agile\">Agile</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Ail.swf\" title=\"Ail\">Ail</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Alacrity.swf\" title=\"Alacrity\">Alacrity</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Alienate.swf\" title=\"Alienate\">Alienate</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Allegiance.swf\" title=\"Allegiance\">Allegiance</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Alleviate.swf\">Alleviate</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Alloy.swf\">Alloy</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Amalgamate.swf\">Amalgamate</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Ambidextrous.swf\">Ambidextrous</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Ambiguous.swf\">Ambiguous</a><br /></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Ambivalence.swf\">Ambivalence</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Ameliorate.swf\">Ameliorate</a><br /></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Amendment.swf\">Amendment</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Amicable.swf\">Amicable</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Amplify.swf\">Amplify</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Animosity.swf\">Animosity</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Annual.swf\">Annual</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Anticlimax.swf\">Anticlimax</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Antidote.swf\">Antidote</a></font></li>\r\n <li><font size=\"3\"><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_2_letter_A_/Antithetic.swf\">Antithetical</a></font><br /></li>\r\n</ol>',0,1283970378,1283970378,''),(173,3,16,0,'Vocab Drill 16 (Letter \'E\')','\r\n<div class=\"MsoNormal\"> <font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">Please click on the word in case you need more information</font><br /><br /><font size=\"4\">1.)</font> <font size=\"4\"><a target=\"_blank\" title=\"ebullience\" href=\"http://dictionary.reference.com/browse/ebullience\"><span style=\"color: rgb(0, 51, 102);\">Ebullience (<span style=\"font-style: italic;\">n</span>)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Exuberance,outburst of feelings</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) His natural <span style=\"font-weight: bold;\">ebullience</span> began to return after he succeeded in the exams.<br />2.)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We wish her all the best and will miss her cheery smile and <span style=\"font-weight: bold;\">ebullient</span><span style=\"color: rgb(102, 51, 0);\"> </span>character.<br /><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">2 .)</span></font> <a title=\"embellish\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/embellish\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Embellish (v) </span></font></a><span style=\"color: rgb(0, 0, 0);\">:</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Make beautiful,to enhance<br /></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The dress was <span style=\"font-weight: bold;\">embellished</span> with beautiful stones.<br />2)</font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Girls like to <b>embellish</b> their dolls when they are little.<br /><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">3. )</font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></font></font><a href=\"http://dictionary.reference.com/browse/emaciate\" target=\"_blank\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Emaciate(v)</span></font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Make thin and weak<br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.<br />2)Later a vet ,shot his badly <span style=\"font-weight: bold;\">emaciated </span>mom as she was too weak to survive.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">4 .)</font> </font><a title=\"elicit\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/elicit\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Elicit (v)</font></a> <span style=\"color: rgb(0, 0, 0);\">:</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">To</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">draw</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">bring</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">out</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">forth,</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Educe,</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Evoke<br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new packaging is <span style=\"font-weight: bold;\">eliciting</span> mixed reactions from wine experts.<br />2)Under the electric light and effect was something superb, and the vociferous applause <span style=\"font-weight: bold;\">elicited </span>seemed well deserved.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">5 .)</font> </font></font><a title=\"encomium\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/encomium\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium(<span style=\"font-style: italic;\">n</span>)</font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)<span id=\"hotword\"> </span><span class=\"ital-inline\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">An</span> <span style=\"cursor: default; background-color: transparent; font-weight: bold;\" id=\"hotword\" name=\"hotword\">encomium</span> <span id=\"hotword\" name=\"hotword\">by</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">the</span> <span id=\"hotword\" name=\"hotword\">President</span> <span id=\"hotword\" name=\"hotword\">greeted</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">the</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">returning</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">hero.</span> <br />2)</span></span>In the paradoxical <span style=\"font-weight: bold;\">encomium</span>, however, he demonstrates that before God wholly different standards apply. </font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /></font><span style=\"color: rgb(102, 51, 0);\"></span><font size=\"4\">6.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/embezzle\"><span style=\"color: rgb(0, 51, 102);\">Embezzle(v)</span></a> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Use in a wrong way for one\'s own benefit</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I had <span style=\"font-weight: bold;\">embezzled</span> money at my store; I was lost else; I must have gone to jail.<br />2)She was recently arrested for <span style=\"font-weight: bold;\">embezzling</span> millions from the impoverished Bosnian state.</font><br style=\"color: rgb(102, 51, 0);\" /><br />7.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/engender\"><span style=\"color: rgb(0, 51, 102);\">Engender(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Cause,produce,give rise to</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1) Hatred <span style=\"font-weight: bold;\">engenders</span> violence. </span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Conditions for a war were <span style=\"font-weight: bold;\">engendering</span> in Europe. </span><br /></font><br />8.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/evince\"><span style=\"color: rgb(0, 51, 102);\">Evince(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">To show clearly,to indicate</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I\'ve read some books by African novelists and they portrayed a different place and<span style=\"font-weight: bold;\"> evinced</span> different attitudes.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)But as many as 68 percent of classical musicians also <span style=\"font-weight: bold;\">evinced</span> impairments.</span><br /></font><br />9.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/excoriate\"><span style=\"color: rgb(0, 51, 102);\">Excoriate(v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To flay,strip off the skin,to denounce sharply</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It encourages secure adhesion whilst simultaneously promoting healing in sore or <span style=\"font-weight: bold;\">excoriated</span> skin.<br />2)Here are images of flight, of <span style=\"font-weight: bold;\">excoriated</span> flesh, frustrated sex, the geometry of fear.</font><br /><br />10.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/exculpate\"><span style=\"color: rgb(0, 51, 102);\">Exculpate(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Free from blame</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which <span style=\"font-weight: bold;\">exculpated</span> the claimant.<br />2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally <span style=\"font-weight: bold;\">exculpating</span> their actions. <br /><br /></font></font> <font size=\"4\">11.)</font> <a href=\"http://dictionary.reference.com/browse/edacious\" target=\"_blank\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Edacious(<span style=\"font-style: italic;\">adj</span>)</font></a> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Voracious,devouring,greedy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I became <span style=\"font-weight: bold;\">edacious</span> after seeing such a delight</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">12.) <a href=\"http://dictionary.reference.com/browse/effete\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Effete</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Infertile,worn out,weak</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)You\'d have been too <span style=\"font-weight: bold;\">effete</span>, with your soft hands and Polo scent.<br />2)Emerging from it ,was a tall,rather <span style=\"font-weight: bold;\">effete</span> looking man dressed in a white tropical suite.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">13.) <a href=\"http://dictionary.reference.com/browse/effrontery\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Effrontery</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Boldness,impudence,arrogance</font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)Taken aback by such</span><span style=\"text-decoration: underline;\"></span><span style=\"color: rgb(102, 51, 0);\"> <span style=\"font-weight: bold;\">effrontery</span> he allowed me to stay.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)He has the <span style=\"font-weight: bold;\">effrontery</span> to accuse Kant of barbarous jargo</span>n.<br /></font><br /><font size=\"4\">14.) <a href=\"http://dictionary.reference.com/browse/endearing\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Endearing(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Making dear or liked</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)She passed an <span style=\"font-weight: bold;\">endearing</span> smile to me.<br />2)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">He</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-weight: bold;\">endeared</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">himself</span> <span name=\"hotword\" id=\"hotword\">to</span> <span name=\"hotword\" id=\"hotword\">his</span> <span name=\"hotword\" id=\"hotword\">friends</span> <span name=\"hotword\" id=\"hotword\">with</span> <span name=\"hotword\" id=\"hotword\">his</span> <span name=\"hotword\" id=\"hotword\">gentle</span> </font><span name=\"hotword\" id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">ways.</font><br /><br /><font size=\"4\">15.) </font></span></span></span><a href=\"http://dictionary.reference.com/browse/encomium\" target=\"_blank\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium(<span style=\"font-style: italic;\">n</span>)</font></a>:<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">An</span> <span name=\"hotword\" id=\"hotword\" style=\"font-weight: bold;\">encomium</span> <span name=\"hotword\" id=\"hotword\">by</span> <span name=\"hotword\" id=\"hotword\">the</span> <span name=\"hotword\" id=\"hotword\">President</span> <span name=\"hotword\" id=\"hotword\">greeted</span> <span name=\"hotword\" id=\"hotword\">the</span> <span name=\"hotword\" id=\"hotword\">returning</span> </font><span name=\"hotword\" id=\"hotword\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">hero.</span><br /></font><br /></span></span></span> <font size=\"4\">16.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/eulogy\" target=\"_blank\"><span style=\"text-decoration: underline;\">Eulogy(<span style=\"font-style: italic;\">n</span>)</span></a></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\"></span><span style=\"color: rgb(0, 51, 102);\"></span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" name=\"hotword\">High</span><span style=\"font-style: italic;\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" name=\"hotword\">praise</span><span style=\"font-style: italic;\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" name=\"hotword\">or</span><span style=\"font-style: italic;\"> </span></font><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold;\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold;\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0, 51, 102);\"> </span><a href=\"http://www.moodle.org/0.16146683109369053\"> <span style=\"color: rgb(0, 51, 102);\">Exorbitant(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold;\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold;\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">18.) <a href=\"http://dictionary.reference.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span> <span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold;\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold;\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/epicure\" target=\"_blank\"><span style=\"text-decoration: underline;\">Epicure<span style=\"font-style: italic;\">(</span></span></a></span><a href=\"http://www.moodle.org/0.44752376684851913\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <span class=\"ex\">abstemious</span> <span style=\"font-weight: bold;\">epicure</span>.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">20.) <a href=\"http://dictionary.reference.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Entreat(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I therefore <span style=\"font-weight: bold;\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold;\">entreated</span> God to spare us those things that scare us?<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/eclectic\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Eclect</font></a><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.moodle.org/0.9993777606939832\"><span style=\"font-style: italic;\"></span><span style=\"color: rgb(0, 51, 102);\">ic(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </span></font>:<font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Selective,composed of elements drawn from disparate sources</font><br />1)He had an <span style=\"font-weight: bold;\">eclectic</span> taste in music, being able to appreciate a heavy metal song and a country music song equally.<br />2)They played an <span style=\"font-weight: bold;\">eclectic</span> mix of music at the party.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">22.)</span><span style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/efficacy\"><span style=\"color: rgb(0, 51, 102);\">Efficacy(<span style=\"font-style: italic;\">n</span>)</span></a></span> :</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Power to produce desired effect</font><br />1)Numerous studies have examined means of improving the <span style=\"font-weight: bold;\">efficacy</span> of vaccines for the aged.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">23.)</span><span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/elegy\" target=\"_blank\">Elegy(<span style=\"font-style: italic;\">n</span>)</a></span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Poem or song expressing lamentation</span></font><br />1)The film is a beautiful elegy on being different.<br />2)Nothing could be more suitable than this exquisite and heartfelt elegy.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">24.)</span> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/empirical\">Empirical(<span style=\"font-style: italic;\">adj</span>)</a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Based on experience</span></font><br />1)The empirical studies are likely to involve a panel data analysis based on a given data set.<br />2)His discovery was, as far as we can tell, entirely empirical: lots of trials and lots of errors led to it.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">25.)</span> </font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/emulate\">Emulate(v)</a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Imitate,rival</span></font><br />1)Hopefully your band can emulate the recent success of mine.<br />2)There will also be a whole host of newcomers who will be out to emulate the achievements of their predecessors of twelve months ago<br /></font>\r\n <div class=\"dndata\"><span id=\"hotword\"></span> </div> <br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\"></span></font>\r\n <div class=\"entry collo\" style=\"color: rgb(102, 51, 0);\"><font size=\"2\"> </font></div></div> ',0,1284223836,1284223836,''),(201,28,1,0,'What is a Campus Portal?','\r\n<p class=\"MsoNormal\" style=\"font-family: times new roman,times,serif;\"><font size=\"4\">Campus portal is an Infotek Solutions product to help increase learner’s competitiveness in the knowledge economy. We provide an environment that evolves new knowledge, encourages the assimilation, dissemination and generation of new ideas. It is aimed at nurturing individual abilities and develop skills needed to be good team players and leaders of organizations, societies, and nations. </font></p> ',0,1285352733,1285352733,''),(204,28,4,0,'Is the curriculum Industry-Oriented?','\r\n<p class=\"MsoNormal\" style=\"font-family: times new roman,times,serif;\"><font size=\"4\">We offers the Industry oriented most advanced & researched syllabus according to need of modern industry, that provides you opportunities to choose a career path to suit your core competence.</font></p>',0,1285353037,1285353037,''),(205,28,5,0,'How do I register a course?','',0,1285353097,1285353097,''),(202,28,2,0,'What are objectives and activities of Campus Portal?',' <font size=\"4\" style=\"font-family: times new roman,times,serif;\">A variety of things are lined up under the Campus Connect initiative.</font>\r\n<ul type=\"disc\" style=\"font-family: times new roman,times,serif;\">\r\n <li class=\"MsoNormal\" style=\"font-family: times new roman,times,serif;\"><font size=\"4\">Aligning the curriculum with industry requirements. </font></li>\r\n <li class=\"MsoNormal\" style=\"font-family: times new roman,times,serif;\"><font size=\"4\">Provide you with intensive and evaluated drills to make you comfortable with every level of questioning.</font></li>\r\n <li class=\"MsoNormal\"><font size=\"4\"><font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">Comprehensive Group discussion and Interview related </span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\"> tips and tricks.</span></font><br /> </font></li>\r\n</ul> ',0,1285352879,1285352879,''),(203,28,3,0,'How to startup at Campus Portal?',' <font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">If you are a beginner Campus site, then you must first register. Without registering, you may not be able to access all the content of the site. You can start by going to log-in block on the home page of the site. Once you click on that a new page opens asking you for two options. The first among them is of log-in and the second one for Creating New Account. Fill the new user creation form completely and submit. A message saying about the confirmation of the account appears. Now further activation can be done by accessing the link sent to your e-mail address. Now you are a registered user, you can simply navigate to courses and content.</span></font> ',0,1285352951,1285352951,''),(187,3,33,0,'Vocab Drill 33 (Letter \'M\')','',0,1284659124,1284659124,''),(188,3,34,0,'Vocab Drill 34 (Letter \'M\')','',0,1284659153,1284659153,''),(189,3,38,0,'Vocab Drill 38 (Letter \'P\')','',0,1284659310,1284659310,''),(190,3,39,0,'Vocab Drill 39 (Letter \'P\')','',0,1284659337,1284659337,''),(191,3,40,0,'Vocab Drill 40 (Letter \'P\')','',0,1284659376,1284659376,''),(192,3,43,0,'Vocab Drill 43 (Letter \'R\')','',0,1284659525,1284659525,''),(193,3,44,0,'Vocab Drill 44 (Letter \'R\')','',0,1284659557,1284659557,''),(194,3,45,0,'Vocab Drill 45 (Letter \'R\')','',0,1284659586,1284659586,''),(195,3,47,0,'Vocab Drill 47 (Letter \'S\')','',0,1284659677,1284659677,''),(196,3,48,0,'Vocab Drill 48 (Letter \'S\')','',0,1284659712,1284659712,''),(197,3,49,0,'Vocab Drill 49 (Letter \'S\')','',0,1284659746,1284659746,''),(198,3,51,0,'Vocab Drill 51 (Letter \'T\')','',0,1284659991,1284659991,''),(199,3,52,0,'Vocab Drill 52 (Letter \'U,V,W,X,Y,Z\')','',0,1284660108,1284660108,''),(281,35,1,0,'Current Scenario','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"margin-bottom: 0.0001pt; line-height: 13.6pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">1) Many companies and institutes are making group discussion as the first criteria for screening the candidates for face-to-face interviews.<b> </b></span></p>\r\n<p style=\"margin-bottom: 0.0001pt; line-height: 13.6pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\"> 2) And there is reason too for giving huge importance for Group Discussion. First thing Group Discussion is used for mass elimination!</span></p>\r\n<p style=\"margin-bottom: 18.45pt; line-height: 13.6pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">3) Second thing group discussion selection criteria’s are based on actual company requirements.</span></p>\r\n<p style=\"margin-bottom: 18.45pt; line-height: 13.6pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">4) Communication and Group Discussion skill are two relevant soft skills that are must for software testers or any other professional.</span></p> ',0,1294666631,1294666631,''),(216,30,1,0,'Pronouns',' <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Pronouns are words that take the place of nouns.</p></span></span>',0,1293640807,1293640807,''),(217,30,6,1,'Indefinite Pronouns',' <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A pronoun is a substitute for a noun. The pronouns or nouns Sthat they refer to are called<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">antecedents</strong>. A pronoun and its antecedent are in agreement if they are both singular or both plural.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Dr. Morganstern finished his rounds.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Frequent misuse of plural pronouns occurs with two types of singular antecedents:<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">indefinite pronouns</strong><span class=\"Apple-converted-space\"> </span>and <strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">generic nouns</strong>.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Indefinite Pronouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Indefinite pronouns refer to nonspecific persons or things.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">They include: any, either, everything, no one, each, anybody, everybody, neither, someone, anyone, everyone, none, something</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\"><font size=\"3\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\">Examples:</span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\"></span></span></span></p></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\"></span></span>\r\n<ul>\r\n <li><font size=\"2\">In class everyone performs at his or her [not their] level of ability.</font></li>\r\n <li><font size=\"2\">I think<span class=\"Apple-converted-space\"> </span><strong>someone</strong><span class=\"Apple-converted-space\"> </span>is on the roof.</font></li>\r\n <li><font size=\"2\">There are a<span class=\"Apple-converted-space\"> </span><strong>few</strong><span class=\"Apple-converted-space\"> </span>on the table.<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: arial; font-size: 12px; text-align: left;\"></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></li>\r\n</ul><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n</ul></span></span>',0,1293640907,1293640907,''),(218,30,8,1,'Noun and Pronoun Case','<font size=\"3\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Case refers to how nouns and pronouns are used in relation to the other words in a sentence. The three cases are<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">subjective</strong>,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">objective</strong>, and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">possessive</strong>. See below for a chart of pronoun cases.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Subjective Case</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Subjective case is sometimes called the nominative case. A noun or pronoun is in the subjective when it is used as the subject of the sentence or as a predicate noun. A predicate noun follows a form of the "be" verb, and it renames the subject of the sentence. In the following examples, nouns and pronouns in the subjective case are in orange.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I hope to finish my paper tonight.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Valerie danced in the statewide competition.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He is a clown. (The word clown is a predicate noun)</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Objective Case</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A noun or pronoun is in the objective case when it is used as a direct object, an indirect object, or an object of the preposition.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Dad prepared the dinner.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Our dog crawled under the fence.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Mom gave us the money.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Possessive Case</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A noun or pronoun is in the possessive case when it is used to show ownership of an object:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Mom washed Valerie\'s leotard.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Where did you find her book?</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">A Chart of Pronoun Cases</h3><br />\r\n<table cellspacing=\"0\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\" summary=\"A chart of pronoun cases.\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Subjective\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Objective\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Possessive\r\n </th>\r\n </tr>\r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">I<br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Me\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">My, Mine\r\n </td>\r\n </tr>\r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">You<br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">You\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Your, Yours\r\n </td>\r\n </tr>\r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">He<span class=\"Apple-converted-space\"> </span><br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Him\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">His\r\n </td>\r\n </tr>\r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">She<br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Her\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Her, Hers\r\n </td>\r\n </tr>\r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(255, 255, 255); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; color: rgb(26, 87, 166);\">It<br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(255, 255, 255); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; color: rgb(26, 87, 166);\">It\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(255, 255, 255); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; color: rgb(26, 87, 166);\">Its\r\n </td>\r\n </tr>\r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">We<br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Us\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Our, Ours\r\n </td>\r\n </tr>\r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">They<br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Them\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Their, Theirs\r\n </td>\r\n </tr></tbody>\r\n</table></span></span></font> ',0,1293640952,1293640952,''),(219,31,1,0,'Noun and Verb Phrases','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Noun Phrases</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A noun phrase is made up of a noun and all its modifiers. It can function in a sentence as a subject, an object, or a complement. Some noun phrases begin with an infinitive (to go) or a gerund (going); this type of noun phrase is always singular:</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">To sail the seven seas</strong><span class=\"Apple-converted-space\"> </span>was her lifelong dream. (subject)<br />Dieters prefer<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">green salad</strong>. (object)<br />A ham sandwich is a<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">popular lunch</strong>. (complement)</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Verb Phrases</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A verb phrase consists of a main verb plus one or more helping verbs, its complements, objects, or other modifiers, and functions syntactically as a verb.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Some common helping verbs are:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">to be (am, is, are, was, were, be, being, been)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">to have (has, have, had)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">to do (do, does, did)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">others: may, might, must, can, could, shall, should, will, would</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Helping verbs add meaning to other verbs. Some helping verbs change the time expressed by the key verb. Others, such as "should" and "might," are used to indicate obligation, possibility, ability, or permission:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The student is going to Florida for Spring Break.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The firm will probably not hire an accountant today.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You should edit your own compositions.</li>\r\n</ul></span></span> ',0,1293644918,1293644918,''),(220,31,2,0,'Prepositional Phrases','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A prepositional phrase is a group of words including a preposition and a noun, pronoun, or group of words used as a noun. They are fragments that usually do not stand alone, except in commands like "At once!" or "On your feet!"</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Kinds of Phrases</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">There are two kinds of prepositional phrases:<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">adjective phrases</strong><span class=\"Apple-converted-space\"> </span>and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">adverb phrases</strong>.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">An<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">adjective phrase</strong><span class=\"Apple-converted-space\"> </span>modifies a noun or pronoun. It always comes immediately after the noun or pronoun it modifies:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Joe is the student with the highest grade. ("with the highest grade" modifies "student.")</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">An<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">adverb phrase</strong><span class=\"Apple-converted-space\"> </span>modifies a verb, adjective, or adverb. It is used to tell when, where, how, or to what extent about the word it modifies:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Megan put her bird in its cage. ("in its cage" modifies the verb "put.")<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Two or More Phrases</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">When two or more prepositional phrases follow each other, they may modify the same word, or one phrase may modify the object in the preceding phrase:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">They arrived at the airport on time. (Both phrases modify "arrived"; "at the airport" tells where and "on time" tells when.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Chicago is on the northeast tip of Illinois. ("on the northeast tip" modifies "is"; "of Illinois" modifies "tip.")<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Preposition or Adverb?</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Many words can be either prepositions or adverbs; you can distinguish prepositions by their objects.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Preposition</strong>: The bird flew out the window. ("window" is the object of "out.")</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adverb</strong>: We went out last night. ("out" has no object.)<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Prepositional Phrase or Infinitive Phrase?</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Prepositional phrases can be confused with infinitive phrases. "To" followed by a verb is an infinitive, but "to" followed by a noun or pronoun is a prepositional phrase.</p></span></span> ',0,1293644956,1293644956,''),(221,31,3,0,'Verbals and Verbal Phrases','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Verbals</strong><span class=\"Apple-converted-space\"> </span>are verb forms which act as another part of speech in a sentence (i.e. as adjectives, nouns, and adverbs).</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Verbal phrases</strong><span class=\"Apple-converted-space\"> </span>are verbals and any of the verb form\'s modifiers, objects, or complements. The three types of verbal phrases are<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">participial</strong>,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">gerund</strong>, and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">infinitive</strong><span class=\"Apple-converted-space\"> </span>phrases.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Participial Phrases</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Participial Phrases are present participles or past participles and any modifiers, objects, or complements. Participial phrases contain verbs which act as adjectives in a sentence.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Singing very softly</strong>, the boy lulled his baby brother to sleep. (the participial phrase works as an adjective, modifying "boy")</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The girls,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">frightened by the police car\'s headlights</strong>, quickly came down from the school\'s roof. (the participial phrase works as an adjective, modifying "girls")<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Gerund Phrases</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Gerund Phrases contain verbs ending in -ing and any modifiers, objects, or complements. Gerund phrases act as nouns in a sentence. They can act as the subject or object of a verb, as a predicate nominative, and as the object of a preposition.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Waiting for his grades</strong><span class=\"Apple-converted-space\"> </span>drove him crazy. (the gerund phrase works as the subject of the verb "drove")</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The woman denied<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">knowing her own husband</strong>. (the gerund phrase works as the object of the verb "denied")</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He thought he could escape from his problems by<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">running away</strong>. (the gerund phrase works as the object of the preposition "by")</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Making many acquaintances</strong><span class=\"Apple-converted-space\"> </span>is<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">cultivating future friendships</strong>. (the gerund phrases work as the subject and as the predicate nominative)<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Infinitive Phrases</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Infinitive Phrases contain verbals consisting of "to" followed by a verb and any modifiers, objects, or complements. Infinitive phrases usually act as nouns, but they can also act as adjectives and adverbs.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">To live in Boston eventually</strong><span class=\"Apple-converted-space\"> </span>is his main goal in life. (the infinitive phrase works as the subject of the sentence)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Quentin Tarentino loves<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">to babble during interviews</strong>. (the infinitive phrase works as the object of the verb "loves")</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Do you have any clothes<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">to donate to the homeless shelter</strong>? (the infinitive phrase works as an adjective, modifying "clothes")</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">She went home<strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span class=\"Apple-converted-space\"> </span>to visit her family</strong>. (the infinitive phrase works as an adverb, modifying "went")</li>\r\n</ul></span></span> ',0,1293644979,1293644979,''),(222,32,1,0,'Independent and Dependent Clauses','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">clause</strong><span class=\"Apple-converted-space\"> </span>is a group of words that includes a subject and a predicate. <br /></p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">There are two types of clauses:<strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">independent</strong><span class=\"Apple-converted-space\"> </span>and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">dependent</strong>. An independent clause can stand alone as a sentence, while a dependent clause must be accompanied by an independent clause.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Independent Clauses</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Two independent clauses can be connected by:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A coordinating conjunction</strong>: Today is Tuesday<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">and</strong><span class=\"Apple-converted-space\"> </span>our papers are due Wednesday.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A conjunctive adverb</strong><span class=\"Apple-converted-space\"> </span>or another transitional expression: I need to study for my test;<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">in fact</strong><span class=\"Apple-converted-space\"> </span>I am going to the library now. (In this case, use a semicolon to separate the two clauses.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Correlative conjunction</strong>: George<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">not only</strong><span class=\"Apple-converted-space\"> </span>finished his paper on time,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">but</strong><span class=\"Apple-converted-space\"> </span>he<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">also</strong><span class=\"Apple-converted-space\"> </span>got an A+.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Semicolon</strong>: This is one of my English classes<strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">;</strong><span class=\"Apple-converted-space\"> </span>Shakespeare is my other.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Colon</strong><span class=\"Apple-converted-space\"> </span>(sometimes): She received the assignment<strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">:</strong><span class=\"Apple-converted-space\"> </span>it is to be turned in next Friday.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Dependent Clauses</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Dependent clauses can be either<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">adjective</strong>,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">adverb</strong>, or<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">noun</strong><span class=\"Apple-converted-space\"> </span>clauses based on how they are used in a sentence.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adjective (or relative) clauses<span class=\"Apple-converted-space\"> </span></strong>modify nouns or pronouns and, in order to make the relationship clear, follow the noun or pronoun they modify.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Our class, which meets at nine in the morning, discusses the importance and use of grammar in our schools. (An adjective clause modifies the noun "class".)</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adverb clauses</strong><span class=\"Apple-converted-space\"> </span>modify single words (verbs, adjectives, or adverbs) or entire phrases or clauses. They always begin with a subordinating conjunction. Adverb clauses answer the questions how? where? when? why? and to what extent? Adverb clauses appear in any of several places in the sentence as long as the relationship is clear and its position conveys the intended purpose.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Confused, after class was over, Susan decided to meet with her group to discuss the paper. (An adverb clause modifies the participle "confused.")</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Noun clauses<span class=\"Apple-converted-space\"> </span></strong>act as nouns in sentences (subjects, direct objects, indirect objects, or compliments). They may begin with a relative pronoun or "by," "whether," "when," "where," "why," or "how."</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Whoever wins the race will receive the trophy. (A noun clause serves as the subject of the sentence.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">This grade is what I deserve. (A noun clause serves as the subject complement.)</li>\r\n</ul></span></span>',0,1293645299,1293645299,''),(223,32,2,0,'Adjective, Adverb and Noun Clauses','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">clause</strong><span class=\"Apple-converted-space\"> </span>is a group of related words which has both a subject and a predicate. A clause is different from a phrase because a phrase is a group of related words which lacks either a subject or a predicate or both.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Adjective Clauses</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adjective clauses modify nouns or pronouns. An adjective clause nearly always appears immediately following the noun or pronoun.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">To test for adjective clauses there are a couple of questions that you can ask. Which one? What kind? Most adjective clauses begin with "who," "whom," "which," or "that." Sometimes the word may be understood. The words "that" or "who," for example, might not specifically be in the sentence, but they could be implied. To determine the subject of a clause ask "who?" or "what?" and then insert the verb.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The book that is on the floor should be returned to the library.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Occasionally, an adjective clause is introduced by a relative adverb, usually "when," "where," or "why."</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Home is the place where you relax.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Adverb Clauses</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adverb clauses usually modify verbs, in which case they may appear anywhere in a sentence. They tell why, where, under what conditions, or to what degree the action occurred or situation existed. Unlike adjective clauses, they are frequently movable within the sentence.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">When the timer rings, we know the cake is done. OR</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">We know the cake is done when the timer rings.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adverb clauses always begin with a subordinating conjunction.<span class=\"Apple-converted-space\"></span><span style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; color: rgb(31, 128, 53);\"></span> Subordinating conjunctions introduce clauses and express their relation to the rest of the sentence.<br /></p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Noun Clauses</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Noun clauses are not modifiers, so they are not subordinates like adjectives and adverbs, and they cannot stand alone. They must function within another sentence pattern, always as nouns. A noun clause functions as a subject, subject complement, direct object, or object of a preposition.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A noun clause usually begins with a relative pronoun like "that," "which," "who," "whoever," "whomever," "whose," "what," and "whatsoever." It can also begin with the subordinating conjunctions "how," "when," "where," "whether," and "why."</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Whoever wins the game will play in the tournament.</li>\r\n</ul></span></span> ',0,1293645333,1293645333,''),(224,32,3,0,'Relative Clauses','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">relative clause</strong><span class=\"Apple-converted-space\"> </span>acts as a clause that modifies a noun or pronoun. Relative clauses begin with a relative pronoun (who, whom, which, that, whose). Relative clauses can either be<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">restrictive</strong><span class=\"Apple-converted-space\"> </span>or<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">nonrestrictive</strong>. Also see below for<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">common usage problems</strong>.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Restrictive Relative Clauses</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A restrictive relative clause is essential in order to complete the meaning of the main clause.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Where is the girl who is going?</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">That\'s the one that I like best.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Is he the one whose house is on fire?<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Nonrestrictive Relative Clauses</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A nonrestrictive relative clause adds definition to the main clause, but is not necessary for meaning. Nonrestrictive relative clauses are set off by commas.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">That girl, who is going to the concert, has a green dress.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The orange car, which is my favorite, has seating for six.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The tuba player, whose house is on fire, just went to band practice.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Common Usage Problems</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Beware of sentence fragments when trying to use a relative clause:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He was a loser. Who never thought he would win. [incorrect]</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He was a loser who never thought he would win. [revised]</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The relative pronoun should immediately follow the antecedent in a relative clause. Violating this rule leads to confusion:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">She saw the guy who dated Sheila who has a red mohawk. [unclear]</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Does Sheila or the guy have a red mohawk? [confusing]</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Revised:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">She saw the guy, who has a red mohawk, who dated Sheila.</li>\r\n</ul></span></span> ',0,1293645372,1293645372,''),(225,32,4,0,' Restrictive and Nonrestrictive Clauses','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A modifying clause can be either<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">restrictive</strong><span class=\"Apple-converted-space\"> </span>or<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">nonrestrictive</strong>.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Restrictive Clause</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A restrictive modifying clause (or essential clause) is an adjective clause that is essential to the meaning of a sentence because it limits the thing it refers to. The meaning of the sentence would change if the clause were deleted. Because restrictive clauses are essential, they are not set off by commas.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">All students who do their work should pass easily.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The car that I want is out of my price range.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The gas company will discontinue our service unless we pay our bills by Friday.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Nonrestrictive Clauses</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A nonrestrictive modifying clause (or nonessential clause) is an adjective clause that adds extra or nonessential information to a sentence. The meaning of the sentence would not change if the clause were to be omitted. Nonrestrictive modifying clauses are usually set off by commas.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Tulsi Das, who wrote "The Ramayan," was a great Indian poet.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Puerto Rico was a Spanish colony until 1898, when it was ceded to the United States.</li>\r\n</ul></span></span> ',0,1293645405,1293645405,''),(226,34,1,0,'Homophones','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Homophones</strong><span class=\"Apple-converted-space\"> </span>are words that sound alike but have different spellings and meanings. As a result, these words are often</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Accept</strong><span class=\"Apple-converted-space\"> </span>(to receive): "I accept your apology."</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Except</strong><span class=\"Apple-converted-space\"> </span>(excluded from): "I like everyone except her."</li>\r\n</ul>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Capital</strong><span class=\"Apple-converted-space\"> </span>(economic resources OR the city where lawmakers meet)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Capitol</strong><span class=\"Apple-converted-space\"> </span>(the building where lawmakers meet)</li>\r\n</ul>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Principal</strong><span class=\"Apple-converted-space\"> </span>(head of a school): "The principal is your pal."</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Principle</strong><span class=\"Apple-converted-space\"> </span>(a moral or fundamental truth): "That is against my principles."</li>\r\n</ul>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">There</strong><span class=\"Apple-converted-space\"> </span>(meaning "in that place"): "The book is over there."</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Their</strong><span class=\"Apple-converted-space\"> </span>(possessive pronoun "belonging to them"): "Their book"</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">They\'re</strong><span class=\"Apple-converted-space\"> </span>(contraction for "they are"): "They\'re coming soon."</li>\r\n</ul>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Its</strong><span class=\"Apple-converted-space\"> </span>(possessive pronoun): "The dog lost its bone."</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">It\'s</strong><span class=\"Apple-converted-space\"> </span>(contraction for "it is"): "It\'s a shame you can\'t come."</li>\r\n</ul></span></span> ',0,1293695553,1293695553,''),(227,34,2,0,'Parallelism','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Parallelism</strong><span class=\"Apple-converted-space\"> </span>occurs when compound verbs or verbals express an action taking place at the same time or in the same tense. When such is the case, the verb and/or verbals must be in the same, or parallel, form.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Gail sings and dances. ("Sings" and "dances" are parallel forms of the verb.)</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Types of Parallel Structure</h3>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Coordinated ideas</strong><span class=\"Apple-converted-space\"> </span>of equal rank, connected by "and," "but," "or," or "nor."\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: circle; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Correct</strong>:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Earl loves bicycling and climbing. (A gerund is paired with a gerund.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Earl loves to bicycle and to climb. (An infinitive is paired with an infinitive.)</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Incorrect</strong>:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Earl loves bicycling and to climb. (Here, a gerund is paired with an infinitive.)</li>\r\n </ul></li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Compared ideas</strong>\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: circle; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Correct</strong>:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I like officiating basketball more than playing basketball. (A gerund is paired with a gerund.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I like to officiate basketball more than I like to play basketball. (An infinitive is paired with an infinitive.)</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Incorrect</strong>:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I like to officiate basketball more than I like playing basketball. (An infinitive is paired with a gerund.)</li>\r\n </ul></li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Correlative ideas</strong><span class=\"Apple-converted-space\"> </span>are linked with the correlative conjunctions both...and, either...or, neither...nor, and not only...but also.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: circle; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Correct</strong>:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Josh is talented not only as a basketball player, but also as a tennis player. (A noun is paired with a noun.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Josh is talented not only at playing basketball, but also at playing tennis. (A gerund is paired with a gerund.)</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Incorrect</strong>:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Josh is talented not only as a basketball player, but also at playing tennis. (A noun is paired with a gerund.)<br /></li>\r\n </ul></li>\r\n </ul></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Placement</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Place correlative conjunctions immediately before the parallel terms:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Incorrect</strong>:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Brad has both experienced the sweet taste of success and the bitterness of defeat.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Revised</strong>:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Brad has experienced both the sweet taste of success and the bitterness of defeat.</li>\r\n </ul></li>\r\n</ul></span></span> ',0,1293695568,1293695568,''),(228,34,3,0,'Misplaced Modifiers','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Misplaced modifiers</strong><span class=\"Apple-converted-space\"> </span>are single words, phrases, or clauses that do not point clearly to the word or words they modify. As a rule, related words usually should be kept together.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Six Helpful Tips for Placing Modifiers Correctly</h3>\r\n<ol style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: decimal; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Limiting modifiers (only, even, almost, nearly, just) should be placed in front of the words they modify.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Unclear</strong>: You will only need to plant one package of seeds.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Revised</strong>: You will need to plant only one package of seeds. ("Only" modifies "one," not "need.")</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Place modifying phrases and clauses so that readers can see at a glance what they modify.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Unclear</strong>: The robber was described as a tall man with a black mustache weighing 150 pounds.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Revised</strong>: The robber was described as a six-foot-tall man weighing 150 pounds with a black mustache. ("150 pounds" describes the man, not the mustache.)</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Sentences should flow from subject to verb to object without lengthy detours along the way. When adverbs separate subject from verb, verb from object, or helping-verb from main-verb, the result can be awkward.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Unclear</strong>: John, after trying to reach the ball, decided to get a ladder.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Revised</strong>: After trying to reach the ball, John decided to get a ladder. (Subject and verb are no longer separated.)</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Infinitives ("to" + verb, such as "to go," "to catch," "to shout") usually should not be split unless necessary, especially in formal writing.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Unclear</strong>: The patient should try to, if possible, avoid going up and down stairs.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Revised</strong>: If possible, the patient should try to avoid going up and down stairs.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Dangling modifiers are word groups (usually introductory) that may seem confusing to some people if they fail to refer logically to any word in a sentence. Rewording a sentence may help to clarify the meaning.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Unclear</strong>: Deciding to join the navy, the recruiter happily pumped Joe\'s hand. (The recruiter is not deciding to join the navy; Joe is.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Revised</strong>: The recruiter happily pumped Joe\'s hand after learning that Joe had decided to join the navy.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Unclear</strong>: Though only sixteen, UCLA accepted Martha\'s application. (UCLA is not sixteen; Martha is.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Revised</strong>: Though Martha was only sixteen, UCLA accepted her application.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Dangling modifiers can be repaired by restructuring the sentence, but this restructuring may vary according to the writer\'s stylistic preferences.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Unclear</strong>:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">When watching films, commercials are especially irritating.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Revised</strong>:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: circle; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">One option would be to change the subject so that it names the actor that the modifier implies:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">When watching films, I find commercials especially irritating.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Another option would be to turn the modifier into a word group that includes the actor:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">When I am watching films, commercials are especially irritating.</li>\r\n </ul></li>\r\n </ul></li>\r\n </ul></li>\r\n</ol></span></span>',0,1293695587,1293695587,''),(229,34,4,0,'Dangling Modifiers','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">dangling modifier</strong><span class=\"Apple-converted-space\"> </span>is a phrase or clause that does not connect grammatically with what it is intended to modify. The problem is most common with adjective participial phrases, especially when they open the sentence. Such open participial phrases can be taken to modify the noun, but when the noun is not present in the sentence, then the phrase becomes nonsensical.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Problems with Dangling Modifiers</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">There are two kinds of problems with dangling modifiers:</p>\r\n<ol style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: decimal; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A word (often a pronoun) has been left out, so that the introductory phrase does not complement what follows.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Unclear</strong>: Running across the street, the bus left.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A phrase or word in a sentence is too far from the idea that it modifies.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Unclear</strong>: A dependable car, the family decided to buy the mini-van.</li>\r\n </ul></li>\r\n</ol>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Correcting the Problems</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">There are two ways to correct dangling modifiers.</p>\r\n<ol style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: decimal; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The main clause can be left alone and the participial construction altered, usually to an adverbial phrase.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Unclear</strong>: Running down the street, the house was on fire.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Revised</strong>: When the man ran down the street, the house was on fire.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The participial construction can be allowed to stand and the main clause modified so that the modified object is in the subject position.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Revised</strong>: Running down the street, the man saw the house was on fire.</li>\r\n </ul></li>\r\n</ol></span></span> ',0,1293695602,1293695602,''),(230,34,5,0,'Sentence Fragments','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">sentence fragment</strong><span class=\"Apple-converted-space\"> </span>is a part of a sentence punctuated as if it were a complete sentence. It is a group of words that begins with a capital letter and ends with a period, exclamation point, or a question mark, but does not express a complete thought.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Phrases as Sentence Fragments</h3>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">A word group is a sentence fragment if it lacks a subject.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Swam into the ocean. (Note: Sentences in the imperative mood (e.g., "Swim into the ocean!") have, by convention, an understood "you" for a subject and are not considered fragments.)</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">A word group is also a sentence fragment if it lacks a verb.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The white plastic chair.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">A word group missing both a subject and a predicate is a sentence fragment.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">As in the lives of many.<br /></li>\r\n </ul></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Clauses as Sentence Fragments</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Warning: These are only guidelines for spotting a sentence fragment, not hard and fast rules.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A clue that a group of words may be a sentence fragment is that it begins with a subordinate. Often, when a group of words begins with a subordinate, it is a dependent clause, a clause that cannot stand alone as a sentence. Some common subordinates are: when, until, after, before, however, while, because, since, though, although, if, so that, so, and where.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Example: Until the day is over.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Another clue is that the word group begins with a relative pronoun. Some common relative pronouns are: that, who, whose, whom, which, and when.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Example: Whom Kelly had known since the third grade.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Using Sentence Fragments</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Students should understand that sentence fragments can be used in writing, but that they should be used rarely and cautiously. Pointing out these structures in literature might be a good way to identify the difference between strong use of sentence fragments and weak sentence fragments.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Example: Every life is many days, day after day. We walk through ourselves, meeting robbers, ghosts, giants, old men, young men, wives, widows, brothers-in-love. But always meeting ourselves. (James Joyce)</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The last word group is a sentence fragment. A sentence fragment is used here for emphasis. In this example, the meaning of the fragment is clear.<br /></p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Misusing Sentence Fragments</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">It is very easy to misuse sentence fragments. The following piece of writing shows how this misuse can make writing unclear and disorganized.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Example: It is my opinion that the baseball strike should end. A salary cap is not a bad idea. After all, the players receive huge salaries. More money than the president.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The last word group is a sentence fragment.</p></span></span> ',0,1293695620,1293695620,''),(231,34,6,0,'Fused Sentences, Run-ons and Comma Splices','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Fused Sentences</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A fused sentence (also known as a run-on sentence) occurs when two independent clauses are joined without any punctuation or connecting word between them.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">It was close to fall the trees were losing their leaves.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Comma Splices</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A comma splice occurs when two independent clauses are joined only by a comma.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">It was close to fall, the trees were losing their leaves.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Six Ways to Eliminate Fused Sentences and Comma Splices</h3>\r\n<ol style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: decimal; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Separate the clause into two sentences:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">It was close to fall. The trees were losing their leaves.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Link the clauses with a semicolon:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">It was close to fall; the trees were losing their leaves.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Link the clauses with a comma and a coordinating conjunction:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">It was close to fall, so the trees were beginning to lose their leaves.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Recast the two independent clauses as one independent clause:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">It was the time of year when trees begin to lose their leaves.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Recast one of the independent clauses as a dependent clause:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Because it was close to fall, the trees were losing their leaves.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Use a semicolon before a conjunctive adverb (also, anyway, besides, furthermore, incidentally, moreover, otherwise, and thus) or a transitional expression (after all, by the way, for example, in other words, and on the other hand) placed between independent clauses:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">It was close to fall; consequently, the trees were losing their leaves.</li>\r\n </ul></li>\r\n</ol></span></span> ',0,1293695640,1293695640,''),(232,33,1,0,'Sentence Type','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Sentences can be either<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">simple</strong>,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">compound</strong>,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">complex</strong>, or<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">compound-complex</strong>.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">The Simple Sentence</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Simple sentences have only one independent clause. There are no dependent clauses, and the sentence must be limited to one subject and one predicate. The sentence may contain modifying words or phrases:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Grammar class is boring. "Magma" is a French progressive rock band.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">The Compound Sentence</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Compound sentences are composed of two or more independent clauses, which are joined by a coordinating conjunction or a semicolon. One should always use a comma before any coordinating conjunction that connects two independent clauses:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Sissy likes "Magma," but she thinks grammar class is boring. Timmy likes grammar class, so he does not like "Magma."<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">The Complex Sentence</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Complex sentences use one independent clause and one or more dependent clauses:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">When Sissy is in grammar class, she often dreams of the next Magma show. ("When Sissy..." is a dependent clause, "she often..." is an independent clause.)<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">The Compound-Complex Sentence</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The compound-complex sentence joins a compound and a complex sentence together. It should contain two or more independent clauses and one or more dependent clauses:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Magma sings in a language they created, and they feel that proper grammar has no place at their shows, which are often quite obnoxious.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Comma Usage</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">For proper comma usage with each sentence type, see<span class=\"Apple-converted-space\"> Restrictive and Non-restrictive clauses. </span><span style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; color: rgb(31, 128, 53);\"><br /></span></p></span></span> ',0,1293695674,1293695674,''),(233,33,2,0,' Subjects and Predicates','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">In English, every sentence has two essential parts: a<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">complete subject</strong><span class=\"Apple-converted-space\"> </span>and a<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">complete predicate</strong>.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Subjects</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The complete subject is the simple subject (a noun or a pronoun) plus any word or group of words modifying the simple subject that tells who or what the sentence is about:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The high from my Mountain Dew usually lasts about an hour.</p></li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">To find the complete subject, ask Who? or What? insert the verb, and finish the question. The answer is the complete subject:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">What usually lasts about an hour? The high from my Mountain Dew.</p></li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The simple subject is the essential noun, pronoun, or group of words acting as a noun that cannot be left out of the complete subject. In order to identify it, remove the complements and modifiers and whatever is left is the simple subject:</p>\r\n<table cellspacing=\"0\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\" summary=\"Example sentence with a simple subject\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">article\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">simple subject\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">prepositional phrase\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">predicate\r\n </th>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">The\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">high\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">from my Mountain Dew\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">usually lasts about an hour.\r\n </td>\r\n </tr></tbody>\r\n</table>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">TIP: Does the sentence make sense with just the word ("high") identified as the simple subject?</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">(The) high usually lasts about an hour.<br /></p></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Additional Facts About Subjects</h3>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">The "Understood You"</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Sometimes, as in the case of imperative sentences (see verb mood ), the subject does not actually appear in the sentence. At such times the invisible subject is called the "understood you":</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">(You) Rent<em style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span class=\"Apple-converted-space\"> </span>The Notebook</em><span class=\"Apple-converted-space\"> </span>from the video store.</p></li>\r\n</ul>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Positioning</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Although the subject most commonly appears before the verb, it can also appear afterwards in sentences that begin with "there is" or "there are." "There" is an expletive or empty word which simply gets the sentence started:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">There are precious few hills in Illinois. vs. Precious few hills are in Illinois.</p></li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Sentences can also be inverted for effect:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Happy is the wife of Harrison Ford. vs. The wife of Harrison Ford is happy.<br /></p></li>\r\n</ul>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Predicates</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The complete predicate is the verb plus its objects, complements, and adverbial modifiers that tell what the complete subject does or is:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The high from my Mountain Dew usually lasts about an hour.</p></li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">To find the complete predicate, ask "What does the subject (the high) do?" (It) usually lasts about an hour.</p>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Simple Predicate</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The simple predicate is the essential verb or verb phrase that cannot be left out of the complete predicate. Again, remove the modifiers and complements to identify it:</p>\r\n<table cellspacing=\"0\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\" summary=\"Example sentence with a simple predicate\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">article\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">simple subject\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">prepositional phrase\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">adverb\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">simple predicate\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">prepositional phrase\r\n </th>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">The\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">high\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">from my Mountain Dew\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">usually\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">lasts\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">about an hour\r\n </td>\r\n </tr></tbody>\r\n</table>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">TIP: Does the sentence make sense with just the word identified as the simple predicate?</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The high from my Mountain Dew lasts.<br /></p></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Compound Subjects and Predicates</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Although the examples so far have contained only one subject and one verb, a sentence may contain a<strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> compound subject</strong>, a<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">compound predicate</strong>, or both.</p>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Compound Subject</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The compound subject consists of two or more subjects that have the same verb and are joined by a conjunction such as "and" or "or":</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Spencer and Annie wagged their tails.</p></li>\r\n</ul>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Compound Predicate</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The compound predicate consists of two or more verbs that have the same subject and are joined by a conjunction such as "and" or "or":</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">I came, saw, and conquered.</p></li>\r\n</ul></span></span> ',0,1293695686,1293695686,''),(234,33,3,0,'Active and Passive Voice','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">voice</strong><span class=\"Apple-converted-space\"> </span>of a verb tells whether the subject of the sentence performs or receives the action. In English there are two voices:<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">active</strong><span class=\"Apple-converted-space\"> </span>and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">passive</strong>.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Active Voice</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">In active voice, the subject performs the action expressed by the verb:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The student wrote a song.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Passive Voice</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">In passive voice, the subject receives the action expressed by the verb:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">A song was written by the student.<br /></li>\r\n</ul>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Forming Tenses of Passive Verbs</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The passive voice always consists of two parts: a form of the verb "to be" + past participle:</p>\r\n<table cellspacing=\"0\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\" summary=\"A chart of tenses of passive verbs.\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Tense\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Passive voice form\r\n </th>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Present\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">it is cleaned\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Past\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">it was cleaned\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Future\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">it will be cleaned\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Present perfect\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">it has been cleaned\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Past perfect\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">it had been cleaned\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Future perfect\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">it will have been cleaned\r\n </td>\r\n </tr></tbody>\r\n</table>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Uses of Passive Voice</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Use the passive voice to:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Call attention to receiver of the action rather than the performer:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The professor was hit by three snowballs.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Point out the receiver of the action when performer is unknown or unimportant:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">A love letter was slipped under the door.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The signs will be posted.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Avoid calling attention to the performer of the action (known as the "institutional passive"):\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The fines will be collected on Monday.<br /></li>\r\n </ul></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Active and Passive Voice in Writing</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The choice between using the active or passive voice in writing is a matter of style, not correctness. However, most handbooks recommend using active voice, which they describe as more natural, direct, lively, and succinct. The passive voice is considered wordy and weak (except when used in cases above). Examine the following examples.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">weak, passive</strong>: The skater was slammed into the wall by Maria.</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">strong, active</strong>: Maria slammed the skater into the wall.</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">weak, passive</strong>: The book was enjoyed by me because the events of her childhood were described so well by the author.</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">strong, active</strong>: I enjoyed the book because the author described the events of her childhood so well.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Hints for Identifying the Passive Voice</h3>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">An active verb may or may not have a direct object, but the passive verb almost never does.\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">"It is...That" construction (It is clear that... It is noted...)</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Use of the verbs To Be, Make, or Have\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Passive</strong>: Your exits should be made quickly.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Active</strong>: Leave quickly.</li>\r\n </ul></li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Endings that turn verbs into abstract nouns: -ion,-ing,-ment:\r\n <ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Passive</strong>: When application of force is used, the lid will open.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Active</strong>: Apply force to open the lid.</li>\r\n </ul></li>\r\n</ul></span></span> ',0,1293695699,1293695699,''),(235,33,4,0,'Complements','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">complement</strong><span class=\"Apple-converted-space\"> </span>is called a complement because it completes the predicate in a sentence. There are two kinds of complements:<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">object complements</strong><span class=\"Apple-converted-space\"> </span>and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">subject complements</strong>.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Object Complements</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">An object complement follows the direct object and modifies or refers to the direct object. An object complement can be an adjective, a noun, a word, or a group of words which acts as an adjective or noun:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">If you elect me president, I\'ll keep the unions satisfied. ("President" is an object complement referring to the direct object "me." "Satisfied" is an object complement modifying the direct object "unions.")</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The students elected Mary president. ("President" is an object complement referring to the direct object "Mary.")</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Wool socks will keep your feet very warm. ("Very warm" is an object complement modifying the direct object "your feet.")<span class=\"Apple-converted-space\"> </span><br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Subject Complements</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A subject complement follows a linking verb and modifies or refers to the subject. A subject complement can be an adjective, a noun, a pronoun, a word, or a group of words which acts as an adjective or noun:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I am a teacher, but I am not yet experienced. ("Teacher" and "experienced" are both subject complements that modify the subject "I.")</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Subject complements have two subgroups:<strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span class=\"Apple-converted-space\"> </span>predicate adjectives</strong><span class=\"Apple-converted-space\"> </span>and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">predicate nouns</strong>.</p>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Predicate Adjectives</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A predicate adjective is a subject complement that is an adjective (see appositives):</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I am not yet experienced. ("Experienced" is a predicate adjective that modifies the subject "I.")</li>\r\n</ul>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Predicate Noun</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A predicate noun (nominative) is a subject complement that is a noun:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I am a teacher. ("Teacher" is a predicate noun that refers to the subject "I.")</li>\r\n</ul></span></span> ',0,1293695711,1293695711,''),(236,33,5,0,' Direct and Indirect Objects','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">direct object</strong><span class=\"Apple-converted-space\"> </span>is the word or words in a sentence designating the person or thing receiving the action of a transitive verb:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The boy broke<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">the dish</strong>.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">An<strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span class=\"Apple-converted-space\"> </span>indirect object</strong><span class=\"Apple-converted-space\"> </span>comes before the direct object. It tells to whom or for whom the action of the verb is being done:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Sing<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">me</strong><span class=\"Apple-converted-space\"> </span>a song.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He feeds<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">the turtle</strong><span class=\"Apple-converted-space\"> </span>lettuce.</li>\r\n</ul></span></span> ',0,1293695726,1293695726,''),(237,33,6,0,'Appositives','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Appositives</strong><span class=\"Apple-converted-space\"> </span>are two words or word groups which mean the same thing and are placed together. Appositives identify or explain the nouns or pronouns which they modify:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Our teacher, Professor Jonson, loves grammar.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">We can say that "Professor Jonson" is an appositive or is in apposition to "our teacher." "Professor Jonson" identifies or explains "teacher.\'</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Appositive Phrases</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">An appositive phrase includes an appositive and its modifiers:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">My favorite place, the English building, is located on the Quad, a grassy square in the middle of the campus.</li>\r\n</ul>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Restrictive Appositives</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A restrictive appositive is necessary to maintain the meaning of the sentence and does not require commas. Usually, a restrictive appositive is a single word closely related to the preceding word. It "restricts" or narrows the meaning of the word it modifies:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The musician Harry will come to Delhi.<br />("Harry" restricts the general term "musician.")</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">My sister Mary has four dogs.</li>\r\n</ul>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Nonrestrictive Appositive</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A nonrestrictive appositive may be omitted without changing the basic meaning of the sentence. A nonrestrictive appositive is separated by commas. Commas are always used when the word which the appositive modifies is a proper noun:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Harry, the musician, will come to Delhi.<br />("Musician" offers additional information about the specific name "Harry")</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">There are many parades for Mardi Gras, a religious festival celebrating the last day before Lent, in New Orleans, a city in Louisiana.</li>\r\n</ul>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Punctuation Note</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A dash or colon, as well as a comma, can be used to set off appositives:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">For the prisoner there was only one goal--escape.</li>\r\n</ul></span></span> ',0,1293695738,1293695738,''),(238,30,9,0,'Verbs','<div style=\"text-align: left;\"><font size=\"2\"><font size=\"3\">A verb:<br /></font></font> \r\n <ul> \r\n <li><font size=\"2\">is a word which refers to an action (do, eat, talk) or a state (be, like, own)</font></li> \r\n <li><font size=\"2\">must be included in a complete<span class=\"Apple-converted-space\"> </span>sentence</font></li> \r\n <li><font size=\"2\">is the main element of the<span class=\"Apple-converted-space\"> </span>predicate<span class=\"Apple-converted-space\"> </span>of a<span class=\"Apple-converted-space\"> </span>sentence<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: arial; font-size: 12px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></li> \r\n </ul> </div>',0,1293695775,1293695775,''),(239,30,10,1,'Principal Tenses of Verbs','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The three principal parts of verbs are the<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">present tense</strong>, the<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">past tense</strong>, and the<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">past participle</strong>. (The present participle or "-ing" form is sometimes considered a fourth principal tense.)</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Present Tense</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Present tense indicates an action in the present:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Now the class begins.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">She walks to class.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Past Tense</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Past tense indicates an action that occurred in the past:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">We wanted to see the show.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The little girl blew a bubble.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Past Participle</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The past participle can be used as an adjective or modifier. It is typically formed by adding \'d\' or \'ed\' to the base form. Many times, this form is identical to the past tense of the verb:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Since the dishes were washed, we left the kitchen.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The broken vase sat unceremoniously on the kitchen table.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Common Mistakes</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">There are many irregular verbs (about 250) that confuse writers when forming past tense and past participles. Here is a sample of irregular verbs.</p>\r\n<table cellspacing=\"0\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\" summary=\"A chart of irregular verbs.\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">Present Tense\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">Past Tense\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\" scope=\"col\">Past Participle\r\n </th>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">drink\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">drank\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">drunk\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">be\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">was, were\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">been\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">eat\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">ate\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">eaten\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">see\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">saw\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">seen\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">swim\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">swam\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">swum\r\n </td>\r\n </tr></tbody>\r\n</table></span></span> ',0,1293695796,1293695796,''),(240,30,11,1,'Auxiliary Verbs','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Auxiliary or helping verbs are verbs that are used to help form verb phrases but cannot do so independently. There are four basic auxiliary verb groups:</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">To Be</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">This auxiliary verb is used in the progressive tenses and passive voice:</p>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Progressive Tense:</h4>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You are kicking.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You were kicking.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You have been kicking.</li>\r\n</ul>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Passive Voice:</h4>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You are kicked.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You were kicked.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You have been kicked.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">To Have</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">This verb is used as an auxiliary in the perfect tense:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I have finished my paper.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I had finished my paper.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I have been finished with my paper.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Model Auxiliaries</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">These auxiliaries affect the mood of the verb; that is, they determine whether a verb is a fact, desire, possibility, or command. They are most commonly used to represent degrees of freedom or severity.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Most common modal auxiliaries: will, shall, can, may, need (to), dare, would, should, could, might, must, ought (to)</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Ability</strong>: I can run.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Necessity</strong>: I must run.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Obligation</strong>: I ought to run.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Permission</strong>: I may run.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">To Do</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">This verb is used when the main verb of the sentence requires aid of an auxiliary, but there is no other helping verb that will fit. It is often used in questions, negative or emphatic statements:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Does he drive?</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He drives, doesn\'t he?</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Despite his flat tire he does drive.</li>\r\n</ul></span></span> ',0,1293695809,1293695809,''),(241,30,12,1,'Perfect and Progressive Verb Forms','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Perfect Form</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The perfect form is the verb tense used to indicate a completed, or "perfected," action or condition. Verbs can appear in any one of three perfect tenses: present perfect, past perfect, and future perfect.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Verbs in the perfect form use a form of "have" or "had" + the past participle. (It is the form of the helping verb that indicates the tense.)</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Present Perfect</strong>: I have finished my homework already.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Past Perfect</strong>: He had watched TV for an hour before dinner.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Future Perfect</strong>: Nancy will have finished by the time her parents return.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Progressive Form</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The progressive form is a verb tense used to show an ongoing action in progress at some point in time. It shows an action still in progress. Verbs can appear in any one of three progressive tenses: present progressive, past progressive, and future progressive.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The verbs in the progressive form use a form of "to be" + the present participle (an -ing verb). (It is the form of the helping verb that indicates the tense.)</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Present Progressive</strong>: The cake is baking slowly.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Past Progressive</strong>: The trees were waving back and forth.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Future Progressive</strong>: The children will be laughing.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Perfect + Progressive</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The perfect and progressive forms can be combined, as in the following examples (again, the form of the helping verbs indicates the tense):</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Present Perfect Progressive</strong>: I have been running for an hour.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Past Perfect Progressive</strong>: I had been running for an hour.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Future Perfect Progressive</strong>: I will have been running for an hour.</li>\r\n</ul></span></span> ',0,1293695821,1293695821,''),(242,30,13,1,'Regular and Irregular Verbs','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Verbs are subdivided into two groups,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">regular verbs</strong><span class=\"Apple-converted-space\"> </span>and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">irregular verbs</strong>, on the basis of how their past tense and past participles are formed. See below for tips on how to distinguish between them.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Regular Verbs</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Most verbs are regular verbs. Regular verbs are those whose past tense and past participles are formed by adding a -d or an -ed to the end of the verb.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">"To roll" is a good example of a regular verb:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">roll, rolled, rolled</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Sometimes the last consonant must be doubled before adding the -ed ending. For example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">plan, planned, planned</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Irregular Verbs</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">There is no formula to predict how an irregular verb will form its past-tense and past-participle forms. There are over 250 irregular verbs in English. Although they do not follow a formula, there are some fairly common irregular forms. Some of these forms are:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">break, broke, broken</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">cut, cut, cut</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">run, ran, run</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">meet, met, met</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">come, came, come</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">repay, repaid, repaid</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">swim, swam, swum</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">be was/were been</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Distinguishing Regular and Irregular Verbs</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Dictionaries are perhaps the most valuable tool one can use in distinguishing between regular and irregular verbs. If only one form of the verb is listed, the verb is regular. If the verb is irregular, the dictionary will list the principal parts of the other forms.</p></span></span> ',0,1293695834,1293695834,''),(243,30,14,1,'Verb Mood','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Verbs may be in one of three moods:<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">indicative</strong>,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">imperative</strong>, or<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">subjunctive</strong>. The indicative mood is used to make factual statements. The imperative mood makes a request or a command. The subjunctive mood can express a doubt or a wish using clauses beginning with "if" or "that"; it can also express a request, demand, or proposal in a clause beginning with "that."</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Indicative Mood</h3>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Present indicative</strong>: Jerry Seinfeld laughs on television.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Past indicative</strong>: Jerry laughed on television.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Future indicative</strong>: Jerry will laugh on television tomorrow.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Imperative Mood</h3>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Notice how much sharper the picture appears.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Call her tomorrow.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Take a seat!<span class=\"Apple-converted-space\"> </span><br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Subjunctive Mood</h3>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He talks about grammar as if he were an expert. (Expresses doubt or an idea contrary to fact.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I wish that I were a fast runner. (Expresses a wish.)<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Present Subjunctive</h3>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The professor requests that the paper be turned in on time. (Expresses a request.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The rules require that each contestant submit an entry form. (Expresses a demand.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I suggest that the heat be reduced. (Illustrates a proposal.)<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Auxiliary Verbs</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Auxiliary verbs "could," "would," and "should" might also express the subjunctive mood, especially when one expresses a condition contrary to fact.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<table cellspacing=\"0\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\" summary=\"A chart of examples of past subjunctive and condition contrary to fact.\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Past subjunctive\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Condition contrary to fact\r\n </th>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">If the forecaster were correct, I would be prepared.<br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">If the forecaster could be correct, I would be prepared.\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">If the company were to fly her, she would interview.<span class=\"Apple-converted-space\"> </span><br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">If the company would fly her, she would interview.\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">If Joe were to marry Ann, he would be happy.<br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">If Joe should marry Ann, he would be happy.\r\n </td>\r\n </tr></tbody>\r\n</table>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Verbs that are often followed by "that" clauses with subjunctive verbs: announce, ask, as if, as though, demand, determine, indicate, insist, move, order, prefer, propose, recommend, request, require, and suggest.</p></span></span> ',0,1293695851,1293695851,''),(268,30,24,1,'Simple Adverb','\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Simple Adverb</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A simple adverb is used as a simple modifier telling manner, time, place, degree, or number.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Eric jumped yesterday.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The table belongs there.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He seemed extremely edgy.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">She came to the party first.</li>\r\n</ul> ',0,1294059418,1294059418,''),(245,30,15,0,'Adjectives',' <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adjectives are words that are used to modify a noun.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">green grass (the adjective "green" describes the noun "grass")</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">There are three kinds of adjectives known as the positive, comparative, and superlative forms, as in green, greener, greenest.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adjectives can be grouped into seven categories: nouns as adjectives, adjectives that modify an object, numbers as adjectives, pronouns and articles as adjectives, multiple adjectives, compound adjectives, adjectives used as nouns.</p><br /><br /><br /><br /><br /><br /><br /></span></span>',0,1293695904,1293695904,''),(246,30,23,0,'Adverbs',' <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">An adverb is a word or group of words that modify verbs, adjectives, or other adverbs. They come in three different classes:<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">simple</strong>,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">interrogative</strong>, and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">conjunctive</strong>. Also see below for some common mistakes with adverbs.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Simple Adverb</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A simple adverb is used as a simple modifier telling manner, time, place, degree, or number.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Eric jumped yesterday.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The table belongs there.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He seemed extremely edgy.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">She came to the party first.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Interrogative Adverb</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">An interrogative adverb asks a question.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Where have you been?<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Conjunctive Adverb</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A conjunctive adverb connects independent clauses. Some common conjunctive adverbs are "accordingly," "also," "anyhow," "besides," "consequently," "however," "moreover," "nevertheless," "otherwise," "still," "then," "therefore," and "yet." Use a semicolon before the conjunctive adverb to join the two clauses.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Michael did not do his homework; however, he still received good grades.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Common Mistakes</h3>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Most</strong><span class=\"Apple-converted-space\"> </span>is an adjective, but<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">almost</strong><span class=\"Apple-converted-space\"> </span>is an adverb</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Easy</strong><span class=\"Apple-converted-space\"> </span>is an adjective, but<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">easily</strong><span class=\"Apple-converted-space\"> </span>is an adverb</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Good</strong><span class=\"Apple-converted-space\"> </span>is an adjective, but<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">well</strong><span class=\"Apple-converted-space\"> </span>is an adverb</li>\r\n</ul></span></span> ',0,1293695918,1293695918,''),(247,30,27,1,' Comparatives and Superlatives','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Comparative and Superlative</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Comparative</strong>: the second or middle degree of comparison in adjectives or adverbs</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Superlative</strong>: the third or highest degree of comparison in adjectives or adverbs</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The comparative and superlative degrees are formed by adding the -er and -est suffix to adjectives and adverbs with a single consonant for an ending.</p>\r\n<table cellspacing=\"0\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\" summary=\"Chart 1 of superlatives and comparatives.\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Word\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Comparative\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Superlative\r\n </th>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">big\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">bigger\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">biggest\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">soon\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">sooner\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">soonest\r\n </td>\r\n </tr></tbody>\r\n</table>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adjectives and adverbs ending in -y drop the -y and add an -ier in the comparative degree and an -iest in the superlative degree:</p>\r\n<table cellspacing=\"0\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\" summary=\"Chart 2 of superlatives and comparatives.\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Word\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Comparative\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Superlative\r\n </th>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">dry\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">drier\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">driest\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">early\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">earlier\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">earliest\r\n </td>\r\n </tr></tbody>\r\n</table>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adjectives and adverbs ending in the silent or mute -e drop the ending -e and add the -er for the comparative and the -est for the superlative:</p>\r\n<table cellspacing=\"0\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\" summary=\"Chart 3 of superlatives and comparatives.\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Word\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Comparative\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Superlative\r\n </th>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">pale\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">paler\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">palest\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">free\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">freer\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">freest\r\n </td>\r\n </tr></tbody>\r\n</table>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Degrees of comparison can also be distinguished with the use of "more" and "most": more clever; most clever.<br /></p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Irregular Adjectives</h3>\r\n<table cellspacing=\"0\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\" summary=\"Chart 4 of superlatives and comparatives.\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Word\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Comparative\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Superlative\r\n </th>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">good\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">better\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">best\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">bad\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">worse\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">worst\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">much\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">more\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">most\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">little\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">less\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">least\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">far\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">farther<br />farthest\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">further<br />furthest\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">old\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">older<br />elder\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">oldest<br />eldest\r\n </td>\r\n </tr></tbody>\r\n</table>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Irregular Adverbs</h3>\r\n<table cellspacing=\"0\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\" summary=\"Chart 5 of superlatives and comparatives.\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Word\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Comparative\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Superlative\r\n </th>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">badly\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">worse\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">worst\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">much\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">more\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">most\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">little\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">less\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">least\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">far\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">farther<br />farthest\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">further<br />furthest\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">much\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">more\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">most\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">well\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">better\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">best\r\n </td>\r\n </tr></tbody>\r\n</table></span></span> ',0,1293695935,1293695935,''),(248,30,28,0,'Conjunctions','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; line-height: 24px; text-align: left;\" class=\"Apple-style-span\">\r\n<p>You can spend your life writing or speaking short sentences, but (and that\'s a conjunction) if you want your English to flow a bit more naturally you need to learn how to join sentences together and (another conjunction) you need some linking words to do this.</p>\r\n<p>Basically a Conjunction connects two words, sentences or clauses together:</p>\r\n<blockquote>\r\n <h5 style=\"font-size: 14px;\">although, and, because, but, if, or, so, unless, when, while ...</h5></blockquote>\r\n<p style=\"font-weight: bold;\"><font size=\"2\">There are two types of conjunction: <br /></font></p>\r\n<p>Coordinating conjunctions and Subordinating conjunctions.</p>\r\n<p>You can also use conjunctions in pairs, these are called Correlatives.</p></span></span> ',0,1293695958,1293695958,''),(252,30,36,0,'Prepositions','<font size=\"2\"><font size=\"4\" style=\"color: rgb(16, 105, 163);\">A Preposition: </font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font>\r\n<ol style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">\r\n <li><font size=\"2\">is a word that connects a<span class=\"Apple-converted-space\"> </span>noun,<span class=\"Apple-converted-space\"> </span>pronoun, or<span class=\"Apple-converted-space\"> </span>phrase<span class=\"Apple-converted-space\"> </span>to other words in a<span class=\"Apple-converted-space\"> </span>sentence</font></li>\r\n <li><font size=\"2\">is a word that can indicate direction, location, or time</font></li>\r\n <li><font size=\"2\">is either a:</font></li>\r\n <li><font size=\"2\">simple preposition consisting of one word</font></li>\r\n <li><font size=\"2\">compound preposition consisting of two words</font></li>\r\n <li><font size=\"2\">compound preposition consisting of three words</font></li>\r\n <li><font size=\"2\">usually comes before a<span class=\"Apple-converted-space\"> </span>noun</font></li>\r\n <li><font size=\"2\">usually not placed at the end of a<span class=\"Apple-converted-space\"> </span>sentence<span class=\"Apple-converted-space\"> </span>unless part of a<span class=\"Apple-converted-space\"> </span>phrasal verb</font></li>\r\n <li><font size=\"2\">The word or<span class=\"Apple-converted-space\"> </span>phrase<span class=\"Apple-converted-space\"> </span>that the preposition introduces is called the<span class=\"Apple-converted-space\"> </span>object<span class=\"Apple-converted-space\"> </span>of the preposition.</font></li>\r\n</ol><font size=\"2\"><font size=\"4\" style=\"color: rgb(16, 105, 163);\">Examples:<br /></font></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\">\r\n<ul>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">The following words are <span style=\"font-weight: bold;\">simple prepositions</span> consisting of one word</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\">aboard, about, above, absent, across, after, against, along, alongside, amid, amidst, among, amongst, around, as, aslant, astride, at, athwart, atop, barring, before, behind, below, beneath, beside, besides, between, beyond, but, by, despite, down, during, except, failing, following, for, from, in, inside, into, like, mid, minus, near, next, notwithstanding, of, off, on, onto, opposite, out, outside, over, past, per, plus, regarding, round, save, since, than, through, throughout, till, times, to, toward, towards, under, underneath, unlike, until, up, upon, via, with, within, without</li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">The following words are <span style=\"font-weight: bold;\">compound prepositions</span> consisting <span style=\"font-weight: bold;\">of two words</span></li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><span>according to, ahead of, along with, as for, as per, as to, aside from, because of, close to, due to, except for, far from, inside of, instead of, near to, next to, out of, outside of, owing to, prior to, pursuant to, regardless of, subsequent to</span></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">The following words are <span style=\"font-weight: bold;\">compound prepositions</span> consisting of <span style=\"font-weight: bold;\">three words</span></li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\">as far as, as well as, by means of, in accordance with, in addition to, in case of, in front of, in lieu of, in place of, in spite of, on account of, on behalf of, on top of</li>\r\n</ul></span></span></font><br />',0,1293696034,1293696034,''),(253,30,40,0,'Interjections',' <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Interjections are words or expressions which are inserted into a sentence to convey surprise, strong emotion, or to gain attention. Interjections are usually placed at the beginning of a sentence. They have no grammatical connection to the sentence in which they occur; therefore, interjections may stand alone. In addition, if an interjection is mild, it is followed by a comma. If it is strong, it is followed by an exclamation point. In no instance should an interjection with a comma or exclamation point be followed by a period or comma respectively.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples include words like:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Oh, Darn, Hey, and Well.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The following are two examples of the proper usage of interjections in sentences:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Well, I suppose I should stay home and study this weekend.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Darn! I broke my fingernail.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Oh no! I forgot that the exam was today.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Hey! put that down.</li>\r\n</ul></span></span> ',0,1293696052,1293696052,''),(331,40,2,1,'Simple Adverb','<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Simple Adverb</h3> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A simple adverb is used as a simple modifier telling manner, time, place, degree, or number.</p> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p> \r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\"> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Eric jumped yesterday.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The table belongs there.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He seemed extremely edgy.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">She came to the party first.</li> \r\n</ul> ',0,1295459558,1295459558,''),(332,40,3,1,'Interrogative Adverb','<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Interrogative Adverb</h3> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">An interrogative adverb asks a question.</p> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p> \r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\"> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Where have you been?</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">How are you doing now a days?</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Whats the matter?</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">When will you reach there?</li> \r\n</ul> ',0,1295459594,1295459594,''),(333,40,4,1,'Conjunctive Adverbs','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Conjunctive Adverb<br /></h3></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><br /></font></span></span>\r\n<ul>\r\n <li><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">shows the relationship between, and join together, two<span class=\"Apple-converted-space\"> </span>sentences<span class=\"Apple-converted-space\"> </span>or clauses.</font></span></span></li>\r\n <li><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">shows cause and effect, sequence, contrast, comparison, or other relationships.</font></span></span></li>\r\n</ul> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\"></span></span>\r\n<ul> \r\n</ul><span style=\"color: rgb(16, 105, 163); font-weight: bold;\">Example:</span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\">\r\n <ul>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\"><font size=\"2\">Use a<span class=\"Apple-converted-space\"> </span>semicolon<span class=\"Apple-converted-space\"> </span>to join two<span class=\"Apple-converted-space\"> </span>independent clauses</font></li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><font size=\"2\">I want to sleep;<span class=\"Apple-converted-space\"> </span><strong>however</strong>, I need to study.</font></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\"><font size=\"2\">Use a<span class=\"Apple-converted-space\"> </span><span class=\"style1\">comma</span><span class=\"Apple-converted-space\"> </span>following the conjunctive adverb when it appears at the beginning of the second<span class=\"Apple-converted-space\"> </span>clause</font></li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><font size=\"2\">The exam was very difficult;<span class=\"Apple-converted-space\"> </span><strong>consequently</strong>, the students received only average grades.</font></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\"><font size=\"2\">A conjunctive adverb used at the beginning of a<span class=\"Apple-converted-space\"> </span>sentence<span class=\"Apple-converted-space\"> </span>uses a<span class=\"Apple-converted-space\"> </span><span class=\"style1\">comma</span><span class=\"Apple-converted-space\"> </span>to set it off, with a<span class=\"Apple-converted-space\"> </span><span class=\"style1\">period</span><span class=\"Apple-converted-space\"> </span>taking the place of a<span class=\"Apple-converted-space\"> </span>semicolon</font></li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><font size=\"2\">The date was over.<span class=\"Apple-converted-space\"> </span><strong>Therefore</strong>, I went home.</font></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\"><font size=\"2\">A conjunctive adverb placed within a<span class=\"Apple-converted-space\"> </span>clause<span class=\"Apple-converted-space\"> </span>uses<span class=\"Apple-converted-space\"> </span><span class=\"style1\">commas</span><span class=\"Apple-converted-space\"> </span>to set it off</font></li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><font size=\"2\">The date is over. I will,<span class=\"Apple-converted-space\"> </span><strong>therefore</strong>, go home.</font></li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: arial; font-size: 12px; text-align: left;\" class=\"Apple-style-span\">Brent enjoys video games;<span class=\"Apple-converted-space\"> </span><strong>thus</strong>, he is in good company.</span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: arial; font-size: 12px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><font size=\"2\">He went to the store;<span class=\"Apple-converted-space\"> </span><strong>however</strong>, he did not buy anything.</font></li>\r\n </ul><font size=\"3\" style=\"color: rgb(16, 105, 163);\">The Following are Conjunctive adverbs:</font></span></span><br /></p></span></span><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: arial; font-size: 12px; text-align: left;\" class=\"Apple-style-span\"></span></span>accordingly, also, anyhow, anyway, again, besides, certainly, consequently, contrarily, finally, further, furthermore, elsewhere, hence, henceforth, however, in contrast, incidentally, indeed, instead, likewise, meanwhile, moreover, namely, nevertheless, next, nonetheless, now, otherwise, similarly, so*, subsequently, still, that is, then, thereafter, therefore, thus, undoubtedly.</font> ',0,1295459636,1295459636,''),(262,30,17,1,'Adjectives that modify an object','<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Adjectives that modify an object</h3> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adjectives such as "like" and "worth" may be used to modify objects.</p> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p> \r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\"> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Stale bread tastes like Styrofoam.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Your textbook is worth one dollar.</li> \r\n</ul> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Sometimes prepositions like "of" and "with" are used to form adjectives.</p> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p> \r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\"> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">She is fearful of dogs.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Sometimes parents can be impatient with you.</li> \r\n</ul> ',0,1294054126,1294054126,''),(263,30,18,1,'Numbers as adjectives','<span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Numbers as adjectives</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Any words related to number are considered adjectives, including "two," "twenty," "few," "many," "dozen," "third," and so on.</p></span> ',0,1294054161,1294054161,''),(264,30,19,1,'Pronouns and articles as adjectives','<span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Pronouns and articles as adjectives</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Pronouns such as "this," "that," and "those" used to modify a noun are called demonstrative adjectives.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Possessive pronouns such as "my," "your," and "his" used to modify a noun are called possessive adjectives.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Articles such as "a," "an," and "the" are also adjectives.</p></span> ',0,1294054195,1294054195,''),(260,30,7,1,'Generic Nouns/Antecedent Agreement',' <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Generic Nouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Generic nouns represent a typical member or any member of a group, such as a typical student or any lawyer.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Every student must pull all-nighters regularly if he or she wants to excel.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">To correct a mistakenly plural pronoun referring to a singular general noun, you can do one of the three things mentioned above.<br /></p>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Suggestions for Working with Generic Nouns</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Treat collective nouns as singular unless the meaning is clearly plural. Collective nouns include such words as: jury, committee, crowd, family, audience, couple, troop, team, class.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Ordinarily the group functions as a unit, so the noun should be considered singular; however, if the members of the group function as individuals, the noun should be treated as plural.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Example: The O.J. Simpson jury has reached its decision.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Compare: The Illini crowd clapped their hands.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Compound antecedents connected by "and" should be treated as plural.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Jack and Jill climbed up a hill and fetched their pail of water.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">When compound antecedents are connected by "or" or "nor" (or by "either...or" or "neither...nor"), make the pronoun agree with the nearer antecedent.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Either Desi or Lucy should be fired from her job.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Neither the engineering student nor the biology majors could remember their schedules.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Correcting Agreement Problems</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">To correct a mistakenly plural pronoun referring to a singular indefinite pronoun or generic noun, you can do one of three things:</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Replace the plural pronoun with he or she or [his or her.]</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">When someone has been drinking, he or she is probably acting dumb.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Make the antecedent plural.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">When frat boys have been drinking, they are probably acting dumb.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Rewrite the sentence so that no problem of agreement exists.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">A frat boy who has been drinking is probably acting dumb.</li>\r\n</ul></span></span> ',0,1293986388,1293986388,''),(269,30,25,1,'Interrogative Adverb','\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Interrogative Adverb</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">An interrogative adverb asks a question.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Where have you been?</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">How are you doing now a days?</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Whats the matter?</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">When will you reach there?<br /></li>\r\n</ul> ',0,1294059732,1294059732,''),(270,30,26,1,'Conjunctive Adverbs',' <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Conjunctive Adverb<br /></h3></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 12px; text-align: left;\"><font size=\"2\"><br /></font></span></span>\r\n<ul>\r\n <li><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 12px; text-align: left;\"><font size=\"2\">shows the relationship between, and join together, two<span class=\"Apple-converted-space\"> </span>sentences<span class=\"Apple-converted-space\"> </span>or clauses.</font></span></span></li>\r\n <li><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 12px; text-align: left;\"><font size=\"2\">shows cause and effect, sequence, contrast, comparison, or other relationships.</font></span></span></li>\r\n</ul> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\"></span></span>\r\n<ul> \r\n</ul><span style=\"color: rgb(16, 105, 163); font-weight: bold;\">Example:</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 12px; text-align: left;\">\r\n <ul>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\"><font size=\"2\">Use a<span class=\"Apple-converted-space\"> </span>semicolon<span class=\"Apple-converted-space\"> </span>to join two<span class=\"Apple-converted-space\"> </span>independent clauses</font></li>\r\n <li class=\"margin2\" style=\"margin: 8px 16px; list-style-type: circle;\"><font size=\"2\">I want to sleep;<span class=\"Apple-converted-space\"> </span><strong>however</strong>, I need to study.</font></li>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\"><font size=\"2\">Use a<span class=\"Apple-converted-space\"> </span><span class=\"style1\">comma</span><span class=\"Apple-converted-space\"> </span>following the conjunctive adverb when it appears at the beginning of the second<span class=\"Apple-converted-space\"> </span>clause</font></li>\r\n <li class=\"margin2\" style=\"margin: 8px 16px; list-style-type: circle;\"><font size=\"2\">The exam was very difficult;<span class=\"Apple-converted-space\"> </span><strong>consequently</strong>, the students received only average grades.</font></li>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\"><font size=\"2\">A conjunctive adverb used at the beginning of a<span class=\"Apple-converted-space\"> </span>sentence<span class=\"Apple-converted-space\"> </span>uses a<span class=\"Apple-converted-space\"> </span><span class=\"style1\">comma</span><span class=\"Apple-converted-space\"> </span>to set it off, with a<span class=\"Apple-converted-space\"> </span><span class=\"style1\">period</span><span class=\"Apple-converted-space\"> </span>taking the place of a<span class=\"Apple-converted-space\"> </span>semicolon</font></li>\r\n <li class=\"margin2\" style=\"margin: 8px 16px; list-style-type: circle;\"><font size=\"2\">The date was over.<span class=\"Apple-converted-space\"> </span><strong>Therefore</strong>, I went home.</font></li>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\"><font size=\"2\">A conjunctive adverb placed within a<span class=\"Apple-converted-space\"> </span>clause<span class=\"Apple-converted-space\"> </span>uses<span class=\"Apple-converted-space\"> </span><span class=\"style1\">commas</span><span class=\"Apple-converted-space\"> </span>to set it off</font></li>\r\n <li class=\"margin2\" style=\"margin: 8px 16px; list-style-type: circle;\"><font size=\"2\">The date is over. I will,<span class=\"Apple-converted-space\"> </span><strong>therefore</strong>, go home.</font></li>\r\n <li class=\"margin2\" style=\"margin: 8px 16px; list-style-type: circle;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: arial; font-size: 12px; text-align: left;\">Brent enjoys video games;<span class=\"Apple-converted-space\"> </span><strong>thus</strong>, he is in good company.</span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: arial; font-size: 12px; text-align: left;\"></span></span></font></li>\r\n <li class=\"margin2\" style=\"margin: 8px 16px; list-style-type: circle;\"><font size=\"2\">He went to the store;<span class=\"Apple-converted-space\"> </span><strong>however</strong>, he did not buy anything.</font></li>\r\n </ul><font size=\"3\" style=\"color: rgb(16, 105, 163);\">The Following are Conjunctive adverbs:</font></span></span><br /></p></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: arial; font-size: 12px; text-align: left;\"></span></span>accordingly, also, anyhow, anyway, again, besides, certainly, consequently, contrarily, finally, further, furthermore, elsewhere, hence, henceforth, however, in contrast, incidentally, indeed, instead, likewise, meanwhile, moreover, namely, nevertheless, next, nonetheless, now, otherwise, similarly, so*, subsequently, still, that is, then, thereafter, therefore, thus, undoubtedly.</font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\"> </span></span> ',0,1294060380,1294060380,''),(330,40,1,0,'Adverbs','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">An adverb is a word or group of words that modify verbs, adjectives, or other adverbs. They come in three different classes:<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">simple</strong>,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">interrogative</strong>, and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">conjunctive</strong>. Also see below for some common mistakes with adverbs.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Simple Adverb</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A simple adverb is used as a simple modifier telling manner, time, place, degree, or number.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Eric jumped yesterday.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The table belongs there.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He seemed extremely edgy.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">She came to the party first.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Interrogative Adverb</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">An interrogative adverb asks a question.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Where have you been?<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Conjunctive Adverb</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A conjunctive adverb connects independent clauses. Some common conjunctive adverbs are "accordingly," "also," "anyhow," "besides," "consequently," "however," "moreover," "nevertheless," "otherwise," "still," "then," "therefore," and "yet." Use a semicolon before the conjunctive adverb to join the two clauses.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Michael did not do his homework; however, he still received good grades.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Common Mistakes</h3>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Most</strong><span class=\"Apple-converted-space\"> </span>is an adjective, but<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">almost</strong><span class=\"Apple-converted-space\"> </span>is an adverb</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Easy</strong><span class=\"Apple-converted-space\"> </span>is an adjective, but<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">easily</strong><span class=\"Apple-converted-space\"> </span>is an adverb</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Good</strong><span class=\"Apple-converted-space\"> </span>is an adjective, but<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">well</strong><span class=\"Apple-converted-space\"> </span>is an adverb</li>\r\n</ul></span></span> ',0,1295459384,1295459384,''),(279,30,38,1,'Location/Place Preposition','<font size=\"3\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">A location preposition is a word used to show a specific place.<br /><br style=\"color: rgb(16, 105, 163);\" /></font></span></span></font><font size=\"2\"><span style=\"color: rgb(16, 105, 163);\">Few examples:</span><br /></font>\r\n<ol>\r\n <li><font size=\"2\">They are waiting<span class=\"Apple-converted-space\"> </span><strong>at</strong><span class=\"Apple-converted-space\"> </span>the restaurant.</font></li>\r\n <li><font size=\"2\">The car was parked<span class=\"Apple-converted-space\"> </span><strong>on</strong><span class=\"Apple-converted-space\"> </span>the street.</font></li>\r\n <li><font size=\"2\">She sat<span class=\"Apple-converted-space\"> </span><strong>in</strong><span class=\"Apple-converted-space\"> </span>the train.</font></li>\r\n <li><font size=\"2\">They were<span class=\"Apple-converted-space\"> </span><strong>among</strong><span class=\"Apple-converted-space\"> </span>friends.</font></li>\r\n <li><font size=\"2\">The book is<span class=\"Apple-converted-space\"> </span><strong>behind</strong><span class=\"Apple-converted-space\"> </span>the shelves.</font></li>\r\n <li><font size=\"2\">The paper is<span class=\"Apple-converted-space\"> </span><strong>between</strong><span class=\"Apple-converted-space\"> </span>the books.</font></li>\r\n <li><font size=\"2\">Your shoes are<span class=\"Apple-converted-space\"> </span><strong>in front of</strong><span class=\"Apple-converted-space\"> </span>the door.</font></li>\r\n <li><font size=\"2\">Her pants were<span class=\"Apple-converted-space\"> </span><strong>next to</strong><span class=\"Apple-converted-space\"> </span>the bed.</font></li>\r\n <li><font size=\"2\">The table is<span class=\"Apple-converted-space\"> </span><strong>beside</strong><span class=\"Apple-converted-space\"> </span>the dresser.</font></li>\r\n <li><font size=\"2\">The picture was hanging<span class=\"Apple-converted-space\"> </span><strong>over</strong><span class=\"Apple-converted-space\"> </span>the window.</font></li>\r\n <li><font size=\"2\">The cow was sitting<span class=\"Apple-converted-space\"> </span><strong>under</strong><span class=\"Apple-converted-space\"> </span>the tree.</font></li>\r\n <li><font size=\"2\">The birds flew high<span class=\"Apple-converted-space\"> </span><strong>above</strong><span class=\"Apple-converted-space\"> </span>the mountain top.</font></li>\r\n <li><font size=\"2\">You can see the birds sitting slightly<span class=\"Apple-converted-space\"> </span><strong>below</strong><span class=\"Apple-converted-space\"> </span>the mountain top.<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></li>\r\n</ol> ',0,1294157669,1294157669,''),(280,30,39,1,'Time Preposition','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: arial; font-size: 12px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">A time preposition is a word used to show a point in time or a length of time.<br /><br style=\"color: rgb(16, 105, 163);\" /><span style=\"color: rgb(16, 105, 163);\">Few examples:</span><br /></span></font></span></span>\r\n<ol>\r\n <li><font size=\"2\">She is going to work<span class=\"Apple-converted-space\"> </span><strong>at</strong><span class=\"Apple-converted-space\"> </span>night.</font></li>\r\n <li><font size=\"2\">The meeting is<span class=\"Apple-converted-space\"> </span><strong>on</strong><span class=\"Apple-converted-space\"> </span>Monday.</font></li>\r\n <li><font size=\"2\">The team will arrive<span class=\"Apple-converted-space\"> </span><strong>in</strong><span class=\"Apple-converted-space\"> </span>Summer.</font></li>\r\n <li><font size=\"2\">We have not seen them<span class=\"Apple-converted-space\"> </span><strong>since</strong><span class=\"Apple-converted-space\"> </span>last week.</font></li>\r\n <li><font size=\"2\">We cannot meet<span class=\"Apple-converted-space\"> </span><strong>until</strong><span class=\"Apple-converted-space\"> </span>next Sunday.</font></li>\r\n <li><font size=\"2\">He kept talking<span class=\"Apple-converted-space\"> </span><strong>during</strong><span class=\"Apple-converted-space\"> </span>class.</font></li>\r\n <li><font size=\"2\">It rained<span class=\"Apple-converted-space\"> </span><strong>throughout</strong><span class=\"Apple-converted-space\"> </span>January.<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: arial; font-size: 12px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></li>\r\n</ol> ',0,1294160117,1294160117,''),(294,36,2,0,'The Goals of an Essay Writer','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">To become a good writer, it is important to have goals. This is especially true for those who are writing essays, since this can be a challenging format to write in. There are certain things you will need to do in order to become a better writer.</span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">In this article, I will go over these things, and I will also show you some goals that you will want to set in order to excel at writing essays. Your first goal should be to write each day. The more you practice, the better you\'ll become.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> </span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">It isn\'t necessary for you to spend hours writing each day. Most of us don\'t have time for that. However, taking 15 minutes to write each day can greatly improve your skills. You may even want to create a schedule so that you\'re able to write at specific times each day. You could write before you go to bed, or as soon as you wake up. You will want to write at a time which makes you feel comfortable. The purpose of doing this is too making writing become a habit. While virtually everyone has bad habits, there are some good habits we can develop as well. As you continue to write every day, you will find that your skills will greatly improve.</span></span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"></p>',0,1295386016,1295386016,''),(282,35,2,0,'Why Group Discussion...???','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"margin: 0cm 0cm 18.45pt; line-height: 13.6pt;\"><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">1) Software tester or a corporate person requires communication with different people like team members, managers and customers. So interpersonal skills are very important for everyone.</span></p>\r\n<p style=\"margin: 0cm 0cm 18.45pt; line-height: 13.6pt;\"><span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">One real time example:-</span></span></p>\r\n<p style=\"margin: 0cm 0cm 18.45pt; line-height: 13.6pt;\"><span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">2) Yesterday one of our readers mailed me about her problem. She is very good at work but when it comes to taking credit for her work, someone else is taking the credit.</span></span></p>\r\n<p style=\"margin: 0cm 0cm 18.45pt; line-height: 13.6pt;\"><span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">Why this is happening...???<br /> <br /> She is lagging in interpersonal skills. Lagging in communication. She might be proficient in many skills, but what if she isn’t able to communicate her thoughts in front of her seniors or evaluators? Simply, she will lose the credits of her own work!</span></span></p> ',0,1294667608,1294667608,''),(271,30,32,0,'Articles',' <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\">\r\n<p>First the good news:There are only three articles in English:<span class=\"Apple-converted-space\"> </span><i><b>a, an<span class=\"Apple-converted-space\"> </span></b></i>and<span class=\"Apple-converted-space\"> </span><i><b>the</b></i>.</p>\r\n<p>There are two<span class=\"Apple-converted-space\"> </span><i>types</i><span class=\"Apple-converted-space\"> </span>of articles<span class=\"Apple-converted-space\"> </span><i><b>indefinite \'a</b>\'<span class=\"Apple-converted-space\"> </span></i>and \'<strong><em>a</em></strong><i><b>n\'</b></i><span class=\"Apple-converted-space\"> </span>or<span class=\"Apple-converted-space\"> </span><i><b>definite \'the\'</b>.</i><span class=\"Apple-converted-space\"> </span>You also need to know when not to use an article.</p>\r\n<p>The bad news is that their proper use is complex, especially when you get into the advanced use of English. Quite often you have to work it out by what<span class=\"Apple-converted-space\"> </span><em>sounds</em><span class=\"Apple-converted-space\"> </span>right, which can be frustrating for a learner.</p></span></span> ',0,1294083861,1294083861,''),(272,30,33,1,'Indefinite articles','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(16, 105, 163);\" class=\"MsoNormal\"><b><span style=\"font-size: 15pt;\">Indefinite articles - a and an</span></b><a name=\"AAn\"></a><b><span style=\"font-size: 15pt;\"> </span></b><b><span style=\"font-size: 15pt;\">(</span></b><span style=\"font-size: 15pt;\">determiners</span><b><span style=\"font-size: 15pt;\">)</span></b></p>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><b><span style=\"font-size: 9.5pt; color: black;\">A</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">and</span><span style=\"font-size: 9.5pt; color: black;\"> <b>an</b> </span><span style=\"font-size: 9.5pt; color: black;\">are the indefinite articles. They refer to something not specifically known to the person you are communicating with.</span></p>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><b><span style=\"font-size: 9.5pt; color: black;\">A</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">and</span><span style=\"font-size: 9.5pt; color: black;\"> <b>an</b> </span><span style=\"font-size: 9.5pt; color: black;\">are used before nouns that introduce something or someone you have not mentioned before:-</span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormalTable\"> <tbody>\r\n <tr>\r\n <td width=\"10%\" style=\"width: 10%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><i><span style=\"font-size: 9.5pt; color: black;\">For example</span></i><span style=\"font-size: 9.5pt; color: black;\">:</span></p>\r\n </td>\r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\">\r\n <p style=\"margin-bottom: 0.0001pt; line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">"I saw</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><i><span style=\"font-size: 9.5pt; color: black;\">an</span></i></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">elephant this morning."</span><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\"><br /> "I ate</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><i><span style=\"font-size: 9.5pt; color: black;\">a</span></i></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">banana for lunch."</span></p>\r\n </td>\r\n </tr></tbody>\r\n</table>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><b><span style=\"font-size: 9.5pt; color: black;\">A</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">and</span><span style=\"font-size: 9.5pt; color: black;\"> <b>an</b> </span><span style=\"font-size: 9.5pt; color: black;\">are also used when talking about your profession:-</span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormalTable\"> <tbody>\r\n <tr>\r\n <td width=\"10%\" style=\"width: 10%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><i><span style=\"font-size: 9.5pt; color: black;\">For example</span></i><span style=\"font-size: 9.5pt; color: black;\">:</span></p>\r\n </td>\r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\">\r\n <p style=\"margin-bottom: 0.0001pt; line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">"I am</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><i><span style=\"font-size: 9.5pt; color: black;\">an</span></i></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">English teacher."</span><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\"><br /> "I am</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><i><span style=\"font-size: 9.5pt; color: black;\">a</span></i></b><b><i><span style=\"font-size: 9.5pt; color: black;\"> </span></i></b><span style=\"font-size: 9.5pt; color: black;\">builder."</span></p>\r\n </td>\r\n </tr> </tbody>\r\n</table>\r\n<p style=\"margin-bottom: 0.0001pt; line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black; display: none;\"> </span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormalTable\"> <tbody>\r\n <tr>\r\n <td width=\"10%\" style=\"width: 10%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><b><i><span style=\"font-size: 13.5pt; color: rgb(0, 0, 102);\">Note!</span></i></b><b><span style=\"font-size: 13.5pt; color: rgb(0, 0, 102);\"></span></b></p>\r\n </td>\r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">You use</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><i><span style=\"font-size: 9.5pt; color: black;\">a</span></i></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">when the noun you are referring to begins with a consonant (b, c, d, f, g, h, j, k, l, m, n, p, q, r, s, t, v, w, x, y or z), for example, "<b>a</b></span><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">city", "<b>a</b></span><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">factory", and "a hotel".</span></p>\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">You use</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><i><span style=\"font-size: 9.5pt; color: black;\">an</span></i></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">when the noun you are referring to begins with a vowel (a, e, i, o, u)</span></p>\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">Pronunciation changes this rule. It\'s the sound that matters, not the spelling.</span><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\"><br /> <br /> If the next word begins with a</span><span style=\"font-size: 9.5pt; color: black;\"> </span><i><span style=\"font-size: 9.5pt; color: black;\">consonant</span></i><span style=\"font-size: 9.5pt; color: black;\"> </span><i><span style=\"font-size: 9.5pt; color: black;\">sound</span></i><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">when we say it, for example, "university" then we use</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">a</span></b><span style=\"font-size: 9.5pt; color: black;\">. If the next word begins with a</span><span style=\"font-size: 9.5pt; color: black;\"> </span><i><span style=\"font-size: 9.5pt; color: black;\">vowel sound</span></i><i><span style=\"font-size: 9.5pt; color: black;\"> </span></i><span style=\"font-size: 9.5pt; color: black;\">when we say it, for example "hour" then we use</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">an</span></b><span style=\"font-size: 9.5pt; color: black;\">.</span></p>\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">We say "university" with a "y" sound at the beginning as though it were spelt "<i>you</i>niversity".<br /> So, "<b>a</b></span><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">university" IS correct.</span></p>\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">We say "hour" with a silent h as though it were spelt "our".<br /> So, "<b>an</b></span><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">hour" IS correct.</span></p>\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">(Lots of people get this wrong - including native speakers.)</span></p>\r\n </td>\r\n </tr> </tbody>\r\n</table> ',0,1294145431,1294145431,''),(278,30,37,1,'Direction/movement Preposition',' <!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"2\">A direction Preposition is a word used to show movement from one place to another.<br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(16, 105, 163);\" /><span style=\"color: rgb(16, 105, 163);\">Few examples:</span><br /></font></font>\r\n<ol>\r\n <li><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">She is going<span class=\"Apple-converted-space\"> </span><strong>to</strong><span class=\"Apple-converted-space\"> </span>the shopping center.</font></li>\r\n <li><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">The rocket traveled<span class=\"Apple-converted-space\"> </span><strong>through</strong><span class=\"Apple-converted-space\"> </span>space.</font></li>\r\n <li><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">The tour group walked<span class=\"Apple-converted-space\"> </span><strong>across</strong><span class=\"Apple-converted-space\"> </span>the street.</font></li>\r\n <li><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">They brought the luggage<span class=\"Apple-converted-space\"> </span><strong>into</strong><span class=\"Apple-converted-space\"> </span>the room.</font></li>\r\n <li><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">They walked<span class=\"Apple-converted-space\"> </span><strong>around</strong><span class=\"Apple-converted-space\"> </span>the shopping center.</font></li>\r\n <li><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">He walked<span class=\"Apple-converted-space\"> </span><strong>up</strong><span class=\"Apple-converted-space\"> </span>the stairs.</font></li>\r\n <li><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">He walked<span class=\"Apple-converted-space\"> </span><strong>down</strong><span class=\"Apple-converted-space\"> </span>the stairs.</font></li>\r\n</ol> ',0,1294156310,1294156310,''),(334,40,5,1,'Comparatives and Superlatives','<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Comparative and Superlative</h3> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Comparative</strong>: the second or middle degree of comparison in adjectives or adverbs</p> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Superlative</strong>: the third or highest degree of comparison in adjectives or adverbs</p> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The comparative and superlative degrees are formed by adding the -er and -est suffix to adjectives and adverbs with a single consonant for an ending.</p> \r\n<table cellspacing=\"0\" summary=\"Chart 1 of superlatives and comparatives.\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Word \r\n </th> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Comparative \r\n </th> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Superlative \r\n </th> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">big \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">bigger \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">biggest \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">soon \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">sooner \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">soonest \r\n </td> \r\n </tr></tbody> \r\n</table> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adjectives and adverbs ending in -y drop the -y and add an -ier in the comparative degree and an -iest in the superlative degree:</p> \r\n<table cellspacing=\"0\" summary=\"Chart 2 of superlatives and comparatives.\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Word \r\n </th> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Comparative \r\n </th> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Superlative \r\n </th> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">dry \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">drier \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">driest \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">early \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">earlier \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">earliest \r\n </td> \r\n </tr></tbody> \r\n</table> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Adjectives and adverbs ending in the silent or mute -e drop the ending -e and add the -er for the comparative and the -est for the superlative:</p> \r\n<table cellspacing=\"0\" summary=\"Chart 3 of superlatives and comparatives.\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Word \r\n </th> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Comparative \r\n </th> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Superlative \r\n </th> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">pale \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">paler \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">palest \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">free \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">freer \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">freest \r\n </td> \r\n </tr></tbody> \r\n</table> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Degrees of comparison can also be distinguished with the use of "more" and "most": more clever; most clever.<br /></p> \r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Irregular Adjectives</h3> \r\n<table cellspacing=\"0\" summary=\"Chart 4 of superlatives and comparatives.\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Word \r\n </th> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Comparative \r\n </th> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Superlative \r\n </th> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">good \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">better \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">best \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">bad \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">worse \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">worst \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">much \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">more \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">most \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">little \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">less \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">least \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">far \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">farther<br />farthest \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">further<br />furthest \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">old \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">older<br />elder \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">oldest<br />eldest \r\n </td> \r\n </tr></tbody> \r\n</table> \r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Irregular Adverbs</h3> \r\n<table cellspacing=\"0\" summary=\"Chart 5 of superlatives and comparatives.\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Word \r\n </th> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Comparative \r\n </th> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Superlative \r\n </th> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">badly \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">worse \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">worst \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">much \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">more \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">most \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">little \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">less \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">least \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">far \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">farther<br />farthest \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">further<br />furthest \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">much \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">more \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">most \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">well \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">better \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">best \r\n </td> \r\n </tr></tbody> \r\n</table> ',0,1295459680,1295459680,''),(261,30,16,1,'Nouns as Adjective',' <span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Nouns as adjectives</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A noun can be used to qualify (or describe) another noun, as in goose feathers, in which case there are no comparative or superlative forms such as "gooser" or "goosest."</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Some nouns can be made into an adjective by adding an ending such as -ish, -like, -ly, -y, -en, -al, -ar, -ory.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He spoke in a childish manner.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">My, what a womanly figure you have.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">His teeth were yellowish in color.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He was sitting at a wooden desk.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He works at the main office.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">What a spectacular show!</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Our program is going through a transitory period.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Oftentimes, the endings -en and -al will be dropped, and the noun form will be used by itself, as in oak table, wool shirt, and coast line.</p></span> ',0,1294054049,1294054049,''),(256,30,2,1,'Personal Pronouns','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Personal Pronouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Personal pronouns are the most commonly used pronouns.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Singular personal pronouns: I, me, you, he, him, she, her, it</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Plural personal pronouns: we, us, you, they, them</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\"><font size=\"3\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\">Examples:</span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\"><br /></span></span></span></p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example: John baked a cake for Eileen = He baked it for her.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 12px; text-align: left;\">\r\n <ul>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\">I went to the supermarket with<span class=\"Apple-converted-space\"> </span><strong>her</strong>.</li>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\">She went to the supermarket with<span class=\"Apple-converted-space\"> </span><strong>me</strong>.</li>\r\n </ul></span></span></p></span></span> ',0,1293985311,1293985311,''),(257,30,3,1,'Possessive Pronouns','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Possessive Pronouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Possessive pronouns are personal pronouns that show ownership or possession.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Singular possessive pronouns: my, mine, your, yours, his, her, hers, its</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Plural possessive pronouns: our, ours, your, yours, their, theirs</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\"><font size=\"3\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\">Examples:</span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\"><br /></span></span></span></p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example: I found John\'s hat = I found his hat.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 12px; text-align: left;\">\r\n <ul>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\">That book is<span class=\"Apple-converted-space\"> </span><strong>mine</strong>.</li>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\">This book is<span class=\"Apple-converted-space\"> </span><strong>yours.</strong></li>\r\n </ul></span></span></p></span></span>',0,1293985468,1293985468,''),(258,30,4,1,'Demonstrative Pronouns','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Demonstrative Pronouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Demonstrative pronouns call attention to their antecedents. An antecedent is the word or words to which a pronoun refers.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Singular demonstrative pronouns: this, that</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Plural demonstrative pronouns: these, those</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\"><font size=\"3\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\">Examples:</span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\"><br /></span></span></span></p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> The yellow car is his = That is his car.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 12px; text-align: left;\">\r\n <ul>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\">Please take<span class=\"Apple-converted-space\"> </span><strong>this</strong><span class=\"Apple-converted-space\"> </span>to the manager. (singular<span class=\"Apple-converted-space\"> </span>and close to speaker)</li>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\">Please take<span class=\"Apple-converted-space\"> </span><strong>that</strong><span class=\"Apple-converted-space\"> </span>to the manager. (singular<span class=\"Apple-converted-space\"> </span>and at a distance from the speaker)</li>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\">Please take<span class=\"Apple-converted-space\"> </span><strong>these</strong><span class=\"Apple-converted-space\"> </span>to the manager. (plural<span class=\"Apple-converted-space\"> </span>and close to speaker)</li>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\">Please take<span class=\"Apple-converted-space\"> </span><strong>those</strong><span class=\"Apple-converted-space\"> </span>to the manager. (plural<span class=\"Apple-converted-space\"> </span>and at a distance from the speaker)</li>\r\n </ul></span></span></p></span></span> ',0,1293985565,1293985565,''),(259,30,5,1,'Reflexive Pronouns',' <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Reflexive Pronouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Reflexive pronouns reflect the action back to the noun or pronoun that has just been named (ends in -self or -selves).</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Singular reflexive pronouns: myself, yourself, himself, herself</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Plural reflexive pronouns: ourselves, themselves, yourselves</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\"><font size=\"3\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\">Examples:</span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\"><br /></span></span></span></p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Example: I will find it myself.<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><br /><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\">\r\n <ul>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">She gave<span class=\"Apple-converted-space\"> </span><strong>herself</strong><span class=\"Apple-converted-space\"> </span>a lot of credit.</li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">They rewarded<span class=\"Apple-converted-space\"> </span><strong>themselves</strong><span class=\"Apple-converted-space\"> </span>with a few days off.</li>\r\n </ul></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n <h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">A Helpful Hint</h3>\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Hint: When a pronoun is used in a sentence, it should always be clear to what or to whom the pronoun is referring. Too many pronouns in a sentence can be very confusing:</p>\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example: He went there to do that, but she didn\'t know where he was.</p></span></span></p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\"><br /></span></span></p></span></span> ',0,1293985654,1293985654,''),(265,30,20,1,'Multiple adjectives','<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Multiple adjectives</h3> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">When using more than one adjective to modify a noun, the adjectives may be separated by a conjunction or by commas.</p> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p> \r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\"> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Your teeth are strong and beautiful.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You have strong, beautiful teeth.</li> \r\n</ul> ',0,1294054223,1294054223,''),(266,30,21,1,'Compound adjectives','<span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Compound adjectives</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Nouns and adjectives may be combined to modify another noun, in which case the word can be hyphenated (although the hyphen is often a matter of personal preference).</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He is a warm-hearted fellow.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I can be empty-headed sometimes.<br /></li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Past participles of verbs can also be used as adjectives, such as "native born," "foreign made," "soft spoken," "warmly dressed," "well behaved," and so on.</p></span> ',0,1294054265,1294054265,''),(267,30,22,1,'Adjectives used as nouns','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Adjectives used as nouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">It is possible to use an adjective as a noun by simply using the adjective as the subject and omitting the noun it modifies. Usually, adjectives used as nouns refer to a specific quality shared by a group (the pleasant) or a specific human characteristic shared by a group of people (the wise).</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">We moderns are to the ancients what the poor are to the rich.</li>\r\n</ul></span></span> ',0,1294054315,1294054315,''); INSERT INTO `mdl_book_chapters` VALUES (273,30,34,1,'Definite articles','<!--[if !mso]>\r\n<style>\r\nv\\:* {behavior:url(#default#VML);}\r\no\\:* {behavior:url(#default#VML);}\r\nw\\:* {behavior:url(#default#VML);}\r\n.shape {behavior:url(#default#VML);}\r\n</style>\r\n<![endif]--><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves>false</w:TrackMoves>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><font size=\"4\" style=\"color: rgb(16, 105, 163);\"><br />Definite Article - the (determiners)</font><br />\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>There are two ways to pronounce "the". One "thuh" and the other "thee". To learn when we use them see the pronunciation files:</ins></span></span></p>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins><span style=\"color: rgb(0, 0, 102);\">How to pronounce "the"</span>.</ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins></ins></span></span></p>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins></ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins> </ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>Strong</ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins> </ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>pronunciation</ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins> </ins></span></span><span style=\"font-size: 9.5pt; color: black;\"></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins></ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins><span style=\"font-size: 11pt; color: windowtext; text-decoration: none;\"><span><span style=\"font-size: 9.5pt; color: rgb(0, 0, 102);\"><span></span></span></span></span><span style=\"font-size: 11pt; color: windowtext; text-decoration: none;\"><span><span style=\"font-size: 9.5pt; color: rgb(0, 0, 102);\"><span></span></span></span></span></ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins></ins></span></span><span style=\"font-size: 9.5pt; color: black;\"> <nanogong url=\"/1/nanogong_files/14/2011-01-04_075459.spx\" /> </span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins> </ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>Weak pronunciation<nanogong url=\"/1/nanogong_files/14/2011-01-04_075528.spx\" /></ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins> </ins></span></span><span style=\"font-size: 9.5pt; color: black;\"></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins></ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins><span style=\"font-size: 11pt; color: windowtext; text-decoration: none;\"><span><span style=\"font-size: 9.5pt; color: rgb(0, 0, 102);\"><span></span></span></span></span><span style=\"font-size: 11pt; color: windowtext; text-decoration: none;\"><span><span style=\"font-size: 9.5pt; color: rgb(0, 0, 102);\"><span></span></span></span></span></ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins></ins></span></span><span style=\"font-size: 9.5pt; color: black;\"></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins></ins></span></span></p>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>You use</ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins> </ins></span></span><b><i><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>the</ins></span></span></i></b><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins> </ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>when you know that the listener knows or can work out what particular person/thing you are talking about.</ins></span></span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormalTable\"> <tbody>\r\n <tr>\r\n <td width=\"10%\" style=\"width: 10%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><i><span style=\"font-size: 9.5pt; color: black;\">For example</span></i><span style=\"font-size: 9.5pt; color: black;\">:</span></p>\r\n </td>\r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\">\r\n <p style=\"margin-bottom: 0.0001pt; line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">"<b>The</b></span><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">apple you ate was rotten."<br /> "Did you lock</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">car?"</span></p>\r\n </td>\r\n </tr> </tbody>\r\n</table>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>You should also use</ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins> </ins></span></span><b><i><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>the</ins></span></span></i></b><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins> </ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>when you have already mentioned the thing you are talking about.</ins></span></span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormalTable\"> <tbody>\r\n <tr>\r\n <td width=\"10%\" style=\"width: 10%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><i><span style=\"font-size: 9.5pt; color: black;\">For example</span></i><span style=\"font-size: 9.5pt; color: black;\">:</span></p>\r\n </td>\r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\">\r\n <p style=\"margin-bottom: 0.0001pt; line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">"She\'s got two children;</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">a</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">girl and</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">a</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">boy.</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">The</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">girl\'s eight and</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">boy\'s fourteen."</span></p>\r\n </td>\r\n </tr> </tbody>\r\n</table>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>We use</ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins> <b>the</b> </ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>to talk about geographical points on the globe.</ins></span></span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormalTable\"> <tbody>\r\n <tr>\r\n <td width=\"10%\" style=\"width: 10%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><i><span style=\"font-size: 9.5pt; color: black;\">For example</span></i><span style=\"font-size: 9.5pt; color: black;\">:</span></p>\r\n </td>\r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\">\r\n <p style=\"margin-bottom: 0.0001pt; line-height: 16.3pt;\" class=\"MsoNormal\"><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">North Pole,</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">equator</span></p>\r\n </td>\r\n </tr> </tbody>\r\n</table>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>We use</ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins> <b>the</b> </ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>to talk about rivers, oceans and seas</ins></span></span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormalTable\"> <tbody>\r\n <tr>\r\n <td width=\"10%\" style=\"width: 10%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><i><span style=\"font-size: 9.5pt; color: black;\">For example</span></i><span style=\"font-size: 9.5pt; color: black;\">:</span></p>\r\n </td>\r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\">\r\n <p style=\"margin-bottom: 0.0001pt; line-height: 16.3pt;\" class=\"MsoNormal\"><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">Nile,</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">Pacific,</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">English channel</span></p>\r\n </td>\r\n </tr> </tbody>\r\n</table>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>We also use</ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins> <b>the</b> </ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>before certain nouns when we know there is only one of a particular thing.</ins></span></span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormalTable\"> <tbody>\r\n <tr>\r\n <td width=\"10%\" style=\"width: 10%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><i><span style=\"font-size: 9.5pt; color: black;\">For example</span></i><span style=\"font-size: 9.5pt; color: black;\">:</span></p>\r\n </td>\r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\">\r\n <p style=\"margin-bottom: 0.0001pt; line-height: 16.3pt;\" class=\"MsoNormal\"><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">rain,</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">sun,</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">wind,</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">world,</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">earth,</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">White House etc..</span></p>\r\n </td>\r\n </tr> </tbody>\r\n</table>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>However if you want to describe a particular instance of these you should use a/an.</ins></span></span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormalTable\"> <tbody>\r\n <tr>\r\n <td width=\"10%\" style=\"width: 10%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><i><span style=\"font-size: 9.5pt; color: black;\">For example</span></i><span style=\"font-size: 9.5pt; color: black;\">:</span></p>\r\n </td>\r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">"I could hear</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">wind." / "There\'s</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">a</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">cold wind blowing."</span></p>\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">"What are your plans for</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">future?" / "She has</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">a</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">promising future ahead of her."</span></p>\r\n </td>\r\n </tr> </tbody>\r\n</table>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--> </p>\r\n<p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><u><span style=\"font-size: 9.5pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"msoIns\"><ins>The</ins></span></span></u><u><span style=\"font-size: 9.5pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"msoIns\"><ins> is also used to say that a particular person or thing being mentioned is the best, most famous, etc. In this use, \'<span>the</span>\' is usually given strong pronunciation:</ins></span></span></u><u><span style=\"font-size: 12pt; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></u></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormalTable\"> <tbody>\r\n <tr>\r\n <td width=\"10%\" style=\"width: 10%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><i><span style=\"font-size: 9.5pt; color: black;\">For example</span></i><span style=\"font-size: 9.5pt; color: black;\">:</span></p>\r\n </td>\r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">"Harry\'s Bar is</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">place to go."</span></p>\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">"You don\'t mean you met</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">Tony Blair, do you?"</span></p>\r\n </td>\r\n </tr> </tbody>\r\n</table> <font size=\"4\" style=\"color: rgb(16, 105, 163);\"><br />Note</font><br />\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins><b>The</b> </ins></span></span><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins>doesn\'t mean all:-</ins></span></span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormalTable\"> <tbody>\r\n <tr>\r\n <td width=\"10%\" style=\"width: 10%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><i><span style=\"font-size: 9.5pt; color: black;\">For example</span></i><span style=\"font-size: 9.5pt; color: black;\">:</span></p>\r\n </td>\r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\">\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">"<b>The</b></span><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">books are expensive." = (Not all books are expensive, just the ones I\'m talking about.)</span></p>\r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">"Books are expensive." = (All books are expensive.)</span></p>\r\n </td>\r\n </tr> </tbody>\r\n</table> ',0,1294146039,1294146039,''),(274,30,35,1,'No article','<div style=\"text-align: justify;\"> <!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--> </div>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><font size=\"4\" style=\"color: rgb(16, 105, 163);\">No article <br /></font></span></p>\r\n<div style=\"text-align: justify;\"><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--> </div>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">1) We usually use no article when talking about things in general<span style=\"font-style: italic;\">. <br /></span></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><font size=\"2\"><font size=\"4\"><font size=\"3\" style=\"color: rgb(16, 105, 163);\">For example<span style=\"font-weight: bold;\">:</span></font></font></font></span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left; margin-left: 0px; margin-right: 0px;\" class=\"MsoNormalTable\"><tbody> \r\n <tr> \r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\"> \r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><b><span style=\"font-size: 9.5pt; color: black;\">Inflation</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">is rising.</span></p> \r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><b><span style=\"font-size: 9.5pt; color: black;\">People</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">are worried about rising crime. (Note! People generally, so no article)</span></p> \r\n </td> \r\n </tr> </tbody> \r\n</table>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">2) You do not use an article when talking about sports.<font size=\"2\"><font size=\"4\"><font size=\"3\" style=\"color: rgb(16, 105, 163);\"><br /></font></font></font></span></p>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><font size=\"2\"><font size=\"4\"><font size=\"3\" style=\"color: rgb(16, 105, 163);\">For example:</font></font></font></span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left; margin-left: 0px; margin-right: 0px;\" class=\"MsoNormalTable\"><tbody> \r\n <tr> \r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\"> \r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">My son plays</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">football.</span></b><span style=\"font-size: 9.5pt; color: black;\"></span></p> \r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><b><span style=\"font-size: 9.5pt; color: black;\">Tennis</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">is expensive.</span></p> \r\n </td> \r\n </tr> </tbody> \r\n</table>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">3) You do not use articles before uncountable nouns when talking in general.</span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><font size=\"2\"><font size=\"4\"><font size=\"3\" style=\"color: rgb(16, 105, 163);\">For example:</font></font></font></span><br /><span style=\"font-size: 9.5pt; color: black;\"><span class=\"msoIns\"><ins></ins></span></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left; margin-left: 0px; margin-right: 0px;\" class=\"MsoNormalTable\"> <tbody> \r\n <tr> \r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\"> \r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><b><span style=\"font-size: 9.5pt; color: black;\">Information</span></b><b><span style=\"font-size: 9.5pt; color: black;\"> </span></b><span style=\"font-size: 9.5pt; color: black;\">is important to any organisation.</span></p> \r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><b><span style=\"font-size: 9.5pt; color: black;\">Coffee</span></b><b><span style=\"font-size: 9.5pt; color: black;\"> </span></b><span style=\"font-size: 9.5pt; color: black;\">is bad for you.</span></p> \r\n </td> \r\n </tr> </tbody> \r\n</table>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"2\">4) You do not use an article before the names of countries except where they indicate multiple areas or contain the word (stats(s)), kingdom, republic, union). Kingdom, state, republic and union are nouns, so they need an article.</font></p>\r\n<p style=\"line-height: 16.3pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\"><font size=\"2\"><font size=\"4\"><font size=\"3\" style=\"color: rgb(16, 105, 163);\">For example:</font></font></font></span></p>\r\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left; margin-left: 0px; margin-right: 0px;\" class=\"MsoNormalTable\"><tbody> \r\n <tr> \r\n <td width=\"90%\" style=\"width: 90%; padding: 2.25pt;\"> \r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">No article - Italy, Mexico, Bolivia, England</span></p> \r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">Use the -</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">UK (United</span><span style=\"font-size: 9.5pt; color: black;\"> <i>Kingdom</i></span><span style=\"font-size: 9.5pt; color: black;\">),</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">USA (United</span><span style=\"font-size: 9.5pt; color: black;\"> <i>States</i> </span><span style=\"font-size: 9.5pt; color: black;\">of America),</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">Irish</span><span style=\"font-size: 9.5pt; color: black;\"> <i>Republic</i></span><span style=\"font-size: 9.5pt; color: black;\"></span></p> \r\n <p style=\"line-height: 16.3pt;\" class=\"MsoNormal\"><span style=\"font-size: 9.5pt; color: black;\">Multiple areas!</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">Netherlands,</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">Philippines,</span><span style=\"font-size: 9.5pt; color: black;\"> </span><b><span style=\"font-size: 9.5pt; color: black;\">the</span></b><span style=\"font-size: 9.5pt; color: black;\"> </span><span style=\"font-size: 9.5pt; color: black;\">British Isles</span></p> \r\n </td> \r\n </tr> </tbody> \r\n</table> ',0,1294146770,1294146770,''),(275,30,29,1,'Coordinating Conjunction',' <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\">\r\n<p>A coordinating conjunction, also called a coordinator, links parts of a sentence with the same status. This could be two<span class=\"Apple-converted-space\"> </span>independent (main) clauses, two noun phrases, adjectives, adverbials etc of equal importance.</p>\r\n<p>They include: for, and, nor, but, or, yet,</p>\r\n<p>There\'s a mnemonic for remembering them: <span style=\"font-weight: bold;\">FANBOYS</span><span style=\"font-style: italic; color: rgb(16, 105, 163);\"><br /></span></p>\r\n<p style=\"color: rgb(16, 105, 163);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\">\r\n <p style=\"color: rgb(16, 105, 163);\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\">\r\n <p style=\"color: rgb(16, 105, 163);\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\"> </span></p> </span></p> </span><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\">For example:</span></span></font></p>\r\n<p><span style=\"font-style: italic;\"></span><em>It was cold. I wore a coat.<span class=\"Apple-converted-space\"> </span><br /></em>Both <font size=\"3\"></font> sentences are valid on their own, but they can be written as,<em><span class=\"Apple-converted-space\"> </span>"It was cold, so I wore a coat."</em></p>\r\n<p><em>I attended the meeting. + My friend attended the meeting. = My friend<span class=\"Apple-converted-space\"> </span><strong>and</strong><span class=\"Apple-converted-space\"> </span>I attended the meeting.</em></p>\r\n<p>The three most often used coordinating conjunctions are<span class=\"Apple-converted-space\"> </span><em><strong>and, or,<span class=\"Apple-converted-space\"> </span></strong></em>and<em><strong><span class=\"Apple-converted-space\"> </span>but</strong>.</em><em><br /></em></p>\r\n<p>2)The coordinating conjunction<span class=\"Apple-converted-space\"> </span><em>and</em><span class=\"Apple-converted-space\"> </span>usually expresses addition or combination.</p>\r\n<p style=\"color: rgb(16, 105, 163);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\">For example:</span></span></font></span></span></p>\r\n<p><em>Poetria has a dog<span class=\"Apple-converted-space\"> </span><strong>and</strong><span class=\"Apple-converted-space\"> </span>Karen has two cats.</em></p>\r\n<p>3)The coordinating conjunction<span class=\"Apple-converted-space\"> </span><em>but</em><span class=\"Apple-converted-space\"> </span>expresses a contrast.</p>\r\n<p style=\"color: rgb(16, 105, 163);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\">For example:</span></span></font></span></span></p>\r\n<p><em>We were tired<span class=\"Apple-converted-space\"> </span><strong>but</strong><span class=\"Apple-converted-space\"> </span>happy.</em></p>\r\n<p>4)The coordinating conjunction<span class=\"Apple-converted-space\"> </span><em>or</em><span class=\"Apple-converted-space\"> </span>expresses choice.</p>\r\n<p style=\"color: rgb(16, 105, 163);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\">For example:</span></span></font></span></span></p>\r\n<p><em>Would you like tea<span class=\"Apple-converted-space\"> </span><strong>or</strong><span class=\"Apple-converted-space\"> </span>coffee?</em></p>\r\n<p>5)There are two negative coordinating conjunctions: neither and nor.</p>\r\n<p><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(16, 105, 163); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; line-height: 24px; text-align: left;\">For example:</span></span></font></span></span><em></em></p>\r\n<p><em>She spoke<span class=\"Apple-converted-space\"> </span><strong>neither</strong><span class=\"Apple-converted-space\"> </span>German<span class=\"Apple-converted-space\"> </span><strong>nor</strong><span class=\"Apple-converted-space\"> </span>French.</em><span class=\"Apple-converted-space\"> </span>("nor" must always be part of the "neither ... nor" construction).</p>\r\n<p><span class=\"title\" style=\"font-size: 24px; line-height: 30px; background-color: rgb(255, 255, 255);\">Note -</span><span class=\"Apple-converted-space\"> </span>nor, for, and so can only join<span class=\"Apple-converted-space\"> </span>independent clauses.</p></span></span>',0,1294147985,1294147985,''),(276,30,30,1,'Subordinating Counjunction','<font size=\"2\">A subordinating conjunction, also called a subordinate, joins a<span class=\"Apple-converted-space\"> dependent/ subordinate clause</span><span style=\"color: rgb(0, 0, 102);\"></span><span class=\"Apple-converted-space\"> </span>to a main verb. They are used to show any relationship between them and they turn the clause into something that is dependent on the rest of the sentence for its meaning.</font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; line-height: 24px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"color: rgb(16, 105, 163);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; line-height: 24px; text-align: left;\" class=\"Apple-style-span\">For example:</span></span></p>\r\n<p><em>Because it was snowing<span class=\"Apple-converted-space\"> </span></em>... makes no sense on its own.<br /><em>We went skiing, because it was snowing.</em><span class=\"Apple-converted-space\"> </span>Aha!</p>\r\n<p>Be warned, there are a lot of them.</p>\r\n<p>2)Subordinating conjunctions include: after, although, because, before, if, in case, so that, therefore, unless, when, while ...</p>\r\n<p><span style=\"color: rgb(16, 105, 163);\">For example:</span></p>\r\n<p><strong>Before</strong><span class=\"Apple-converted-space\"> </span>you came here, you thought you understood English grammar.</p>\r\n<p><em>We left the party<span class=\"Apple-converted-space\"> </span><strong>when</strong><span class=\"Apple-converted-space\"> </span>the police arrived.</em></p>\r\n<p><span style=\"font-size: 24px; line-height: 30px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 102);\" class=\"title\">Note -<span class=\"Apple-converted-space\"> </span></span>The subordinate clause sometimes comes at the beginning of a sentence.</p></span></span> ',0,1294148845,1294148845,''),(277,30,31,1,'Correlative Conjunction',' <!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]-->\r\n<p style=\"line-height: 16.3pt; color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">Some conjunctions are used in pairs, they are called correlative conjunctions. They are used to show the relationship between ideas expressed in different parts of a sentence.</span></p>\r\n<p style=\"line-height: 16.3pt; color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">Most are coordinating correlatives. <br /></span></p>\r\n<p style=\"line-height: 16.3pt; color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">They include:-</span></p>\r\n<p style=\"line-height: 16.3pt; color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">both ... and<br /> either ... or<br /> neither ... nor<br /> not only ... but also</span></p>\r\n<p style=\"line-height: 16.3pt;\"><em style=\"color: rgb(16, 105, 163);\"><span style=\"font-size: 9.5pt;\">For example:-</span></em><span style=\"font-size: 9.5pt;\"></span></p>\r\n<p style=\"line-height: 16.3pt; color: rgb(0, 0, 0);\"><em><span style=\"font-size: 9.5pt;\">He was</span></em><span class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><strong><span style=\"font-size: 9.5pt;\">not only</span></strong><span class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><em><span style=\"font-size: 9.5pt;\">a scoundrel,</span></em><span class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><strong><span style=\"font-size: 9.5pt;\">but also</span></strong><span class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><em><span style=\"font-size: 9.5pt;\">a cruel man.</span></em><span style=\"font-size: 9.5pt;\"></span></p>\r\n<p style=\"line-height: 16.3pt; color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">2) We use either…or together when we want to link two positives:-</span></p>\r\n<p style=\"line-height: 16.3pt;\"><em style=\"color: rgb(16, 105, 163);\"><span style=\"font-size: 9.5pt;\">For example:-</span></em><span style=\"font-size: 9.5pt;\"></span></p>\r\n<p style=\"line-height: 16.3pt; color: rgb(0, 0, 0);\"><strong><span style=\"font-size: 9.5pt;\">Either</span></strong><span class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><em><span style=\"font-size: 9.5pt;\">the president</span></em><span class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><strong><span style=\"font-size: 9.5pt;\">or</span></strong><span class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><em><span style=\"font-size: 9.5pt;\">the vice-president will go to the conference.</span></em><span class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><span style=\"font-size: 9.5pt;\">(The president will go to the conference, or the vice-president will go, not both of them though.)</span></p>\r\n<p style=\"line-height: 16.3pt; color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">We use neither…nor together when we want to link two negative ideas:-</span></p>\r\n<p style=\"line-height: 16.3pt;\"><em style=\"color: rgb(16, 105, 163);\"><span style=\"font-size: 9.5pt;\">For example:-</span></em><span style=\"font-size: 9.5pt;\"></span></p>\r\n<p style=\"line-height: 16.3pt; color: rgb(0, 0, 0);\"><strong><span style=\"font-size: 9.5pt;\">Neither</span></strong><span class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><em><span style=\"font-size: 9.5pt;\">the president</span></em><span class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><strong><span style=\"font-size: 9.5pt;\">nor</span></strong><span class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><em><span style=\"font-size: 9.5pt;\">the vice-president were able to solve the problem.</span></em><span class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><span style=\"font-size: 9.5pt;\">(The president couldn\'t solve the problem and the vice-president couldn\'t solve it either.)</span></p>\r\n<p style=\"line-height: 16.3pt; color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">Some are subordinating correlatives.</span></p>\r\n<p style=\"line-height: 16.3pt; color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">if ... then<br /> less ... than<br /> more ... than<span class=\"apple-converted-space\"> </span><br /> so ... that</span></p>\r\n<p style=\"line-height: 16.3pt;\"><span style=\"font-size: 9.5pt;\"><span style=\"color: rgb(16, 105, 163);\">For example:</span>-</span></p>\r\n<p class=\"MsoNormal\"><em style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">She was</span></em><span style=\"color: rgb(0, 0, 0);\" class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><strong style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">so</span></strong><span style=\"color: rgb(0, 0, 0);\" class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><em style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">hungry</span></em><span style=\"color: rgb(0, 0, 0);\" class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><strong style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">that</span></strong><span style=\"color: rgb(0, 0, 0);\" class=\"apple-converted-space\"><span style=\"font-size: 9.5pt;\"> </span></span><em style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 9.5pt;\">she could have eaten a horse.</span></em><br /></p> ',0,1294150790,1294150790,''),(283,35,3,0,'Definition of Group Discussion','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"line-height: normal;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">1) Group Discussion is a modern method of assessing student’s personality.</span></p> <span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\">2) It is both a technique and an art and a comprehensive tool to judge the worthiness of the student and his appropriateness for the job.</span>',0,1294667871,1294667871,''),(284,35,4,0,'Group Discussion, the process','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">1) The term suggests a discussion among a group of persons.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">2) The group will have 8 & 12 members who will express their views freely, frankly in a friendly manner, on a topic of current issue.</span></span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></p> <span lang=\"EN-US\" style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"><span>3) Within a time limit of 20 to 30 minutes, the ability of the members of the group is measured.</span></span>',0,1294672017,1294672017,''),(285,35,5,0,'Prerequisites of a Group Discussion','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"line-height: normal;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">Making a good impression while speaking in meetings or interviews is the basic skill every professional should have. </span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></p>\r\n<p style=\"line-height: normal;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">Let’s see how you can make this impression.</span></p>\r\n<p style=\"margin-bottom: 0.0001pt; line-height: 13.6pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">Skills which are judged in group discussion…</span></p>\r\n<ol>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">How good you are at communication with others.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">How you behave and interact with group.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">How open minded are you.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">Your listening skill.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">How you put forward your views.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">Your leadership and decision making skills.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">Your analysis skill and subject knowledge.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">Problem solving and critical thinking skill.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\">Your attitude and confidence.</span></li>\r\n</ol> ',0,1294672418,1294672418,''),(293,36,1,0,'What Is an Essay?',' <!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]-->\r\n<ul>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%;\">An essay is a type of document in which you present an organized set of ideas. These ideas can be about anything you\'re interested in writing about. It will need to be written and presented in a professional manner.</span></span></li>\r\n</ul>\r\n<ul>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%;\">Your essay has to be organized correctly, and it should be presented in a way which is easy to read and understand. When people read it, they should not have trouble understanding your points and arguments. It will also help if your essay has a style which will impress the reader.</span></span></li>\r\n</ul>\r\n<ul>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%;\">When you write an essay, your goal should be to get your thoughts across to other readers. When you understand how to write an essay, you can present your thoughts in a professional manner. If you are taking an English class, you will be required to write essays about literary pieces. If you decide to become an English teacher, learning how to write a good essay is crucial. Mastering the art of writing a successful essay will allow you to both think and write. The first thing you will want to do when writing an essay is to collect the material you\'ll need.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%;\"> </span></span></li>\r\n</ul> ',0,1295372110,1295372110,''),(286,35,6,0,'Do\'s of Group Discussion - 1','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">1) Keep eye contact while speaking:</span></strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /> Do not look at the evaluators only. Keep eye contact with every team member while speaking.</span></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /></span></strong></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">2) Initiate the GD:</span></strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /> Initiating the GD is a big plus. But keep in mind – Initiate the group discussion only when you understood the GD topic clearly and have some topic knowledge. Speaking without proper subject knowledge is bad impression.</span></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /></span></strong></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">3) Allow others to speak:</span></strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /> Do not interrupt anyone in-between while speaking. Even if you don’t agree with his/her thoughts do not snatch their chance to speak. Instead make some notes and clear the points when it’s your turn.</span></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /></span></strong></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">4) Speak clearly:</span></strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /> Speak politely and clearly. Use simple and understandable words while speaking. Don’t be too aggressive if you are disagreeing with someone. Express your feelings calmly and politely.</span></p> <strong><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br />5) Make sure to bring the discussion on track:</span></strong><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /> If by any means group is distracting from the topic or goal then simply take initiative to bring the discussion on the track. Make all group members aware that you all need to come to some conclusion at the end of the discussion. So stick to the topic.</span> ',0,1294674162,1294674162,''),(287,35,7,0,'Do\'s of Group Discussion - 2','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">6) Positive attitude:</span></strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /> Be confident. Do not try to dominate anyone. Keep positive body language. Show interest in discussion.</span></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /></span></strong></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">7) Speak sensibly:</span></strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /> Do not speak just to increase your speaking time. Don’t worry even if you speak less. Your thoughts should be sensible and relevant instead of irrelevant speech.</span></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /></span></strong></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">8 ) Listen carefully to others:</span></strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /> Speak less and listen more! Pay attention while others are speaking. This will make coherent discussion and you will get involved in the group positively. You will surely make people agree with you.</span></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /></span></strong></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">9) No need to go into much details:</span></strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /> Some basic subject analysis is sufficient. No need to mention exact figures while giving any reference. You have limited time so be precise and convey your thoughts in short and simple language.</span></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /></span></strong></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 13.6pt;\"><strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">10) Formal dressing:</span></strong><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /> Do not take it casually. No fancy and funny dressing. You should be comfortable while speaking in group. Positive gesture and body language will make your work easy.</span></p>\r\n<p style=\"margin: 0cm 0cm 18.45pt; line-height: 13.6pt;\"><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">Follow these 10 simple rules to easily crack the GD.</span></p>',0,1294674264,1294674264,''),(288,35,8,0,'Don\'ts during Group Discussion','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"line-height: 13.6pt;\"><b><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">1) Being shy /nervous:</span></b></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">Do not shy or feel nervous. Be confident and don’t keep yourself isolated from G.D</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><b><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">2) Idiosyncrasy:</span></b><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><br /></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">This is one of the most important thing normally people do, which must not be done. Idiosyncrasy means repeating the things again and again. <br /></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">For example:</span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"> Using the word “you know” or “basically” number of times in the discussion, which is normally called as Mannerism.<span> </span>OR<span> </span>Keep moving hands or touching hair or other.</span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">3) Interrupting another participant before his arguments are over.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">4) Don’t change opinions.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">5) Don’t make fun of any participant even if his arguments are funny.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">6) Don’t engage yourself in sub-group conversation.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">7) Don’t repeat and use irrelevant materials.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">8) Don’t address to the examiner.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">9) Worrying about making some grammatical mistakes, for your interest the matter you put across are important.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p> ',0,1294683656,1294683656,''),(289,35,9,0,'Benefits of Group Discussion ','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">1) Stimulation of thinking in a new way. </span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">2) Expansion of knowledge</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">3) Understanding<span> </span>of<span> </span>your strength and weakness.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">4) Your true personality is revealed and qualities of leadership crystallize</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">5) provides<span> </span>chance to Expose</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">6) Language skills</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">7) Academic knowledge</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">8) people handling skills</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">9) Team work</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">10) Leadership<br /></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">11) General knowledge.</span></p>\r\n<p style=\"line-height: 13.6pt;\"><br /><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p> ',0,1294684538,1294684538,''),(290,35,10,0,'Important points to be remembered','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><span style=\"font-weight: bold;\">Be assertive</span>:An assertive person is direct, honest careful about not hurting others ‘self-respect’.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34); font-weight: bold;\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><span style=\"font-weight: bold;\">A patient listener:</span> listening to another person is one way of showing appreciation.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34); font-weight: bold;\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><span style=\"font-weight: bold;\">Right language:</span> Words can make friends & right words at the right time make the best results.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><span style=\"font-weight: bold;\">Be analytical and fact-oriented:</span> It is necessary to make relevant points which can be supported with facts and analyzed logically.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p> ',0,1294684773,1294684773,''),(291,35,11,0,'Accept criticism and Remember','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">1) If any member of the group criticizes or disapproves a point, it is unwise to get upset or react sharply.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">2) In case the criticism is flimsy, the same can be pointed out politely.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">3) Maximize participation; one must try to contribute fully, vigorously & steadily throughout the discussion.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">4) Show leadership ability: A group discussion also evaluates your leadership qualities.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p> <!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">5) Accept someone’s point of view</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">6) Praise the argument</span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><span></span></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><span></span>Example: Remedial English communication is necessary for college students because they fail in communication skill test.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"><span>7) </span>Status of literacy of women , is increased from 30% to 70% when compared to past years, in employment sectors organized ,in the IT & ITES field.</span></p>\r\n<p style=\"line-height: 13.6pt;\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--> </p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">8) Accept the contradicts view</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">9) Express your argument with few facts, cases, %,</span><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"> Newspapers publications etc.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">10) Express without hurting others feelings.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><br /><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p> ',0,1294685147,1294685147,''),(292,35,12,0,'Suggestions','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;\r\n mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]-->\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">1) Never try to bluff.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">2) Practice group discussion with friends on different subjects.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>\r\n<p style=\"line-height: 13.6pt;\"><span lang=\"EN-US\" style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\">3) Remember! Speech is a powerful weapon.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(34, 34, 34);\"></span></p>',0,1294685361,1294685361,''),(295,36,3,0,'Learning More About Essays','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">If you are in college or high school, it is likely you will have to write an essay for your English or literature class. If English is not your native language, you may find it challenging to write an essay for your class.</span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">The first thing you will want to learn is the basic essay style. You will next want to gain the skills necessary to analyze other resources so that you can get ideas for writing your own essay. There are a number of things you can do to enhance your essay writing ability.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> </span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> <span class=\"apple-style-span\">You can start by choosing a short story that you are familiar with. You can choose any story you want, and it is likely you will have an opinion about it, whether it is good or bad. After you have picked the story you want to use, take the time to brainstorm. You will want to spend time thinking about the characters, plot, and theme. Once you\'re done brainstorming, you are ready to write an essay in which you will give your thoughts. You will first want to develop an outline. After you know what outline you want to use, you will next want to focus on the theme.</span><span class=\"apple-converted-space\"> </span></span></li>\r\n</ol> ',0,1295386133,1295386133,''),(296,36,4,0,'General structure for an essay','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\">The entire essay will need to be split into the introductory, body, and summary paragraphs. While you can create any number of body paragraphs you want to get your point across, the introductory and summary paragraphs should generally only be one paragraph in length. You will want to start the introductory paragraph by using a sentence which gives your overall thoughts on the story you picked. Once you\'ve added this sentence you will next want to follow it up with your thesis. In each paragraph you write for the essay, you will always want to start with an introductory paragraph.</span><span class=\"apple-converted-space\"> </span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> <span class=\"apple-style-span\">At the end of each paragraph, you will want to use what is called a conclusion or summary. The purpose of writing this paragraph is to give the reader an overview of what the story is about. The purpose of the body paragraphs is to develop the thesis and topic that you used in the introductory paragraph. Every paragraph in the body should build on the central idea of your essay. At the same time, they should also conclude with a summary. Adding facts to your body paragraphs will allow you to argue your point. The summary should always be used to end your essay. It is the opposite of the introductory paragraph, and is just as important.</span><span class=\"apple-converted-space\"> </span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> <span class=\"apple-style-span\">Based on the story you used, you will want to write a conclusion paragraph explaining what you thought of it. Your essay should be detailed in every way. You should use a number of different things which can allow you to illustrate your opinion. For example, if you didn\'t like the story because of the plot, you will want to explain why the plot was weak. If you didn\'t like the style of the writer, you will want to explain why you didn\'t like their style. By doing this, you will get an understanding of how to write an essay. If English isn\'t a subject your enjoy, or you don\'t like to write, it is still a skill which you must master. If you decide to attend college or a university, you will be required to write dozens of essays before you graduate. Virtually any subject you take up will require you to write essays, even those that are technical in nature.</span></span></li>\r\n</ol> ',0,1295386407,1295386407,''),(297,36,8,0,'How To Plan Your Essay','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">Before you write your essay, it is important to lay down plans. Writing a good essay requires you to do research on the topic you want to write about. There are also a number of tools you can use to make the process easier.</span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">The best time to get ideas for your essay is when you are reading literary works or articles. Because of this, it is important to take good notes. You should only make notes of the summary if it can help you remember the theme of the article you\'re reading. If you want to take notes from your lecture, writing a summary is important.</span></span><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\"></span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\">The best way to get ideas for your essay is to read the reference material twice. The first time you will want to read it straight through. When you read it for the second time, you will want to begin taking down notes. As you read, you will want to have a notebook and pen handy. As you read the information, think about the information and use it to write down what you think. You should write down anything you find to be useful. For example, if you find a quote you like, take the time to write it down along with the page it was found on. This will allow you to use this quote later in your essay. Having the page number will allow you to tell readers where you found the information.</span><span class=\"apple-converted-space\"> </span></span><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">When you make notes, it is best to use a shorthand notebook. Using a shorthand notebook will allow you to categorize any ideas you may have. Each idea should be written down on a separate page in a way that makes it easy to read and reference. One day out of every week, you should go through the list of notes you have compiled. You will want to remove them from the notebook. After you\'ve done this, you will want to add headings to each page. If you find something you don\'t need, you can throw it away. It is important that the notes are well organized. There should be information on the page numbers, editions, and anything else which will allow you to reference them.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> </span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> <span class=\"apple-style-span\">The next important thing you will need to use when planning your essay is a bibliography. To get a bibliography, you will need to acquire a book-list. A bibliography is a list of works which have been produced by an author. Every book that you find should have a bibliography. It will typically be located at the back of the book. You will want to make a bibliography of the materials you have read in preparation for your essay. This is extremely important. Keeping a list of books you\'ve read will make it easy to write your bibliography.</span><span class=\"apple-converted-space\"> </span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> <span class=\"apple-style-span\">As you can see, the steps for planning a bibliography are fairly simple. You will need to compile the material, read the material, and make notes of things you find to be important. Your ideas and notes will need to be written down on separate pieces of paper. Once you have all this information, you are now ready to write your essay. You should never begin writing an essay until all of this data has been compiled. You will want to look over the topics, notes, and ideas, and develop the thesis which you feel will work the best. You may decide to use some of the information, while other parts of it may need to be discarded. The purpose of gathering these materials is to make it easier for you to write an excellent resume.</span></span></li>\r\n</ol> ',0,1295386649,1295386649,''),(298,36,10,0,'How To Write The Main Heading For Your Essay','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">When you write an essay, you will want to make sure you write a good heading. To write a good heading, you will need to plan your essay very effectively. If you remember any good points from lectures, these could be things you may want to use to create a good main heading.</span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">You may also find it useful to go through your notes to find which topics can be effectively used in your essay. It is also important to remember that your paragraphs will form the primary foundation for the document.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> </span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> <span class=\"apple-style-span\">There are a number of things you should know about writing the ideal paragraph. First, the best paragraphs are those which are about a half page in length. You don\'t want to make the paragraphs too long, or you may lose your readers. Each paragraph you write should demonstrate both a heading and a summary. It is also important to make sure you never use paragraphs which are one sentence in length. These types of paragraphs will not leave a good impression on your readers. Each paragraph should also have what is called a topic sentence. The topic sentence will need to be located at the beginning, and should tell the reader what the theme of the paragraph is about.</span><span class=\"apple-converted-space\"> </span></span></li>\r\n</ol> ',0,1295386767,1295386767,''),(299,36,11,0,'How To Write a Good Essay','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">While there are many different methods you can use to write an essay, standard essays will follow specific formats. Understanding the basic format of an essay will allow you to write informative articles which will capture the attention of those that read it.</span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">The first thing you will want to do is select the topic that you want to use for your essay. It is difficult to write a good essay if you don\'t develop a topic beforehand. You will next want to choose the central idea of your essay. This is also known as a thesis.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> </span></span></li>\r\n</ol> ',0,1295386977,1295386977,''),(300,36,12,1,'The whole Process','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<p class=\"MsoNormal\"><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><font size=\"3\">As an example</font>, <br /></span></span></p>\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">you could start your thesis by saying that the "internet is changing the way we conduct business." The essay should always be divided into the introduction, body, and conclusion or summary. To capture the attention of your reader, you will always want to start the essay with a sentence that will get them to read more. After you write this opening sentence, you will next want to include your thesis. For every paragraph you write, you will want to start with a sentence that will allow you to introduce the body paragraph. For example, after you say that "the internet is changing the way we conduct business," you could follow up with a sentence that says " because of this, more people are working at home than ever before."</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> </span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> <span class=\"apple-style-span\">In that example, I introduced the opening sentence before building on it. This is the systematic technique that you will want to use when writing your essay. As you finish each paragraph, you will want to end it with a summary that goes over the different things you touched on in the paragraph. After you have wrote the two sentences above about how the internet is changing the way we conduct business, you could conclude the paragraph by saying that a "large number of industries have now been created." In all of the body paragraphs, you will want to build on the topic and theme you presented in the introduction.</span><span class=\"apple-converted-space\"> </span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> <span class=\"apple-style-span\">You will also want to enhance the body paragraphs by giving detailed examples of what you are writing about. If you are trying to argue a point, adding a list of statistics or studies can get your point across to readers. For example, since we are using the internet as the theme of our essay, we could use a sentence such as "while the internet is used by many people today, it started out as a military project called ARPANET." The paragraphs in the body should always enhance the central idea of the article, and the paragraph should end with a summary that gives an overview of the paragraph.</span><span class=\"apple-converted-space\"> </span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> <span class=\"apple-style-span\">The last paragraph is called the summary or conclusion. In an essay which is well written, this paragraph will give an overview of the entire essay with a conclusion. You will want to start the summary paragraph by stating the main goals of the body paragraphs. The summary can be thought of as the exact opposite of the introductory paragraph. The goal of the summary is to leave the reader with something to think about. Your final statement could say that "the internet is likely to give birth to new industries which will forever change the business landscape."</span><span class=\"apple-converted-space\"> </span></span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> <span class=\"apple-style-span\">To write a good essay, it is important to avoid the use of modals. Instead, focus on using a large number of verbs. It is also important that you never apologize when you write essays. An essay is a type of article which describes your thoughts on a particular subject. Before you begin writing an essay, it is important to make sure you have the right tools.</span></span><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></p> ',0,1295387060,1295387060,''),(301,36,13,0,'How To Write A College Essay','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">The best way to write a college essay is to start by brainstorming ideas. You will also want to make a list of topics you\'re interested in. While there are other ways you can write a college level essay, this method is the easiest.</span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">When you brainstorm, you will want to write down the different aspects of a topic that you\'re interested in. At this stage, you don\'t want to reject any ideas. You will be able to go back and cut out ideas later on. Another method you can use to write your essay is called clustering.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> </span></span><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\"></span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\">With clustering, you will start with a general idea. You can write it down on a piece of paper and draw a circle around it. After you\'ve done this, you will want to write down other ideas on the outside of the circle and connect these ideas with a series of lines. Clustering is a technique which will allow you to organize your ideas. When you are writing a college level essay, it is crucial for you to make a list. The list should be divided into two parts. One part should list reasons why you shouldn\'t write about a specific topic, while the other part should list reasons why you should write on the topic.</span><span class=\"apple-converted-space\"></span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-converted-space\"></span><span class=\"apple-style-span\">After you have decided which topic you want to write on, you will next want to write the rough draft. To write the rough draft, you will want to take the time to review the list you created. You should be able to decide how the material will be divided. All of the divisions can be made into separate paragraphs. As you work through the project, you may decide to divide it further</span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span> </span>The primary purpose of the rough draft is to give you a good idea of what you are writing about. It isn\'t necessary to make the rough draft look perfect. If you make mistakes, it isn\'t necessary to correct them. Just write the essay while glancing at your list to make sure you are adding the most important information.</span></span><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\"><br /></span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\">After your rough draft is complete, you will now want to revise it. As you revise your work, you will want to pay close attention to how it looks. It should cater to the needs of those that read it. If you find things that you feel will hurt your readers, you will want to make the necessary corrections. </span><span class=\"apple-converted-space\"></span></span></li>\r\n</ol> ',0,1295387314,1295387314,''),(302,36,5,0,'How To Get Ideas For Your Essay','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">When you are in college or high school, you will generally be given a topic to write an essay about. However, your instructor may require you to come with your own ideas for an essay topic. While it may be easy for some people to come up with ideas, it can be very challenging for others.</span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">Because of this, there are a number of things you can use to develop ideas for your essays. One of the things you can use is photographs or images. For many people, photographs can be great tools which will give them ideas.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> </span></span><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"></span><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><br /></span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">You can enhance your skills as a writer by coming up with topics that you wouldn\'t normally think about. The first thing you will want to do is find a photograph of something that inspires you. It can be from a magazine or book, or it can be an image you printed off the internet. Because this is being done to enhance your essay writing skills, it should be a photograph of something you\'re familiar with. Once you have the photograph you want, you will want to spend about ten minutes free writing about it. To be precise, you may want to set an alarm. The purpose of using the photograph is to give you ideas for your essay.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> </span></span><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"> </span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></span></li>\r\n</ol> ',0,1295387545,1295387545,''),(305,36,7,0,'How To Freewrite To Get Ideas For Your Essay','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">Free writing is an easy exercise which will allow you to greatly enhance your essay writing skills. It doesn\'t require a large amount of time, and because of this, it is an excellent tool for people who are suffering from what is called writer\'s block.</span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">It is also a good way to come with ideas for your story. By learning how to free write, you will be able to take your essays to the next level. If you are suffering from a bad case of writer\'s block, free writing will allow you to come up with ideas for a story or essay.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> </span></span><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\"></span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\">The first thing you will want to do is sit down at a desk with paper and a pen. It is best do conduct this exercise in a place which is quiet. If you are in a place which is loud or crowded, you may find it hard to concentrate. This is especially true if you\'re the type of person that is easily distracted. If you are not easily distracted, this exercise can be done anywhere. While this exercise should only last ten minutes, you can write for as long as you like. If you want to write for exactly ten minutes, you will want to get an alarm and set it for this time. Then you will want to write until the alarm goes off.</span><span class=\"apple-converted-space\"> </span></span><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"> </span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></span></li>\r\n</ol> ',0,1295387776,1295387776,''),(304,36,6,1,'An Example','<ol> \r\n <li><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,tahoma; font-size: 12px; text-align: justify;\" class=\"Apple-style-span\"> \r\n <p style=\"font-family: verdana,arial,tahoma; font-size: 13px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); text-decoration: none; margin: 0px 0px 5px;\">For example, if you have a photograph of a woman smoking a cigarette, this could inspire you to write an essay about the importance of not smoking. You could explain the effect that smoking has on your body, and you could also talk about the tobacco companies and how they use alluring ads to get people to smoke. From just this one photograph, there are a number of different directions you can go in. It is not necessary to explain what the picture is about in your essay. Your goal is to use the photograph to come up with ideas. If you have ever heard someone say that "a picture is worth a thousand words," this exercise should be easy for you to understand.<span class=\"Apple-converted-space\"> </span></p></span></span></li> \r\n <li><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,tahoma; font-size: 12px; text-align: justify;\" class=\"Apple-style-span\"> \r\n <p style=\"font-family: verdana,arial,tahoma; font-size: 13px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); text-decoration: none; margin: 0px 0px 5px;\">It is important not to place too much emphasis on the photograph. It should only be used as a starting point. You will find that by using a photograph, you will be able to brainstorm ideas that would have otherwise been difficult to come up with. This exercise can be done alone or in a group. If you are working with a group, you will want to share your ideas with them. If you are working alone, you can start by opening up a magazine. Flip through the pages to find photographs that interest you. On the internet, it is easy to find images. However, using a random image can allow you to come up with ideas that you normally wouldn\'t consider.<span class=\"Apple-converted-space\"> </span></p></span></span></li> \r\n <li><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,tahoma; font-size: 12px; text-align: justify;\" class=\"Apple-style-span\"> \r\n <p style=\"font-family: verdana,arial,tahoma; font-size: 13px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); text-decoration: none; margin: 0px 0px 5px;\">The purpose of this exercise is for you to come up with unique ideas for your essay. The only problem with using the internet is that you may be inclined to search for photographs you\'re interested in rather than photographs that are truly random. You won\'t become a better writer by writing about things you\'re already familiar with. You will become a better writer by expanding your horizons and writing about entirely new topics. For this exercise, there are a few things you will need. A photograph or picture from a magazine is important. You will also need a piece of paper and a pen.</p></span></span></li> \r\n <li><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,tahoma; font-size: 12px; text-align: justify;\" class=\"Apple-style-span\"> \r\n <p style=\"font-family: verdana,arial,tahoma; font-size: 13px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); text-decoration: none; margin: 0px 0px 5px;\">There is virtually no limit to the different number of ideas you can come up with by looking at an image. Photographs have always been used to tell a story, or illustrate something. One of the biggest problems faced by aspiring writers is the inability to come up with ideas. A lack of ideas is what often contributes to writer\'s block. If you are having problems coming up with an idea, find a photo you like and spend a few minutes looking at it. By getting the image in you mind, you will be able to come up with good essay ideas.</p></span></span></li> \r\n</ol> ',0,1295387623,1295387623,''),(306,36,9,0,'How To Choose The Style Of Your Essay','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">When you write an essay, there is a certain style you may want to use. The style of an essay is basically broken down into four categories, and these are quotations, register, paragraph size, and length. In this article I will go over these four categories and explain how they can be effectively used in your articles. The register can be defined as the style which is appropriate for a given situation. Depending on the topic of your article, you will want to write with a certain mood</span>.</span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">If you are writing about a serious topic, your writing style should carry a serious tone. Using jokes in your essays can be risky under any circumstances, but it can destroy the quality of your essay if it is used on a topic which is serious. For example, you wouldn\'t want to make jokes in an article about prostate cancer. This is a serious disease that has taken the lives of many people. The people who are reading your article may have friends or relatives who have died from this disease. Using jokes in this type of essay can destroy your credibility. It is best to not use jokes unless you are absolutely sure that the situation allows it.</span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"></span></span><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n <p class=\"MsoNormal\"><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">In most cases, an essay which is non-assessed should not be more than 2000 words. Before you give your essay to your instructor, it is always a good idea to make copies of it. You may need to use it as a reference later, and there is no guarantee that your instructor won\'t lose it. The style of your essay is very important. In fact, it could be argued that the style is just as important as the presentation. However, the style is just one of the many factors you will want to pay attention to when writing your essay. You will also want to pay attention to your spelling and punctuation, and you should also make sure your paragraphs build on the central theme of the document.</span></span><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"> </span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></span></p> <span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></span></li>\r\n</ol> ',0,1295388013,1295388013,''),(307,36,14,0,'How To Present Your Essay','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">The way you choose to present the ideas in your essay is very important. One rule that you should always remember when writing your essay to put your readers first. If you are writing for your college instructor, they are paid to read your document.</span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">If you become a professional writer, you will be paid to write documents. These people won\'t necessarily have to read your document. If they don\'t like it or feel that it doesn\'t have the quality that they are looking for, they may discard it and move to another document.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> </span></span><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\"></span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\">Because of this, you will want to make sure your essays are written and presented in a way which will capture the attention of your readers. When you get to the university or college level, your instructors will fall between two categories. Even though they are compensated for reading your work, they will have to read through a large number of essays from their students. As you can imagine, the sheer volume of documents that is processed by most university professors can be very difficult. Most college instructors would be much happier doing something else than reading through 30 essays written by their students.</span><span class=\"apple-converted-space\"> </span><span class=\"apple-style-span\"></span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\">This means that your university professor will not be easily impressed by your work. In fact, if your essay doesn\'t immediately capture their attention, they may become easily agitated. While they may not be able to throw it in the trash like a publisher would, they will give you a terrible grade or marks. The only good thing about this is that it allows you to learn from your mistakes. However, if it is a term paper, this mistake may cause you to have to repeat the class over again depending on how important the essay is. As you can see, this is a situation you will want to avoid. The best way to avoid this problem is by putting your reader first.</span><span class=\"apple-converted-space\"> </span><span class=\"apple-style-span\"></span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\">You should want to make your essay as impressive and professional as possible. This is why the presentation is so important. There are a number of guidelines you will want to follow to make sure your essay has the perfect presentation. The first thing you will want to do is make sure you list the materials you referenced to write your essay. College instructors get extremely annoyed by students who fail to do this. In fact, this is the first thing your college professor will look at. If you failed to provide adequate references, you could find yourself with a low score.</span><span class=\"apple-converted-space\"> </span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></span></li>\r\n</ol> ',0,1295388182,1295388182,''),(308,36,15,0,'How To Fight Against Writer\'s Block','<span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">Writer\'s block is something that a lot of people face, but it can be especially troubling for students who are in college or high school. They will usually be sitting in their class when the instructor gives a writing assignment. It will almost always be in the form of an essay, unless it is a creative writing class. While some of the students easily come up with ideas, you may struggle to figure out what you should write about. If this situation sounds familiar, you were going through what is called writer\'s block.</span></span>\r\n<ol>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">If you are currently in this situation, don\'t feel discouraged. Even the greatest writers in history have had moments when they couldn\'t come up with ideas. In fact, if you write on a regular basis, it would be surprising if you didn\'t have writer\'s block at some point. There are a number of reasons why writer\'s block occurs. Many people are simply afraid, or have anxiety about writing. This happens to many students who are in college or high school. They may not like writing, or they may not feel that they have the creativity to come up with good ideas. If you are a professional writer, you may simply be having trouble coming up with a good story.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">Maybe you\'ve written one successful story, and have been placed under a lot of pressure to come up with another. The good news is there are things you can do to fight against writer\'s block. One of the best things you can do is expand your horizons and try something you\'ve never done before. Many people run into writer\'s block because they do the same things over again.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">The strategies that you used to write one essay may not work on another. It is also important to work on a schedule. If you write at a specific time each day, both your body and mind will get used to this. If you write just 500 words each day, it is possible for you to write numerous books over the course of your lifetime. <br /></span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">If you have to write an essay for your college class, take the time to create a schedule. Many students procrastinate and wait to the last minute. Trying to write an essay at the last minute almost always leads to disaster. Your instructor has probably read through thousands of essays, and he or she will be able to tell if your essay was rushed. This can lead to you getting a low grade. <br /></span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">Taking the time to create and stick to a schedule can help you avoid this problem. Another problem that writers have is that they are too hard on themselves. Being hard on yourself is one factor which can lead to writer\'s block.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">nother thing that may help you overcome writer\'s block is too think of writing as a job rather than a hobby. Writing can be likened to physical labor, with the exception that you are primarily using your brain rather than your muscles. When you start to look at writing as a form of labor, it will often become easier to deal with writer\'s block. When you write, you are basically putting words on a page which are lined up side to side. One thing you can do to avoid writer\'s block is to simply take a break after you\'ve finished a project.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">Writing a good essay will require large amounts of mental exertion. If you continue writing without giving your mind an ample time to rest, you could suffer from what is called mental burn out. For writers, having a burn out can be linked to writer\'s block. </span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">If your mind is tired, it will be difficult for you to come up with ideas. If you take a break and go on a vacation, you will find that after you return your mind will be refreshed. You will be able to sit down and come up with ideas, and your writer\'s block is likely to have vanished. You may also find it helpful to work on multiple projects simultaneously.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">The reason why this can overcome writer\'s block is because it will keep you from being bored, and will also stop you from being too comfortable with a specific topic. Studies have shown that working on numerous projects has helped many writers.</span></li>\r\n</ol>\r\n<p class=\"MsoNormal\"><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"> </span></span></p> ',0,1295388550,1295388550,''),(309,36,16,0,'What You Should Know About Publishing Your Essays','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">If you enjoy writing essays, you may be thinking of making a career out of it. There are a large number of magazines, books, and other publications which are looking for essay writers. Getting your work published will require a large amount of work.</span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">You will need to gather your submissions, research the market, and deal with the rejections that you will receive from publishers. Before you start this process, you should take the time to review your skills as an essay writer. While getting your work published can be challenging, you will be rewarded for your efforts if you are persistent.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"></span></span></li>\r\n <li><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"></span></span><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\">You should first decide if you have already written a large number of essays. If you have written only one successful essay, you may want to wait before attempting to work for large organizations. While writing one successful essay is very important, you can become even better by gaining more experience. If an editor rejects your work but asks that you submit it again, do this as soon as possible.</span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\">If you fail to present the publisher with more samples of your work, this can hurt your chances of ever having your essays published. The next thing you should decide is if you\'ve received enough feedback on your work to publish it. If you are looking to become a professional writer, it is critical that you both give and receive feedback. Doing this will allow you to become better at what you do. If your work has not been reviewed by honest sources, it is unlikely that it will withstand the scrutiny of a publisher. Your work should always be proofread by an editor.</span><span class=\"apple-converted-space\"> </span><span class=\"apple-style-span\"></span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\">The next thing you will want to decide is whether or not you are ready to deal with the administrative issues of getting your essays published. To publish your essay, you will need to have the time to create spreadsheets, send out envelopes, and research publishing companies. </span></span></li>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">Understanding the publishing market will make things a lot easier for you. You should also decide which audience you are writing for. Do your essays deal with politics, science, or technology? If you plan on writing essays for a particular topic, it may be a good idea to research the publishing market for that topic..</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"> </span></span><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\"></span></span></li>\r\n <li><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\"><span class=\"apple-style-span\">This is even true for the best writers. You must be prepared to be rejected numerous times before your work is accepted by a publisher. While many writers can easily deal with this, others cannot. To deal with this problem, you will want to gain a lot of experience. Networking with other writers can also help you to deal with rejection. When it comes to getting your work published, rejection is not an easy thing to handle. It is important to be consistent and continue working hard no matter what happens.</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></span></li>\r\n</ol> ',0,1295388858,1295388858,''),(310,36,17,0,'Essay Overview','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<ol>\r\n <li><span class=\"apple-style-span\"><span style=\"font-size: 10pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">An essay is a short work in which the author expresses their point of view on a subject. Many essays will use what is called subjective experiences. There is virtually no topic that couldn\'t be used as the subject of an essay.</span></span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">You could write an essay about everything from religion to science or politics. Essays are considered to be non-fiction works. Essays are typically used in colleges and other institutions of higher learning to determine how well students understand are particular subject. However, essays also play an important role in literature.</span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">The first writer to use essays was Michel de Montaigne. The first essays were used in the 16th century, and they have played in important role in literature since this time. It was Sir Fancis Bacon who first used the term "essays" to describe his work. Over the years, there have been a number of very successful essay writers. Some of these people include George Orwell, Natalia Ginzburg, and E.B. White. The use of essays in universities and colleges are a relatively recent phenomenon in comparison to literature. Essays which are written in college tend to be much more formal than those which are written for literary purposes.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">While college essays still allow students to express their own views, it is generally put in the form of a logical argument. When college level essays are written, students are supposed to write in a way which is not biased. The arguments made in the essay are used to support the points which are being made by the writer. Many students who are new to writing essays will begin with a rigid structure. Their essays are required to start with a thesis statement, and the paragraphs in the body of the document must build on this statement. The essay will be concluded with what is called a summary.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">The form of essay writing which is used by younger students has been criticized for being too simple. Many critics also feel that it limits the amount of expression writers are allowed to use. This issue is currently being debated in academic circles. it should also be noted that there are a number of different essays. There are cause & effect essays, argumentative essays, and definition essays. The number of words for an essay may vary. They will typically not be shorter than 1500 words, and may be as high as 4000 words for graduate level papers. An essay which is very long may contain what is called an introduction page. The end of an essay will typically have what is called a bibliography. </span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">Students who graduate from college will be expected to write a large number of essays. They will have to pay close attention to grammar, spelling, style, theme, and presentation. All of these factors play an important role in how their essays are received by their instructors. The introduction of the essay is considered to be the most important part. Writers must be able to get the attention of readers with the opening sentence. If they fail to grab the attention of their readers with the first sentence, it is unlikely that their essay will be well received, even if it presents some good ideas. <br /></span></li>\r\n <li><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: black;\">While essays are typically associated with colleges, they may also be written for business proposals or literary works. Depending on your profession, you may be required to write an essay on a regular basis. Many magazines and publications pay writers to write essays on a consistent basis. Writing a good essay is something that will come naturally to those who have experience. The primary purpose of writing an essay is to get your thoughts across to readers and get them to agree with your point of view. While essays were traditionally used in literature, they are now used in a wide variety of different fields.</span><span style=\"font-size: 10pt; font-family: \"trebuchet ms\",\"sans-serif\";\"></span></li>\r\n</ol> ',0,1295389145,1295389145,''),(311,37,1,0,'Nouns','<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A noun is any word that defines a person, place, or thing in a sentence.</p> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Nouns give names to:</p> \r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\"> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Concrete Things:<span class=\"Apple-converted-space\"> </span></strong>Jack lost his keys.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Abstract Ideas:<span class=\"Apple-converted-space\"> </span></strong>Her personal philosophy is odd.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Abstract Qualities:<span class=\"Apple-converted-space\"> </span></strong>She says I lack sensitivity.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Feelings:<span class=\"Apple-converted-space\"> </span></strong>I feel great joy when I run.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Actions:<span class=\"Apple-converted-space\"> </span></strong>Parking can be difficult on campus.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">People</strong><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">:<span class=\"Apple-converted-space\"> </span></strong>Steve is our instructor.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Animals:<span class=\"Apple-converted-space\"> </span></strong>What kind of bear is Fozzie Bear?</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Places</strong><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">:<span class=\"Apple-converted-space\"> </span></strong>The Taj-Mahal is located in Agra.</li> \r\n</ul> ',0,1295455422,1295455422,''),(312,37,2,1,'Common Nouns',' <span style=\"word-spacing: 0px; font: 16px trebuchet ms,verdana,arial,helvetica,sans-serif; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"border-width: 0px; padding: 0px; font-size: 13px; margin: 1.2em 0px; vertical-align: baseline; background-color: transparent; outline-width: 0px;\">Nouns can be divided into two categories:<span class=\"Apple-converted-space\"> </span><strong style=\"border-width: 0px; padding: 0px; font-size: 13px; margin: 0px; vertical-align: baseline; background-color: transparent; outline-width: 0px;\">common nouns</strong><span class=\"Apple-converted-space\"> </span>and<strong style=\"border-width: 0px; padding: 0px; font-size: 13px; margin: 0px; vertical-align: baseline; background-color: transparent; outline-width: 0px;\"><span class=\"Apple-converted-space\"> </span>proper nouns</strong>.</p>\r\n<h3 style=\"border-width: 0px; padding: 0px; font-weight: bold; font-size: 1.2em; margin: 1.2em 0px 0.5em; vertical-align: baseline; color: rgb(16, 105, 163); background-color: transparent; outline-width: 0px;\">Common Nouns</h3>\r\n<p style=\"border-width: 0px; padding: 0px; font-size: 13px; margin: 1.2em 0px; vertical-align: baseline; background-color: transparent; outline-width: 0px;\">Common nouns name ordinary things that are not specific or important enough to be capitalized (except at the beginning of a sentence). Common nouns refer to any of a class of people, places, or things. Common nouns include most of the nouns used to name things.</p></span></span><span style=\"font-weight: bold; color: rgb(16, 105, 163);\">\r\n<table border=\"1\" style=\"width: 567px; height: 108px;\"><tbody>\r\n <tr>\r\n <td style=\"vertical-align: top;\"><br />\r\n </td>\r\n <td style=\"vertical-align: top;\"><br />\r\n </td>\r\n <td width=\"100%\" valign=\"top\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\"><br />Examples:</span><span style=\"word-spacing: 0px; font: 16px trebuchet ms,verdana,arial,helvetica,sans-serif; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); text-align: left;\" class=\"Apple-style-span\"><br />\r\n <p style=\"border-width: 0px; padding: 0px; font-size: 13px; margin: 1.2em 0px; vertical-align: baseline; background-color: transparent; outline-width: 0px;\">A few examples: key, flower, dog, city etc.</p>\r\n <p style=\"border-width: 0px; padding: 0px; font-size: 13px; margin: 1.2em 0px; vertical-align: baseline; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; background-color: transparent; outline-width: 0px;\"><font size=\"2\"><span style=\"font-weight: normal; font-size: medium; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; line-height: normal; font-style: normal; white-space: normal; letter-spacing: normal; border-collapse: separate; font-variant: normal; orphans: 2; widows: 2;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></p>\r\n <ul>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Three<span class=\"Apple-converted-space\"> </span><strong>deer</strong><span class=\"Apple-converted-space\"> </span>were eating. </li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">The<span class=\"Apple-converted-space\"> </span><strong>neighbors</strong><span class=\"Apple-converted-space\"> </span>arrived on Sunday. </li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">The<span class=\"Apple-converted-space\"> </span><strong>flowers</strong><span class=\"Apple-converted-space\"> </span>are really beautiful in March. </li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Hiking up the<span class=\"Apple-converted-space\"> </span><strong>mountain</strong><span class=\"Apple-converted-space\"> </span>is fun. </li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Your<span class=\"Apple-converted-space\"> </span><strong>bicycle</strong><span class=\"Apple-converted-space\"> </span>needs to be cleaned. </li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">I enjoy teaching English at the<span class=\"Apple-converted-space\"> </span><strong>college</strong>. </li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Try to clean up your<span class=\"Apple-converted-space\"> </span><strong>room</strong>. </li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">You should study for the<span class=\"Apple-converted-space\"> </span><strong>exam</strong><span class=\"Apple-converted-space\"> </span>tomorrow. </li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">I like talking with my<span class=\"Apple-converted-space\"> </span><strong>friends</strong>. </li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">That<span class=\"Apple-converted-space\"> </span><strong>tree</strong><span class=\"Apple-converted-space\"> </span>needs to be trimmed. </li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\"><strong>Apples</strong><span class=\"Apple-converted-space\"> </span>are really delicious this time of year.<br /></li>\r\n </ul></span></span>\r\n </td>\r\n <td style=\"vertical-align: top; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> \r\n </td>\r\n <td style=\"vertical-align: top; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><br /></font>\r\n </td>\r\n </tr></tbody>\r\n</table></span><a name=\"Sample\" href=\"../hotpot/view.php?id=219\"> Quick Practice questions for Common Nouns</a> ',0,1295455531,1295455531,''),(313,37,3,1,'Proper Nouns','\r\n<p style=\"margin: 14.4pt 0cm; vertical-align: baseline; outline-width: 0px;\"><span style=\"font-size: 10pt;\"><span>Proper nouns name particular people, places, or things, that are special enough to be always capitalized.</span></span></p>\r\n<p style=\"margin: 14.4pt 0cm; vertical-align: baseline; outline-width: 0px;\"><span style=\"font-size: 10pt;\"><span>A few examples: Georgia, Sony, Catholic, Pacific Ocean, Melissa, McDonald s etc.</span></span></p>\r\n<p style=\"margin: 14.4pt 0cm; vertical-align: baseline; outline-width: 0px;\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\">Examples:</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\"><br /></span></span></span></p>\r\n<p style=\"margin: 14.4pt 0cm; vertical-align: baseline; outline-width: 0px;\"><span style=\"font-size: 10pt;\"><span>A few examples: Georgia, Sony, Catholic, Pacific Ocean, Melissa, McDonald s etc.</span></span></p><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\">\r\n<ul>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Names of people</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><strong>Albert Einstein</strong>,<span class=\"Apple-converted-space\"> </span><strong>John Fitzgerald Kennedy</strong>,<span class=\"Apple-converted-space\"> </span><strong>Martin Luther King</strong>,<span class=\"Apple-converted-space\"> </span><strong>Brad Pitt</strong>,<span class=\"Apple-converted-space\"> </span><strong>Angelina Jolie</strong></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Pet names of animals</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><strong>Rocky</strong>,<span class=\"Apple-converted-space\"> </span><strong>Rover</strong>,<span class=\"Apple-converted-space\"> </span><strong>Spot</strong></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Religions, scriptures, deities</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><strong>Judaism</strong>,<span class=\"Apple-converted-space\"> </span><strong>Buddhism</strong>,<span class=\"Apple-converted-space\"> </span><strong>Christianity</strong>, the<span class=\"Apple-converted-space\"> </span><strong>Torah</strong>, the<span class=\"Apple-converted-space\"> </span><strong>Bible</strong>,<span class=\"Apple-converted-space\"> </span><strong>Buddha</strong></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Geographical and astronomical names</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\">the<span class=\"Apple-converted-space\"> </span><strong>Universe</strong>,<span class=\"Apple-converted-space\"> </span><strong>Uranus</strong>, the<span class=\"Apple-converted-space\"> </span><strong>Pacific Ocean</strong>,<span class=\"Apple-converted-space\"> </span><strong>Mount Everest</strong></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Months, days of the week, holidays</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><strong>January</strong>,<span class=\"Apple-converted-space\"> </span><strong>Monday</strong>,<span class=\"Apple-converted-space\"> </span><strong>New Years</strong></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Historical events</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\">the<span class=\"Apple-converted-space\"> </span><strong>Industrial Revolution</strong>, the<span class=\"Apple-converted-space\"> </span><strong>Civil War</strong></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Country names and words derived from those names</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><strong>America</strong>,<span class=\"Apple-converted-space\"> </span><strong>Americans</strong>,<span class=\"Apple-converted-space\"> </span><strong>England</strong>,<span class=\"Apple-converted-space\"> </span><strong>English</strong>,<span class=\"Apple-converted-space\"> </span><strong>Japan</strong>,<span class=\"Apple-converted-space\"> </span><strong>Japanese</strong></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">City names</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><strong>New York</strong>,<span class=\"Apple-converted-space\"> </span><strong>London</strong>,<span class=\"Apple-converted-space\"> </span><strong>Paris</strong></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Monuments, buildings, rooms</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><strong>Washington Monument</strong>,<span class=\"Apple-converted-space\"> </span><strong>Taj Mahal</strong>,<span class=\"Apple-converted-space\"> </span><strong>Room 248</strong></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">The names of companies, organizations, trade marks, brand names</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><strong>Microsoft</strong>,<span class=\"Apple-converted-space\"> </span><strong>NAFTA</strong>,<span class=\"Apple-converted-space\"> </span><strong>Coca Cola</strong></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Vehicle names</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\"><strong>Toyota</strong>,<span class=\"Apple-converted-space\"> </span><strong>Toyota 4Runner</strong>,<span class=\"Apple-converted-space\"> </span><strong>Chevrolet</strong>,<span class=\"Apple-converted-space\"> </span><strong>Chevrolet Malibu</strong></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Awards</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\">the<span class=\"Apple-converted-space\"> </span><strong>Nobel Peace Prize</strong>, the<span class=\"Apple-converted-space\"> </span><strong>Lombardi Trophy</strong></li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\"><strong>Note:</strong><span class=\"Apple-converted-space\"> </span>some words can be used as both<span class=\"Apple-converted-space\"> </span>common nouns<span class=\"Apple-converted-space\"> </span>and proper nouns</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\">The<span class=\"Apple-converted-space\"> </span><strong>Internet</strong><span class=\"Apple-converted-space\"> </span>is a proper noun when it refers to the specific global information network.</li>\r\n <li style=\"margin: 8px 16px; list-style-type: circle;\" class=\"margin2\">The internet is a<span class=\"Apple-converted-space\"> </span>common noun<span class=\"Apple-converted-space\"> </span>when it refers to "internet technologies" such as TCP/IP, DNS, HTTP.</li>\r\n</ul></span></span> ',0,1295455579,1295455579,''),(314,37,4,1,'Count Nouns','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Every Noun can also be distinguished as<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Count</strong><span class=\"Apple-converted-space\"> </span>and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Mass</strong>.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(72, 161, 179); font-weight: bold;\">Count Nouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Count nouns are nouns that can be quantified or counted with a number.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A few examples:</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\" class=\"examples\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Names of persons, animals, plants, insects, and their parts:<span class=\"Apple-converted-space\"> </span></strong>a boy, a kitten, a rose, an ear, three boys, seven kittens, twelve roses, two ears</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Objects with a definite shape:</strong><span class=\"Apple-converted-space\"> </span>a building, a balloon, a house, an octopus, four buildings, six balloons, four houses, two octopi</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Units of measurement and words of classification:<span class=\"Apple-converted-space\"> </span></strong>a gram, a pound, a piece, a lump, an item, a bit, a family, a state, a language, a phrase, a word</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Some abstract words:</strong><span class=\"Apple-converted-space\"> </span>a hindrance, a scheme, an idea, a plan, a taboo, a rest</li>\r\n</ul>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(72, 161, 179); font-weight: bold;\">Tests for Count Nouns:<br /></h4></span></span>\r\n<div style=\"text-align: center;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n <table rules=\"none\" frame=\"box\" width=\"80%\" cellpadding=\"5\" border=\"1\" align=\"middle\" style=\"background-color: rgb(172, 230, 241); background-image: none; float: none; text-align: left; vertical-align: top; border: 1px solid rgb(0, 0, 0);\"><tbody>\r\n <tr>\r\n <td width=\"100%\" valign=\"top\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Count nouns can be quantified by a <span style=\"font-weight: bold;\">number</span>.</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">They have <span style=\"font-weight: bold;\">singular</span> and <span style=\"font-weight: bold;\">plural</span> forms.</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">They can use <span style=\"font-weight: bold;\">a</span>, <span style=\"font-weight: bold;\">an</span>, or <span style=\"font-weight: bold;\">one</span> as a modifier.</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">They can use "<span style=\"font-weight: bold;\">many</span>" as a modifier.</li></span>\r\n </td>\r\n </tr></tbody>\r\n </table></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\"><br /></span></span> ',0,1295455734,1295455734,''),(315,37,5,1,'Mass Nouns','<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Mass nouns are uncountable by a number. Mass nouns are quantified by a word that signifies amount.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A few examples:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Materials, food, metals, and natural qualities</strong>: bread, cotton, wood, lightness, adolescence</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Names of liquids, gases, and substances made of many small particles</strong>: cappuccino, oil, smoke, oxygen, rice, sugar, salt, cement, gravel</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Names of languages</strong>: English, Spanish, French, Latin, Sanskrit, Chinese</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Most gerunds</strong>: looking, listening, swimming, running, anticipating</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Remember that a number can not be used to quantify a mass noun. Incorrect: four woods, one rice, three courages.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">To measure or classify mass nouns, use "of" after a measurement: a foot of wood, a pound of rice, an ounce of courage, a bar of chocolate, a piece of music, a bag of money</p>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Tests for Mass Nouns:</h4>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Mass nouns are quantified by an amount rather than a number.</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">They have only one form (singular).</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">They cannot have "a," "an," or "one" before them as modifiers.</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">They can use "much" as a modifier.</li>\r\n</ul><a title=\"Mass Nouns\" href=\"../../file.php/45/moddata/Grammar_section_HOT_POT_ques/Mass_nouns.htm\">Practice Questions for Mass Nouns</a></span></span> ',0,1295455779,1295455779,''),(316,38,2,1,'Personal Pronouns','<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Personal Pronouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Personal pronouns are the most commonly used pronouns.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Singular personal pronouns: I, me, you, he, him, she, her, it</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Plural personal pronouns: we, us, you, they, them</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\"><font size=\"3\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\">Examples:</span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\"><br /></span></span></span></p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example: John baked a cake for Eileen = He baked it for her.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\">\r\n <ul>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">I went to the supermarket with<span class=\"Apple-converted-space\"> </span><strong>her</strong>.</li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">She went to the supermarket with<span class=\"Apple-converted-space\"> </span><strong>me</strong>.</li>\r\n </ul></span></span></p></span></span> ',0,1295456209,1295456209,''),(317,38,1,0,'Pronouns','<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">Pronouns are words that take the place of nouns.</span></span> ',0,1295457404,1295457404,''),(318,38,3,1,'Possessive Pronouns','<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Possessive Pronouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Possessive pronouns are personal pronouns that show ownership or possession.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Singular possessive pronouns: my, mine, your, yours, his, her, hers, its</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Plural possessive pronouns: our, ours, your, yours, their, theirs</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\"><font size=\"3\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\">Examples:</span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\"><br /></span></span></span></p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example: I found John\'s hat = I found his hat.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\">\r\n <ul>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">That book is<span class=\"Apple-converted-space\"> </span><strong>mine</strong>.</li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">This book is<span class=\"Apple-converted-space\"> </span><strong>yours.</strong></li>\r\n </ul></span></span></p></span></span> ',0,1295457696,1295457696,''),(319,38,4,1,'Demonstrative Pronouns','<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Demonstrative Pronouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Demonstrative pronouns call attention to their antecedents. An antecedent is the word or words to which a pronoun refers.</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Singular demonstrative pronouns: this, that</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Plural demonstrative pronouns: these, those</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\"><font size=\"3\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\">Examples:</span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\"><br /></span></span></span></p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> The yellow car is his = That is his car.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 12px; text-align: left;\" class=\"Apple-style-span\">\r\n <ul>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Please take<span class=\"Apple-converted-space\"> </span><strong>this</strong><span class=\"Apple-converted-space\"> </span>to the manager. (singular<span class=\"Apple-converted-space\"> </span>and close to speaker)</li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Please take<span class=\"Apple-converted-space\"> </span><strong>that</strong><span class=\"Apple-converted-space\"> </span>to the manager. (singular<span class=\"Apple-converted-space\"> </span>and at a distance from the speaker)</li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Please take<span class=\"Apple-converted-space\"> </span><strong>these</strong><span class=\"Apple-converted-space\"> </span>to the manager. (plural<span class=\"Apple-converted-space\"> </span>and close to speaker)</li>\r\n <li style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\" class=\"margin1\">Please take<span class=\"Apple-converted-space\"> </span><strong>those</strong><span class=\"Apple-converted-space\"> </span>to the manager. (plural<span class=\"Apple-converted-space\"> </span>and at a distance from the speaker)</li>\r\n </ul></span></span></p></span></span> ',0,1295457805,1295457805,''),(320,38,5,1,'Reflexive Pronouns','<span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Reflexive Pronouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Reflexive pronouns reflect the action back to the noun or pronoun that has just been named (ends in -self or -selves).</p>\r\n<ul style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: disc; list-style-position: outside;\">\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Singular reflexive pronouns: myself, yourself, himself, herself</li>\r\n <li style=\"margin: 0.5em 0px 0.5em 3em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Plural reflexive pronouns: ourselves, themselves, yourselves</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\"><font size=\"3\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\">Examples:</span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\"><br /></span></span></span></p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Example: I will find it myself.<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><br /><span class=\"Apple-style-span\" style=\"font-size: 12px; text-align: left;\">\r\n <ul>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\">She gave<span class=\"Apple-converted-space\"> </span><strong>herself</strong><span class=\"Apple-converted-space\"> </span>a lot of credit.</li>\r\n <li class=\"margin1\" style=\"margin-top: 16px; margin-bottom: 16px; list-style-type: disc;\">They rewarded<span class=\"Apple-converted-space\"> </span><strong>themselves</strong><span class=\"Apple-converted-space\"> </span>with a few days off.</li>\r\n </ul></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n <h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">A Helpful Hint</h3>\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Hint: When a pronoun is used in a sentence, it should always be clear to what or to whom the pronoun is referring. Too many pronouns in a sentence can be very confusing:</p>\r\n <p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example: He went there to do that, but she didn\'t know where he was.</p></span></span></p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 12px; text-align: left;\"><br /></span></span></p></span></span> ',0,1295457913,1295457913,''),(321,38,6,1,'Indefinite Pronouns','<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A pronoun is a substitute for a noun. The pronouns or nouns Sthat they refer to are called<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">antecedents</strong>. A pronoun and its antecedent are in agreement if they are both singular or both plural.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Dr. Morganstern finished his rounds.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Frequent misuse of plural pronouns occurs with two types of singular antecedents:<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">indefinite pronouns</strong><span class=\"Apple-converted-space\"> </span>and <strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">generic nouns</strong>.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Indefinite Pronouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Indefinite pronouns refer to nonspecific persons or things.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">They include: any, either, everything, no one, each, anybody, everybody, neither, someone, anyone, everyone, none, something</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\"><font size=\"3\"><span style=\"font-weight: bold; color: rgb(16, 105, 163);\">Examples:</span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\" class=\"Apple-style-span\"></span></span></span></p></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\"></span></span>\r\n<ul>\r\n <li><font size=\"2\">In class everyone performs at his or her [not their] level of ability.</font></li>\r\n <li><font size=\"2\">I think<span class=\"Apple-converted-space\"> </span><strong>someone</strong><span class=\"Apple-converted-space\"> </span>is on the roof.</font></li>\r\n <li><font size=\"2\">There are a<span class=\"Apple-converted-space\"> </span><strong>few</strong><span class=\"Apple-converted-space\"> </span>on the table.</font></li>\r\n</ul> ',0,1295457963,1295457963,''),(322,38,7,1,'Generic Nouns/Antecedent Agreement','<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Generic Nouns</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Generic nouns represent a typical member or any member of a group, such as a typical student or any lawyer.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Every student must pull all-nighters regularly if he or she wants to excel.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">To correct a mistakenly plural pronoun referring to a singular general noun, you can do one of the three things mentioned above.<br /></p>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Suggestions for Working with Generic Nouns</h4>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Treat collective nouns as singular unless the meaning is clearly plural. Collective nouns include such words as: jury, committee, crowd, family, audience, couple, troop, team, class.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Ordinarily the group functions as a unit, so the noun should be considered singular; however, if the members of the group function as individuals, the noun should be treated as plural.</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Example: The O.J. Simpson jury has reached its decision.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Compare: The Illini crowd clapped their hands.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Compound antecedents connected by "and" should be treated as plural.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Jack and Jill climbed up a hill and fetched their pail of water.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">When compound antecedents are connected by "or" or "nor" (or by "either...or" or "neither...nor"), make the pronoun agree with the nearer antecedent.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Either Desi or Lucy should be fired from her job.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Neither the engineering student nor the biology majors could remember their schedules.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Correcting Agreement Problems</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">To correct a mistakenly plural pronoun referring to a singular indefinite pronoun or generic noun, you can do one of three things:</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Replace the plural pronoun with he or she or [his or her.]</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">When someone has been drinking, he or she is probably acting dumb.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Make the antecedent plural.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">When frat boys have been drinking, they are probably acting dumb.</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Rewrite the sentence so that no problem of agreement exists.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Example:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">A frat boy who has been drinking is probably acting dumb.</li>\r\n</ul></span></span> ',0,1295458010,1295458010,''),(323,38,8,1,'Noun and Pronoun Case','<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Case refers to how nouns and pronouns are used in relation to the other words in a sentence. The three cases are<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">subjective</strong>,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">objective</strong>, and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">possessive</strong>. See below for a chart of pronoun cases.</p> \r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Subjective Case</h3> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Subjective case is sometimes called the nominative case. A noun or pronoun is in the subjective when it is used as the subject of the sentence or as a predicate noun. A predicate noun follows a form of the "be" verb, and it renames the subject of the sentence. In the following examples, nouns and pronouns in the subjective case are in orange.</p> \r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\"> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I hope to finish my paper tonight.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Valerie danced in the statewide competition.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He is a clown. (The word clown is a predicate noun)</li> \r\n</ul> \r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Objective Case</h3> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A noun or pronoun is in the objective case when it is used as a direct object, an indirect object, or an object of the preposition.</p> \r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\"> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Dad prepared the dinner.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Our dog crawled under the fence.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Mom gave us the money.</li> \r\n</ul> \r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Possessive Case</h3> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">A noun or pronoun is in the possessive case when it is used to show ownership of an object:</p> \r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\"> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Mom washed Valerie\'s leotard.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Where did you find her book?</li> \r\n</ul> \r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">A Chart of Pronoun Cases</h3><br /> \r\n<table cellspacing=\"0\" summary=\"A chart of pronoun cases.\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Subjective \r\n </th> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Objective \r\n </th> \r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Possessive \r\n </th> \r\n </tr> \r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">I<br /> \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Me \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">My, Mine \r\n </td> \r\n </tr> \r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">You<br /> \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">You \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Your, Yours \r\n </td> \r\n </tr> \r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">He<span class=\"Apple-converted-space\"> </span><br /> \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Him \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">His \r\n </td> \r\n </tr> \r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">She<br /> \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Her \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Her, Hers \r\n </td> \r\n </tr> \r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(255, 255, 255); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; color: rgb(26, 87, 166);\">It<br /> \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(255, 255, 255); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; color: rgb(26, 87, 166);\">It \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(255, 255, 255); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; color: rgb(26, 87, 166);\">Its \r\n </td> \r\n </tr> \r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">We<br /> \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Us \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Our, Ours \r\n </td> \r\n </tr> \r\n <tr valign=\"baseline\" align=\"left\" style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">They<br /> \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Them \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">Their, Theirs \r\n </td> \r\n </tr></tbody> \r\n</table> ',0,1295458083,1295458083,''),(324,39,1,0,'Verbs','<font size=\"2\"><font size=\"3\">A verb:<br /></font></font>\r\n<ul>\r\n <li><font size=\"2\">is a word which refers to an action (do, eat, talk) or a state (be, like, own)</font></li>\r\n <li><font size=\"2\">must be included in a complete<span class=\"Apple-converted-space\"> </span>sentence</font></li>\r\n <li><font size=\"2\">is the main element of the<span class=\"Apple-converted-space\"> </span>predicate<span class=\"Apple-converted-space\"> </span>of a<span class=\"Apple-converted-space\"> </span>sentence</font></li>\r\n</ul> ',0,1295458789,1295458789,''),(325,39,2,1,'Principal Tenses of Verbs','<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The three principal parts of verbs are the<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">present tense</strong>, the<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">past tense</strong>, and the<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">past participle</strong>. (The present participle or "-ing" form is sometimes considered a fourth principal tense.)</p> \r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Present Tense</h3> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Present tense indicates an action in the present:</p> \r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\"> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Now the class begins.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">She walks to class.</li> \r\n</ul> \r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Past Tense</h3> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Past tense indicates an action that occurred in the past:</p> \r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\"> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">We wanted to see the show.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The little girl blew a bubble.</li> \r\n</ul> \r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Past Participle</h3> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The past participle can be used as an adjective or modifier. It is typically formed by adding \'d\' or \'ed\' to the base form. Many times, this form is identical to the past tense of the verb:</p> \r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\"> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Since the dishes were washed, we left the kitchen.</li> \r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The broken vase sat unceremoniously on the kitchen table.</li> \r\n</ul> \r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Common Mistakes</h3> \r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">There are many irregular verbs (about 250) that confuse writers when forming past tense and past participles. Here is a sample of irregular verbs.</p> \r\n<table cellspacing=\"0\" summary=\"A chart of irregular verbs.\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <th scope=\"col\" style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Present Tense \r\n </th> \r\n <th scope=\"col\" style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Past Tense \r\n </th> \r\n <th scope=\"col\" style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Past Participle \r\n </th> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">drink \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">drank \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">drunk \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">be \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">was, were \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">been \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">eat \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">ate \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">eaten \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">see \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">saw \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">seen \r\n </td> \r\n </tr> \r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\"> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">swim \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">swam \r\n </td> \r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">swum \r\n </td> \r\n </tr></tbody> \r\n</table> ',0,1295458821,1295458821,''),(326,39,3,1,'Auxiliary Verbs','<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Auxiliary or helping verbs are verbs that are used to help form verb phrases but cannot do so independently. There are four basic auxiliary verb groups:</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">To Be</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">This auxiliary verb is used in the progressive tenses and passive voice:</p>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Progressive Tense:</h4>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You are kicking.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You were kicking.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You have been kicking.</li>\r\n</ul>\r\n<h4 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Passive Voice:</h4>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You are kicked.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You were kicked.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">You have been kicked.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">To Have</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">This verb is used as an auxiliary in the perfect tense:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I have finished my paper.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I had finished my paper.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I have been finished with my paper.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Model Auxiliaries</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">These auxiliaries affect the mood of the verb; that is, they determine whether a verb is a fact, desire, possibility, or command. They are most commonly used to represent degrees of freedom or severity.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Most common modal auxiliaries: will, shall, can, may, need (to), dare, would, should, could, might, must, ought (to)</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Ability</strong>: I can run.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Necessity</strong>: I must run.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Obligation</strong>: I ought to run.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Permission</strong>: I may run.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">To Do</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">This verb is used when the main verb of the sentence requires aid of an auxiliary, but there is no other helping verb that will fit. It is often used in questions, negative or emphatic statements:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Does he drive?</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He drives, doesn\'t he?</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Despite his flat tire he does drive.</li>\r\n</ul></span></span> ',0,1295458875,1295458875,''),(327,39,4,1,'Perfect and Progressive Verb Forms','<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Perfect Form</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The perfect form is the verb tense used to indicate a completed, or "perfected," action or condition. Verbs can appear in any one of three perfect tenses: present perfect, past perfect, and future perfect.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Verbs in the perfect form use a form of "have" or "had" + the past participle. (It is the form of the helping verb that indicates the tense.)</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Present Perfect</strong>: I have finished my homework already.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Past Perfect</strong>: He had watched TV for an hour before dinner.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Future Perfect</strong>: Nancy will have finished by the time her parents return.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Progressive Form</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The progressive form is a verb tense used to show an ongoing action in progress at some point in time. It shows an action still in progress. Verbs can appear in any one of three progressive tenses: present progressive, past progressive, and future progressive.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The verbs in the progressive form use a form of "to be" + the present participle (an -ing verb). (It is the form of the helping verb that indicates the tense.)</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Present Progressive</strong>: The cake is baking slowly.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Past Progressive</strong>: The trees were waving back and forth.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Future Progressive</strong>: The children will be laughing.</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Perfect + Progressive</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">The perfect and progressive forms can be combined, as in the following examples (again, the form of the helping verbs indicates the tense):</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Present Perfect Progressive</strong>: I have been running for an hour.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Past Perfect Progressive</strong>: I had been running for an hour.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Future Perfect Progressive</strong>: I will have been running for an hour.</li>\r\n</ul></span></span> ',0,1295458915,1295458915,''),(328,39,5,1,'Regular and Irregular Verbs','<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Verbs are subdivided into two groups,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">regular verbs</strong><span class=\"Apple-converted-space\"> </span>and<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">irregular verbs</strong>, on the basis of how their past tense and past participles are formed. See below for tips on how to distinguish between them.</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Regular Verbs</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Most verbs are regular verbs. Regular verbs are those whose past tense and past participles are formed by adding a -d or an -ed to the end of the verb.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">"To roll" is a good example of a regular verb:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">roll, rolled, rolled</li>\r\n</ul>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Sometimes the last consonant must be doubled before adding the -ed ending. For example:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">plan, planned, planned</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Irregular Verbs</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">There is no formula to predict how an irregular verb will form its past-tense and past-participle forms. There are over 250 irregular verbs in English. Although they do not follow a formula, there are some fairly common irregular forms. Some of these forms are:</p>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">break, broke, broken</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">cut, cut, cut</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">run, ran, run</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">meet, met, met</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">come, came, come</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">repay, repaid, repaid</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">swim, swam, swum</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">be was/were been</li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Distinguishing Regular and Irregular Verbs</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Dictionaries are perhaps the most valuable tool one can use in distinguishing between regular and irregular verbs. If only one form of the verb is listed, the verb is regular. If the verb is irregular, the dictionary will list the principal parts of the other forms.</p></span></span> ',0,1295458991,1295458991,''),(329,39,6,1,'Verb Mood','<span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; text-align: left;\">\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Verbs may be in one of three moods:<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">indicative</strong>,<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">imperative</strong>, or<span class=\"Apple-converted-space\"> </span><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">subjunctive</strong>. The indicative mood is used to make factual statements. The imperative mood makes a request or a command. The subjunctive mood can express a doubt or a wish using clauses beginning with "if" or "that"; it can also express a request, demand, or proposal in a clause beginning with "that."</p>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Indicative Mood</h3>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Present indicative</strong>: Jerry Seinfeld laughs on television.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Past indicative</strong>: Jerry laughed on television.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\"><strong style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Future indicative</strong>: Jerry will laugh on television tomorrow.<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Imperative Mood</h3>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Notice how much sharper the picture appears.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Call her tomorrow.</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">Take a seat!<span class=\"Apple-converted-space\"> </span><br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Subjunctive Mood</h3>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">He talks about grammar as if he were an expert. (Expresses doubt or an idea contrary to fact.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I wish that I were a fast runner. (Expresses a wish.)<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Present Subjunctive</h3>\r\n<ul class=\"examples\" style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; list-style-type: none;\">\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The professor requests that the paper be turned in on time. (Expresses a request.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">The rules require that each contestant submit an entry form. (Expresses a demand.)</li>\r\n <li style=\"margin: 0.5em 3em 0.5em 2.2em; padding: 0px 0px 0px 0.8em; border-width: 0px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-left: 1px solid rgb(204, 204, 204);\">I suggest that the heat be reduced. (Illustrates a proposal.)<br /></li>\r\n</ul>\r\n<h3 style=\"margin: 1.2em 0px 0.5em; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 1.2em; vertical-align: baseline; background-color: transparent; color: rgb(16, 105, 163); font-weight: bold;\">Auxiliary Verbs</h3>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Auxiliary verbs "could," "would," and "should" might also express the subjunctive mood, especially when one expresses a condition contrary to fact.</p>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Examples:</p>\r\n<table cellspacing=\"0\" summary=\"A chart of examples of past subjunctive and condition contrary to fact.\" style=\"margin: 0px; padding: 0px; border-width: 1px 0px 0px 1px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(241, 250, 255); border-collapse: collapse; border-left: 1px solid rgb(162, 206, 234); border-top: 1px solid rgb(162, 206, 234);\"><tbody style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Past subjunctive\r\n </th>\r\n <th style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: rgb(209, 235, 251); border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left; font-weight: bold;\">Condition contrary to fact\r\n </th>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">If the forecaster were correct, I would be prepared.<br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">If the forecaster could be correct, I would be prepared.\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">If the company were to fly her, she would interview.<span class=\"Apple-converted-space\"> </span><br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">If the company would fly her, she would interview.\r\n </td>\r\n </tr>\r\n <tr style=\"margin: 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">If Joe were to marry Ann, he would be happy.<br />\r\n </td>\r\n <td style=\"margin: 0px; padding: 4px 8px; border-width: 0px 1px 1px 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent; border-right: 1px solid rgb(162, 206, 234); border-bottom: 1px solid rgb(162, 206, 234); text-align: left;\">If Joe should marry Ann, he would be happy.\r\n </td>\r\n </tr></tbody>\r\n</table>\r\n<p style=\"margin: 1.2em 0px; padding: 0px; border-width: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-color: transparent;\">Verbs that are often followed by "that" clauses with subjunctive verbs: announce, ask, as if, as though, demand, determine, indicate, insist, move, order, prefer, propose, recommend, request, require, and suggest.</p></span></span> ',0,1295459110,1295459110,''); /*!40000 ALTER TABLE `mdl_book_chapters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_cache_filters` -- DROP TABLE IF EXISTS `mdl_cache_filters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_cache_filters` ( `id` bigint(10) unsigned NOT NULL auto_increment, `filter` varchar(32) NOT NULL default '', `version` bigint(10) unsigned NOT NULL default '0', `md5key` varchar(32) NOT NULL default '', `rawtext` text NOT NULL, `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_cachfilt_filmd5_ix` (`filter`,`md5key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='For keeping information about cached data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_cache_filters` -- LOCK TABLES `mdl_cache_filters` WRITE; /*!40000 ALTER TABLE `mdl_cache_filters` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_cache_filters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_cache_flags` -- DROP TABLE IF EXISTS `mdl_cache_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_cache_flags` ( `id` bigint(10) unsigned NOT NULL auto_increment, `flagtype` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `timemodified` bigint(10) unsigned NOT NULL default '0', `value` mediumtext NOT NULL, `expiry` bigint(10) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `mdl_cachflag_fla_ix` (`flagtype`), KEY `mdl_cachflag_nam_ix` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=474 DEFAULT CHARSET=utf8 COMMENT='Cache of time-sensitive flags'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_cache_flags` -- LOCK TABLES `mdl_cache_flags` WRITE; /*!40000 ALTER TABLE `mdl_cache_flags` DISABLE KEYS */; INSERT INTO `mdl_cache_flags` VALUES (1,'accesslib/dirtycontexts','/1',1289487287,'1',1289488187),(2,'accesslib/dirtycontexts','/1/3/10',1281638730,'1',1281645930),(3,'accesslib/dirtycontexts','/1/3/10/17',1281638728,'1',1281645928),(4,'accesslib/dirtycontexts','/1/3/10/11',1281638730,'1',1281645930),(5,'accesslib/dirtycontexts','/1/3/10/12',1281638730,'1',1281645930),(6,'accesslib/dirtycontexts','/1/3/10/13',1281638730,'1',1281645930),(7,'accesslib/dirtycontexts','/1/3/10/14',1281638730,'1',1281645930),(8,'accesslib/dirtycontexts','/1/3/10/15',1281638730,'1',1281645930),(9,'accesslib/dirtycontexts','/1/3/10/16',1281638730,'1',1281645930),(10,'accesslib/dirtycontexts','/1/3/10/18',1281638730,'1',1281645930),(11,'accesslib/dirtycontexts','/1/3/10/19',1281638730,'1',1281645930),(12,'accesslib/dirtycontexts','/1/3/20',1281642116,'1',1281649316),(13,'accesslib/dirtycontexts','/1/94',1290314071,'1',1290314971),(14,'accesslib/dirtycontexts','/1/94/95',1290314025,'1',1290314925),(15,'accesslib/dirtycontexts','/1/3/41',1281641934,'1',1281649134),(16,'accesslib/dirtycontexts','/1/94/95/41',1286008639,'1',1286009539),(17,'accesslib/dirtycontexts','/1/3/30',1281641935,'1',1281649135),(18,'accesslib/dirtycontexts','/1/94/95/30',1289592884,'1',1289593784),(19,'accesslib/dirtycontexts','/1/94/96',1290313943,'1',1290314843),(20,'accesslib/dirtycontexts','/1/3/79',1281642092,'1',1281649292),(21,'accesslib/dirtycontexts','/1/94/96/79',1289227946,'1',1289228846),(22,'accesslib/dirtycontexts','/1/3/53',1281642093,'1',1281649293),(23,'accesslib/dirtycontexts','/1/94/96/53',1289210562,'1',1289211462),(24,'accesslib/dirtycontexts','/1/3/20/27',1281642113,'1',1281649313),(25,'accesslib/dirtycontexts','/1/3/20/28',1281642115,'1',1281649315),(26,'accesslib/dirtycontexts','/1/3/20/26',1281642116,'1',1281649316),(27,'accesslib/dirtycontexts','/1/3/20/25',1281642116,'1',1281649316),(28,'accesslib/dirtycontexts','/1/3/20/24',1281642116,'1',1281649316),(29,'accesslib/dirtycontexts','/1/3/20/23',1281642116,'1',1281649316),(30,'accesslib/dirtycontexts','/1/3/20/22',1281642116,'1',1281649316),(31,'accesslib/dirtycontexts','/1/3/20/21',1281642116,'1',1281649316),(32,'accesslib/dirtycontexts','/1/3/20/29',1281642116,'1',1281649316),(33,'accesslib/dirtycontexts','/1/3',1281642621,'1',1281649821),(34,'accesslib/dirtycontexts','/1/2/6',1281697317,'1',1281704517),(35,'accesslib/dirtycontexts','/1/2/4',1281698082,'1',1281705282),(36,'accesslib/dirtycontexts','/1/94/104',1290313959,'1',1290314859),(37,'accesslib/dirtycontexts','/1/94/105',1290314046,'1',1290314946),(38,'accesslib/dirtycontexts','/1/94/104/106',1288628177,'1',1288629077),(39,'accesslib/dirtycontexts','/1/94/104/116',1289322614,'1',1289323514),(40,'accesslib/dirtycontexts','/1/94/104/141',1281706024,'1',1281713224),(41,'accesslib/dirtycontexts','/1/94/105/141',1289919093,'1',1289919993),(42,'accesslib/dirtycontexts','/1/94/104/127',1281706024,'1',1281713224),(43,'accesslib/dirtycontexts','/1/94/105/127',1289455571,'1',1289456471),(44,'accesslib/dirtycontexts','/1/94/96/53/60',1282097610,'1',1282098510),(45,'accesslib/dirtycontexts','/1/94/96/53/61',1282097631,'1',1282098531),(46,'accesslib/dirtycontexts','/1/94/96/53/64',1282097678,'1',1282098578),(47,'accesslib/dirtycontexts','/1/94/96/53/63',1282097691,'1',1282098591),(48,'accesslib/dirtycontexts','/1/94/96/53/65',1282097774,'1',1282098674),(49,'accesslib/dirtycontexts','/1/94/96/53/66',1282097789,'1',1282098689),(50,'accesslib/dirtycontexts','/1/94/96/53/67',1282097798,'1',1282098698),(51,'accesslib/dirtycontexts','/1/94/96/53/68',1282097806,'1',1282098706),(52,'accesslib/dirtycontexts','/1/94/96/53/69',1282097814,'1',1282098714),(53,'accesslib/dirtycontexts','/1/94/96/53/70',1282097823,'1',1282098723),(54,'accesslib/dirtycontexts','/1/94/96/53/54',1282097832,'1',1282098732),(55,'accesslib/dirtycontexts','/1/94/156',1284098007,'1',1284098907),(56,'accesslib/dirtycontexts','/1/94/96/53/56',1282099189,'1',1282100089),(57,'accesslib/dirtycontexts','/1/94/96/53/62',1282103980,'1',1282104880),(58,'accesslib/dirtycontexts','/1/94/96/53/59',1282104018,'1',1282104918),(59,'accesslib/dirtycontexts','/1/94/96/53/58',1282104031,'1',1282104931),(60,'accesslib/dirtycontexts','/1/94/96/53/169',1282105426,'1',1282106326),(61,'accesslib/dirtycontexts','/1/94/96/53/170',1282105644,'1',1282106544),(62,'accesslib/dirtycontexts','/1/94/96/53/171',1283255760,'1',1283256660),(63,'accesslib/dirtycontexts','/1/94/96/53/172',1283255775,'1',1283256675),(64,'accesslib/dirtycontexts','/1/94/96/53/173',1283255791,'1',1283256691),(65,'accesslib/dirtycontexts','/1/94/96/53/176',1283255801,'1',1283256701),(66,'accesslib/dirtycontexts','/1/94/96/53/55',1283255848,'1',1283256748),(67,'accesslib/dirtycontexts','/1/94/96/53/177',1283367970,'1',1283368870),(68,'accesslib/dirtycontexts','/1/94/96/53/184',1283438956,'1',1283439856),(69,'accesslib/dirtycontexts','/1/94/96/53/190',1283521371,'1',1283522271),(70,'accesslib/dirtycontexts','/1/94/96/53/193',1283577015,'1',1283577915),(71,'accesslib/dirtycontexts','/1/94/196',1283695239,'1',1283696139),(72,'accesslib/dirtycontexts','/1/94/196/197',1283694313,'1',1283695213),(73,'accesslib/dirtycontexts','/1/94/196/197/198',1283694434,'1',1283695334),(74,'accesslib/dirtycontexts','/1/94/196/197/199',1283695190,'1',1283696090),(75,'accesslib/dirtycontexts','/1/196',1283760466,'1',1283761366),(76,'accesslib/dirtycontexts','/1/196/197',1283760445,'1',1283761345),(77,'accesslib/dirtycontexts','/1/197',1283695291,'1',1283696191),(78,'accesslib/dirtycontexts','/1/197/198',1283695281,'1',1283696181),(79,'accesslib/dirtycontexts','/1/198',1283695299,'1',1283696199),(80,'accesslib/dirtycontexts','/1/196/198',1283760338,'1',1283761238),(81,'accesslib/dirtycontexts','/1/196/197/209',1283760149,'1',1283761049),(82,'accesslib/dirtycontexts','/1/196/197/219',1283760204,'1',1283761104),(83,'accesslib/dirtycontexts','/1/196/197/229',1283760187,'1',1283761087),(84,'accesslib/dirtycontexts','/1/196/197/239',1283760273,'1',1283761173),(85,'accesslib/dirtycontexts','/1/196/197/249',1283760149,'1',1283761049),(86,'accesslib/dirtycontexts','/1/196/197/259',1283760069,'1',1283760969),(87,'accesslib/dirtycontexts','/1/196/197/269',1283760103,'1',1283761003),(88,'accesslib/dirtycontexts','/1/94/105/280',1284782842,'1',1284783742),(89,'accesslib/dirtycontexts','/1/94/105/280/281',1284782842,'1',1284783742),(90,'accesslib/dirtycontexts','/1/94/105/280/281/259',1284782842,'1',1284783742),(91,'accesslib/dirtycontexts','/1/94/105/280/281/269',1284782841,'1',1284783741),(92,'accesslib/dirtycontexts','/1/196/197/199',1283760126,'1',1283761026),(93,'accesslib/dirtycontexts','/1/94/105/280/281/199',1284782841,'1',1284783741),(94,'accesslib/dirtycontexts','/1/94/105/280/281/249',1284782841,'1',1284783741),(95,'accesslib/dirtycontexts','/1/94/105/280/281/209',1284782841,'1',1284783741),(96,'accesslib/dirtycontexts','/1/94/105/280/281/229',1284782841,'1',1284783741),(97,'accesslib/dirtycontexts','/1/94/105/280/281/219',1284782840,'1',1284783740),(98,'accesslib/dirtycontexts','/1/94/105/280/281/239',1284782840,'1',1284783740),(99,'accesslib/dirtycontexts','/1/94/96/53/195',1283767887,'1',1283768787),(100,'accesslib/dirtycontexts','/1/94/96/53/194',1283767901,'1',1283768801),(101,'accesslib/dirtycontexts','/1/94/105/280/281/286',1284782840,'1',1284783740),(102,'accesslib/dirtycontexts','/1/94/156/163',1284098005,'1',1284098905),(103,'accesslib/dirtycontexts','/1/94/156/157',1284098006,'1',1284098906),(104,'accesslib/dirtycontexts','/1/94/156/158',1284098006,'1',1284098906),(105,'accesslib/dirtycontexts','/1/94/156/159',1284098006,'1',1284098906),(106,'accesslib/dirtycontexts','/1/94/156/160',1284098006,'1',1284098906),(107,'accesslib/dirtycontexts','/1/94/156/161',1284098006,'1',1284098906),(108,'accesslib/dirtycontexts','/1/94/156/162',1284098006,'1',1284098906),(109,'accesslib/dirtycontexts','/1/94/156/164',1284098006,'1',1284098906),(110,'accesslib/dirtycontexts','/1/94/156/165',1284098006,'1',1284098906),(111,'accesslib/dirtycontexts','/1/2/175',1284098129,'1',1284099029),(112,'accesslib/dirtycontexts','/1/2/299',1284098156,'1',1284099056),(113,'accesslib/dirtycontexts','/1/94/104/106/308',1284416722,'1',1284417622),(114,'accesslib/dirtycontexts','/1/94/104/106/311',1284438057,'1',1284438957),(115,'accesslib/dirtycontexts','/1/2/102',1284528341,'1',1284529241),(116,'accesslib/dirtycontexts','/1/2/314',1284528363,'1',1284529263),(117,'accesslib/dirtycontexts','/1/317',1284808120,'1',1284809020),(118,'accesslib/dirtycontexts','/1/317/318',1284808120,'1',1284809020),(119,'accesslib/dirtycontexts','/1/317/328',1284693846,'1',1284694746),(120,'accesslib/dirtycontexts','/1/317/329',1284808119,'1',1284809019),(121,'accesslib/dirtycontexts','/1/317/339',1284808120,'1',1284809020),(122,'accesslib/dirtycontexts','/1/317/349',1284808117,'1',1284809017),(123,'accesslib/dirtycontexts','/1/317/350',1284808118,'1',1284809018),(124,'accesslib/dirtycontexts','/1/317/369',1284808118,'1',1284809018),(125,'accesslib/dirtycontexts','/1/317/370',1284808119,'1',1284809019),(126,'accesslib/dirtycontexts','/1/317/389',1284808118,'1',1284809018),(127,'accesslib/dirtycontexts','/1/317/399',1284808118,'1',1284809018),(128,'accesslib/dirtycontexts','/1/317/400',1284808119,'1',1284809019),(129,'accesslib/dirtycontexts','/1/317/419',1284808120,'1',1284809020),(130,'accesslib/dirtycontexts','/1/317/420',1284808118,'1',1284809018),(131,'accesslib/dirtycontexts','/1/317/439',1284808117,'1',1284809017),(132,'accesslib/dirtycontexts','/1/317/440',1284808117,'1',1284809017),(133,'accesslib/dirtycontexts','/1/317/459',1284808119,'1',1284809019),(134,'accesslib/dirtycontexts','/1/317/460',1284808118,'1',1284809018),(135,'accesslib/dirtycontexts','/1/2/315',1284700765,'1',1284701665),(136,'accesslib/dirtycontexts','/1/94/105/280/281/480',1284782839,'1',1284783739),(137,'accesslib/dirtycontexts','/1/94/104/106/313',1284747752,'1',1284748652),(138,'accesslib/dirtycontexts','/1/94/104/106/309',1284748319,'1',1284749219),(139,'accesslib/dirtycontexts','/1/94/104/106/493',1284749321,'1',1284750221),(140,'accesslib/dirtycontexts','/1/94/105/280/281/480/487',1284782837,'1',1284783737),(141,'accesslib/dirtycontexts','/1/94/105/280/281/480/491',1284782838,'1',1284783738),(142,'accesslib/dirtycontexts','/1/94/105/280/281/480/490',1284782839,'1',1284783739),(143,'accesslib/dirtycontexts','/1/94/105/280/281/480/481',1284782839,'1',1284783739),(144,'accesslib/dirtycontexts','/1/94/105/280/281/480/482',1284782839,'1',1284783739),(145,'accesslib/dirtycontexts','/1/94/105/280/281/480/483',1284782839,'1',1284783739),(146,'accesslib/dirtycontexts','/1/94/105/280/281/480/484',1284782839,'1',1284783739),(147,'accesslib/dirtycontexts','/1/94/105/280/281/480/485',1284782839,'1',1284783739),(148,'accesslib/dirtycontexts','/1/94/105/280/281/480/486',1284782839,'1',1284783739),(149,'accesslib/dirtycontexts','/1/94/105/280/281/480/488',1284782839,'1',1284783739),(150,'accesslib/dirtycontexts','/1/94/105/280/281/480/489',1284782839,'1',1284783739),(151,'accesslib/dirtycontexts','/1/94/105/280/281/286/293',1284782840,'1',1284783740),(152,'accesslib/dirtycontexts','/1/94/105/280/281/286/296',1284782840,'1',1284783740),(153,'accesslib/dirtycontexts','/1/94/105/280/281/286/287',1284782840,'1',1284783740),(154,'accesslib/dirtycontexts','/1/94/105/280/281/286/288',1284782840,'1',1284783740),(155,'accesslib/dirtycontexts','/1/94/105/280/281/286/289',1284782840,'1',1284783740),(156,'accesslib/dirtycontexts','/1/94/105/280/281/286/290',1284782840,'1',1284783740),(157,'accesslib/dirtycontexts','/1/94/105/280/281/286/291',1284782840,'1',1284783740),(158,'accesslib/dirtycontexts','/1/94/105/280/281/286/292',1284782840,'1',1284783740),(159,'accesslib/dirtycontexts','/1/94/105/280/281/286/294',1284782840,'1',1284783740),(160,'accesslib/dirtycontexts','/1/94/105/280/281/286/295',1284782840,'1',1284783740),(161,'accesslib/dirtycontexts','/1/94/105/280/281/239/246',1284782840,'1',1284783740),(162,'accesslib/dirtycontexts','/1/94/105/280/281/239/240',1284782840,'1',1284783740),(163,'accesslib/dirtycontexts','/1/94/105/280/281/239/241',1284782840,'1',1284783740),(164,'accesslib/dirtycontexts','/1/94/105/280/281/239/242',1284782840,'1',1284783740),(165,'accesslib/dirtycontexts','/1/94/105/280/281/239/243',1284782840,'1',1284783740),(166,'accesslib/dirtycontexts','/1/94/105/280/281/239/244',1284782840,'1',1284783740),(167,'accesslib/dirtycontexts','/1/94/105/280/281/239/245',1284782840,'1',1284783740),(168,'accesslib/dirtycontexts','/1/94/105/280/281/239/247',1284782840,'1',1284783740),(169,'accesslib/dirtycontexts','/1/94/105/280/281/239/248',1284782840,'1',1284783740),(170,'accesslib/dirtycontexts','/1/94/105/280/281/219/226',1284782840,'1',1284783740),(171,'accesslib/dirtycontexts','/1/94/105/280/281/219/307',1284782840,'1',1284783740),(172,'accesslib/dirtycontexts','/1/94/105/280/281/219/220',1284782840,'1',1284783740),(173,'accesslib/dirtycontexts','/1/94/105/280/281/219/221',1284782840,'1',1284783740),(174,'accesslib/dirtycontexts','/1/94/105/280/281/219/222',1284782840,'1',1284783740),(175,'accesslib/dirtycontexts','/1/94/105/280/281/219/223',1284782840,'1',1284783740),(176,'accesslib/dirtycontexts','/1/94/105/280/281/219/224',1284782840,'1',1284783740),(177,'accesslib/dirtycontexts','/1/94/105/280/281/219/225',1284782840,'1',1284783740),(178,'accesslib/dirtycontexts','/1/94/105/280/281/219/227',1284782840,'1',1284783740),(179,'accesslib/dirtycontexts','/1/94/105/280/281/219/228',1284782840,'1',1284783740),(180,'accesslib/dirtycontexts','/1/94/105/280/281/229/236',1284782841,'1',1284783741),(181,'accesslib/dirtycontexts','/1/94/105/280/281/229/283',1284782841,'1',1284783741),(182,'accesslib/dirtycontexts','/1/94/105/280/281/229/284',1284782841,'1',1284783741),(183,'accesslib/dirtycontexts','/1/94/105/280/281/229/230',1284782841,'1',1284783741),(184,'accesslib/dirtycontexts','/1/94/105/280/281/229/231',1284782841,'1',1284783741),(185,'accesslib/dirtycontexts','/1/94/105/280/281/229/232',1284782841,'1',1284783741),(186,'accesslib/dirtycontexts','/1/94/105/280/281/229/233',1284782841,'1',1284783741),(187,'accesslib/dirtycontexts','/1/94/105/280/281/229/234',1284782841,'1',1284783741),(188,'accesslib/dirtycontexts','/1/94/105/280/281/229/235',1284782841,'1',1284783741),(189,'accesslib/dirtycontexts','/1/94/105/280/281/229/237',1284782841,'1',1284783741),(190,'accesslib/dirtycontexts','/1/94/105/280/281/229/238',1284782841,'1',1284783741),(191,'accesslib/dirtycontexts','/1/94/105/280/281/209/216',1284782841,'1',1284783741),(192,'accesslib/dirtycontexts','/1/94/105/280/281/209/210',1284782841,'1',1284783741),(193,'accesslib/dirtycontexts','/1/94/105/280/281/209/211',1284782841,'1',1284783741),(194,'accesslib/dirtycontexts','/1/94/105/280/281/209/212',1284782841,'1',1284783741),(195,'accesslib/dirtycontexts','/1/94/105/280/281/209/213',1284782841,'1',1284783741),(196,'accesslib/dirtycontexts','/1/94/105/280/281/209/214',1284782841,'1',1284783741),(197,'accesslib/dirtycontexts','/1/94/105/280/281/209/215',1284782841,'1',1284783741),(198,'accesslib/dirtycontexts','/1/94/105/280/281/209/217',1284782841,'1',1284783741),(199,'accesslib/dirtycontexts','/1/94/105/280/281/209/218',1284782841,'1',1284783741),(200,'accesslib/dirtycontexts','/1/94/105/280/281/249/256',1284782841,'1',1284783741),(201,'accesslib/dirtycontexts','/1/94/105/280/281/249/282',1284782841,'1',1284783741),(202,'accesslib/dirtycontexts','/1/94/105/280/281/249/250',1284782841,'1',1284783741),(203,'accesslib/dirtycontexts','/1/94/105/280/281/249/251',1284782841,'1',1284783741),(204,'accesslib/dirtycontexts','/1/94/105/280/281/249/252',1284782841,'1',1284783741),(205,'accesslib/dirtycontexts','/1/94/105/280/281/249/253',1284782841,'1',1284783741),(206,'accesslib/dirtycontexts','/1/94/105/280/281/249/254',1284782841,'1',1284783741),(207,'accesslib/dirtycontexts','/1/94/105/280/281/249/255',1284782841,'1',1284783741),(208,'accesslib/dirtycontexts','/1/94/105/280/281/249/257',1284782841,'1',1284783741),(209,'accesslib/dirtycontexts','/1/94/105/280/281/249/258',1284782841,'1',1284783741),(210,'accesslib/dirtycontexts','/1/94/105/280/281/199/206',1284782841,'1',1284783741),(211,'accesslib/dirtycontexts','/1/94/105/280/281/199/306',1284782841,'1',1284783741),(212,'accesslib/dirtycontexts','/1/94/105/280/281/199/200',1284782841,'1',1284783741),(213,'accesslib/dirtycontexts','/1/94/105/280/281/199/201',1284782841,'1',1284783741),(214,'accesslib/dirtycontexts','/1/94/105/280/281/199/202',1284782841,'1',1284783741),(215,'accesslib/dirtycontexts','/1/94/105/280/281/199/203',1284782841,'1',1284783741),(216,'accesslib/dirtycontexts','/1/94/105/280/281/199/204',1284782841,'1',1284783741),(217,'accesslib/dirtycontexts','/1/94/105/280/281/199/205',1284782841,'1',1284783741),(218,'accesslib/dirtycontexts','/1/94/105/280/281/199/207',1284782841,'1',1284783741),(219,'accesslib/dirtycontexts','/1/94/105/280/281/199/208',1284782841,'1',1284783741),(220,'accesslib/dirtycontexts','/1/94/105/280/281/269/276',1284782841,'1',1284783741),(221,'accesslib/dirtycontexts','/1/94/105/280/281/269/479',1284782841,'1',1284783741),(222,'accesslib/dirtycontexts','/1/94/105/280/281/269/270',1284782841,'1',1284783741),(223,'accesslib/dirtycontexts','/1/94/105/280/281/269/271',1284782841,'1',1284783741),(224,'accesslib/dirtycontexts','/1/94/105/280/281/269/272',1284782841,'1',1284783741),(225,'accesslib/dirtycontexts','/1/94/105/280/281/269/273',1284782841,'1',1284783741),(226,'accesslib/dirtycontexts','/1/94/105/280/281/269/274',1284782841,'1',1284783741),(227,'accesslib/dirtycontexts','/1/94/105/280/281/269/275',1284782841,'1',1284783741),(228,'accesslib/dirtycontexts','/1/94/105/280/281/269/277',1284782841,'1',1284783741),(229,'accesslib/dirtycontexts','/1/94/105/280/281/269/278',1284782841,'1',1284783741),(230,'accesslib/dirtycontexts','/1/94/105/280/281/259/266',1284782842,'1',1284783742),(231,'accesslib/dirtycontexts','/1/94/105/280/281/259/260',1284782842,'1',1284783742),(232,'accesslib/dirtycontexts','/1/94/105/280/281/259/261',1284782842,'1',1284783742),(233,'accesslib/dirtycontexts','/1/94/105/280/281/259/262',1284782842,'1',1284783742),(234,'accesslib/dirtycontexts','/1/94/105/280/281/259/263',1284782842,'1',1284783742),(235,'accesslib/dirtycontexts','/1/94/105/280/281/259/264',1284782842,'1',1284783742),(236,'accesslib/dirtycontexts','/1/94/105/280/281/259/265',1284782842,'1',1284783742),(237,'accesslib/dirtycontexts','/1/94/105/280/281/259/267',1284782842,'1',1284783742),(238,'accesslib/dirtycontexts','/1/94/105/280/281/259/268',1284782842,'1',1284783742),(239,'accesslib/dirtycontexts','/1/94/495',1284785823,'1',1284786723),(240,'accesslib/dirtycontexts','/1/94/507',1284785620,'1',1284786520),(241,'accesslib/dirtycontexts','/1/94/507/514',1284785618,'1',1284786518),(242,'accesslib/dirtycontexts','/1/94/507/517',1284785619,'1',1284786519),(243,'accesslib/dirtycontexts','/1/94/507/518',1284785619,'1',1284786519),(244,'accesslib/dirtycontexts','/1/94/507/516',1284785619,'1',1284786519),(245,'accesslib/dirtycontexts','/1/94/507/515',1284785620,'1',1284786520),(246,'accesslib/dirtycontexts','/1/94/507/513',1284785620,'1',1284786520),(247,'accesslib/dirtycontexts','/1/94/507/512',1284785620,'1',1284786520),(248,'accesslib/dirtycontexts','/1/94/507/511',1284785620,'1',1284786520),(249,'accesslib/dirtycontexts','/1/94/507/508',1284785620,'1',1284786520),(250,'accesslib/dirtycontexts','/1/94/507/509',1284785620,'1',1284786520),(251,'accesslib/dirtycontexts','/1/94/507/510',1284785620,'1',1284786520),(252,'accesslib/dirtycontexts','/1/94/105/495',1288795977,'1',1288796877),(253,'accesslib/dirtycontexts','/1/94/105/495/505',1284786119,'1',1284787019),(254,'accesslib/dirtycontexts','/1/94/104/106/310',1284807887,'1',1284808787),(255,'accesslib/dirtycontexts','/1/94/104/106/492',1284807895,'1',1284808795),(256,'accesslib/dirtycontexts','/1/94/104/106/312',1284807906,'1',1284808806),(257,'accesslib/dirtycontexts','/1/94/104/106/494',1284807918,'1',1284808818),(258,'accesslib/dirtycontexts','/1/317/349/357',1284808115,'1',1284809015),(259,'accesslib/dirtycontexts','/1/317/349/351',1284808117,'1',1284809017),(260,'accesslib/dirtycontexts','/1/317/349/352',1284808117,'1',1284809017),(261,'accesslib/dirtycontexts','/1/317/349/353',1284808117,'1',1284809017),(262,'accesslib/dirtycontexts','/1/317/349/354',1284808117,'1',1284809017),(263,'accesslib/dirtycontexts','/1/317/349/355',1284808117,'1',1284809017),(264,'accesslib/dirtycontexts','/1/317/349/356',1284808117,'1',1284809017),(265,'accesslib/dirtycontexts','/1/317/349/358',1284808117,'1',1284809017),(266,'accesslib/dirtycontexts','/1/317/349/359',1284808117,'1',1284809017),(267,'accesslib/dirtycontexts','/1/317/439/447',1284808117,'1',1284809017),(268,'accesslib/dirtycontexts','/1/317/439/441',1284808117,'1',1284809017),(269,'accesslib/dirtycontexts','/1/317/439/442',1284808117,'1',1284809017),(270,'accesslib/dirtycontexts','/1/317/439/443',1284808117,'1',1284809017),(271,'accesslib/dirtycontexts','/1/317/439/444',1284808117,'1',1284809017),(272,'accesslib/dirtycontexts','/1/317/439/445',1284808117,'1',1284809017),(273,'accesslib/dirtycontexts','/1/317/439/446',1284808117,'1',1284809017),(274,'accesslib/dirtycontexts','/1/317/439/448',1284808117,'1',1284809017),(275,'accesslib/dirtycontexts','/1/317/439/449',1284808117,'1',1284809017),(276,'accesslib/dirtycontexts','/1/317/440/456',1284808117,'1',1284809017),(277,'accesslib/dirtycontexts','/1/317/440/450',1284808117,'1',1284809017),(278,'accesslib/dirtycontexts','/1/317/440/451',1284808117,'1',1284809017),(279,'accesslib/dirtycontexts','/1/317/440/452',1284808117,'1',1284809017),(280,'accesslib/dirtycontexts','/1/317/440/453',1284808117,'1',1284809017),(281,'accesslib/dirtycontexts','/1/317/440/454',1284808117,'1',1284809017),(282,'accesslib/dirtycontexts','/1/317/440/455',1284808117,'1',1284809017),(283,'accesslib/dirtycontexts','/1/317/440/457',1284808117,'1',1284809017),(284,'accesslib/dirtycontexts','/1/317/440/458',1284808117,'1',1284809017),(285,'accesslib/dirtycontexts','/1/317/350/366',1284808117,'1',1284809017),(286,'accesslib/dirtycontexts','/1/317/350/360',1284808117,'1',1284809017),(287,'accesslib/dirtycontexts','/1/317/350/361',1284808117,'1',1284809017),(288,'accesslib/dirtycontexts','/1/317/350/362',1284808117,'1',1284809017),(289,'accesslib/dirtycontexts','/1/317/350/363',1284808117,'1',1284809017),(290,'accesslib/dirtycontexts','/1/317/350/364',1284808117,'1',1284809017),(291,'accesslib/dirtycontexts','/1/317/350/365',1284808117,'1',1284809017),(292,'accesslib/dirtycontexts','/1/317/350/367',1284808117,'1',1284809017),(293,'accesslib/dirtycontexts','/1/317/350/368',1284808117,'1',1284809017),(294,'accesslib/dirtycontexts','/1/317/420/436',1284808118,'1',1284809018),(295,'accesslib/dirtycontexts','/1/317/420/430',1284808118,'1',1284809018),(296,'accesslib/dirtycontexts','/1/317/420/431',1284808118,'1',1284809018),(297,'accesslib/dirtycontexts','/1/317/420/432',1284808118,'1',1284809018),(298,'accesslib/dirtycontexts','/1/317/420/433',1284808118,'1',1284809018),(299,'accesslib/dirtycontexts','/1/317/420/434',1284808118,'1',1284809018),(300,'accesslib/dirtycontexts','/1/317/420/435',1284808118,'1',1284809018),(301,'accesslib/dirtycontexts','/1/317/420/437',1284808118,'1',1284809018),(302,'accesslib/dirtycontexts','/1/317/420/438',1284808118,'1',1284809018),(303,'accesslib/dirtycontexts','/1/317/369/377',1284808118,'1',1284809018),(304,'accesslib/dirtycontexts','/1/317/369/371',1284808118,'1',1284809018),(305,'accesslib/dirtycontexts','/1/317/369/372',1284808118,'1',1284809018),(306,'accesslib/dirtycontexts','/1/317/369/373',1284808118,'1',1284809018),(307,'accesslib/dirtycontexts','/1/317/369/374',1284808118,'1',1284809018),(308,'accesslib/dirtycontexts','/1/317/369/375',1284808118,'1',1284809018),(309,'accesslib/dirtycontexts','/1/317/369/376',1284808118,'1',1284809018),(310,'accesslib/dirtycontexts','/1/317/369/378',1284808118,'1',1284809018),(311,'accesslib/dirtycontexts','/1/317/369/379',1284808118,'1',1284809018),(312,'accesslib/dirtycontexts','/1/317/399/407',1284808118,'1',1284809018),(313,'accesslib/dirtycontexts','/1/317/399/401',1284808118,'1',1284809018),(314,'accesslib/dirtycontexts','/1/317/399/402',1284808118,'1',1284809018),(315,'accesslib/dirtycontexts','/1/317/399/403',1284808118,'1',1284809018),(316,'accesslib/dirtycontexts','/1/317/399/404',1284808118,'1',1284809018),(317,'accesslib/dirtycontexts','/1/317/399/405',1284808118,'1',1284809018),(318,'accesslib/dirtycontexts','/1/317/399/406',1284808118,'1',1284809018),(319,'accesslib/dirtycontexts','/1/317/399/408',1284808118,'1',1284809018),(320,'accesslib/dirtycontexts','/1/317/399/409',1284808118,'1',1284809018),(321,'accesslib/dirtycontexts','/1/317/460/467',1284808118,'1',1284809018),(322,'accesslib/dirtycontexts','/1/317/460/461',1284808118,'1',1284809018),(323,'accesslib/dirtycontexts','/1/317/460/462',1284808118,'1',1284809018),(324,'accesslib/dirtycontexts','/1/317/460/463',1284808118,'1',1284809018),(325,'accesslib/dirtycontexts','/1/317/460/464',1284808118,'1',1284809018),(326,'accesslib/dirtycontexts','/1/317/460/465',1284808118,'1',1284809018),(327,'accesslib/dirtycontexts','/1/317/460/466',1284808118,'1',1284809018),(328,'accesslib/dirtycontexts','/1/317/460/468',1284808118,'1',1284809018),(329,'accesslib/dirtycontexts','/1/317/460/469',1284808118,'1',1284809018),(330,'accesslib/dirtycontexts','/1/317/389/396',1284808118,'1',1284809018),(331,'accesslib/dirtycontexts','/1/317/389/390',1284808118,'1',1284809018),(332,'accesslib/dirtycontexts','/1/317/389/391',1284808118,'1',1284809018),(333,'accesslib/dirtycontexts','/1/317/389/392',1284808118,'1',1284809018),(334,'accesslib/dirtycontexts','/1/317/389/393',1284808118,'1',1284809018),(335,'accesslib/dirtycontexts','/1/317/389/394',1284808118,'1',1284809018),(336,'accesslib/dirtycontexts','/1/317/389/395',1284808118,'1',1284809018),(337,'accesslib/dirtycontexts','/1/317/389/397',1284808118,'1',1284809018),(338,'accesslib/dirtycontexts','/1/317/389/398',1284808118,'1',1284809018),(339,'accesslib/dirtycontexts','/1/317/329/336',1284808119,'1',1284809019),(340,'accesslib/dirtycontexts','/1/317/329/330',1284808119,'1',1284809019),(341,'accesslib/dirtycontexts','/1/317/329/331',1284808119,'1',1284809019),(342,'accesslib/dirtycontexts','/1/317/329/332',1284808119,'1',1284809019),(343,'accesslib/dirtycontexts','/1/317/329/333',1284808119,'1',1284809019),(344,'accesslib/dirtycontexts','/1/317/329/334',1284808119,'1',1284809019),(345,'accesslib/dirtycontexts','/1/317/329/335',1284808119,'1',1284809019),(346,'accesslib/dirtycontexts','/1/317/329/337',1284808119,'1',1284809019),(347,'accesslib/dirtycontexts','/1/317/329/338',1284808119,'1',1284809019),(348,'accesslib/dirtycontexts','/1/317/370/386',1284808119,'1',1284809019),(349,'accesslib/dirtycontexts','/1/317/370/380',1284808119,'1',1284809019),(350,'accesslib/dirtycontexts','/1/317/370/381',1284808119,'1',1284809019),(351,'accesslib/dirtycontexts','/1/317/370/382',1284808119,'1',1284809019),(352,'accesslib/dirtycontexts','/1/317/370/383',1284808119,'1',1284809019),(353,'accesslib/dirtycontexts','/1/317/370/384',1284808119,'1',1284809019),(354,'accesslib/dirtycontexts','/1/317/370/385',1284808119,'1',1284809019),(355,'accesslib/dirtycontexts','/1/317/370/387',1284808119,'1',1284809019),(356,'accesslib/dirtycontexts','/1/317/370/388',1284808119,'1',1284809019),(357,'accesslib/dirtycontexts','/1/317/400/416',1284808119,'1',1284809019),(358,'accesslib/dirtycontexts','/1/317/400/410',1284808119,'1',1284809019),(359,'accesslib/dirtycontexts','/1/317/400/411',1284808119,'1',1284809019),(360,'accesslib/dirtycontexts','/1/317/400/412',1284808119,'1',1284809019),(361,'accesslib/dirtycontexts','/1/317/400/413',1284808119,'1',1284809019),(362,'accesslib/dirtycontexts','/1/317/400/414',1284808119,'1',1284809019),(363,'accesslib/dirtycontexts','/1/317/400/415',1284808119,'1',1284809019),(364,'accesslib/dirtycontexts','/1/317/400/417',1284808119,'1',1284809019),(365,'accesslib/dirtycontexts','/1/317/400/418',1284808119,'1',1284809019),(366,'accesslib/dirtycontexts','/1/317/459/476',1284808119,'1',1284809019),(367,'accesslib/dirtycontexts','/1/317/459/470',1284808119,'1',1284809019),(368,'accesslib/dirtycontexts','/1/317/459/471',1284808119,'1',1284809019),(369,'accesslib/dirtycontexts','/1/317/459/472',1284808119,'1',1284809019),(370,'accesslib/dirtycontexts','/1/317/459/473',1284808119,'1',1284809019),(371,'accesslib/dirtycontexts','/1/317/459/474',1284808119,'1',1284809019),(372,'accesslib/dirtycontexts','/1/317/459/475',1284808119,'1',1284809019),(373,'accesslib/dirtycontexts','/1/317/459/477',1284808119,'1',1284809019),(374,'accesslib/dirtycontexts','/1/317/459/478',1284808119,'1',1284809019),(375,'accesslib/dirtycontexts','/1/317/419/427',1284808119,'1',1284809019),(376,'accesslib/dirtycontexts','/1/317/419/421',1284808119,'1',1284809019),(377,'accesslib/dirtycontexts','/1/317/419/422',1284808119,'1',1284809019),(378,'accesslib/dirtycontexts','/1/317/419/423',1284808119,'1',1284809019),(379,'accesslib/dirtycontexts','/1/317/419/424',1284808119,'1',1284809019),(380,'accesslib/dirtycontexts','/1/317/419/425',1284808119,'1',1284809019),(381,'accesslib/dirtycontexts','/1/317/419/426',1284808119,'1',1284809019),(382,'accesslib/dirtycontexts','/1/317/419/428',1284808119,'1',1284809019),(383,'accesslib/dirtycontexts','/1/317/419/429',1284808119,'1',1284809019),(384,'accesslib/dirtycontexts','/1/317/318/325',1284808120,'1',1284809020),(385,'accesslib/dirtycontexts','/1/317/318/327',1284808120,'1',1284809020),(386,'accesslib/dirtycontexts','/1/317/318/326',1284808120,'1',1284809020),(387,'accesslib/dirtycontexts','/1/317/318/324',1284808120,'1',1284809020),(388,'accesslib/dirtycontexts','/1/317/318/323',1284808120,'1',1284809020),(389,'accesslib/dirtycontexts','/1/317/318/322',1284808120,'1',1284809020),(390,'accesslib/dirtycontexts','/1/317/318/321',1284808120,'1',1284809020),(391,'accesslib/dirtycontexts','/1/317/318/320',1284808120,'1',1284809020),(392,'accesslib/dirtycontexts','/1/317/318/319',1284808120,'1',1284809020),(393,'accesslib/dirtycontexts','/1/317/339/346',1284808120,'1',1284809020),(394,'accesslib/dirtycontexts','/1/317/339/347',1284808120,'1',1284809020),(395,'accesslib/dirtycontexts','/1/317/339/345',1284808120,'1',1284809020),(396,'accesslib/dirtycontexts','/1/317/339/344',1284808120,'1',1284809020),(397,'accesslib/dirtycontexts','/1/317/339/343',1284808120,'1',1284809020),(398,'accesslib/dirtycontexts','/1/317/339/342',1284808120,'1',1284809020),(399,'accesslib/dirtycontexts','/1/317/339/341',1284808120,'1',1284809020),(400,'accesslib/dirtycontexts','/1/317/339/340',1284808120,'1',1284809020),(401,'accesslib/dirtycontexts','/1/317/339/348',1284808120,'1',1284809020),(402,'accesslib/dirtycontexts','/1/94/96/53/78',1285095220,'1',1285096120),(403,'accesslib/dirtycontexts','/1/94/96/53/539',1285142261,'1',1285143161),(404,'accesslib/dirtycontexts','/1/94/96/53/540',1285142511,'1',1285143411),(405,'accesslib/dirtycontexts','/1/94/96/53/541',1285142626,'1',1285143526),(406,'accesslib/dirtycontexts','/1/94/96/53/529',1285446319,'1',1285447219),(407,'accesslib/dirtycontexts','/1/94/572',1290313768,'1',1290314668),(408,'accesslib/dirtycontexts','/1/94/582',1290313652,'1',1290314552),(409,'accesslib/dirtycontexts','/1/94/583',1290313623,'1',1290314523),(410,'accesslib/dirtycontexts','/1/94/583/590',1290313620,'1',1290314520),(411,'accesslib/dirtycontexts','/1/94/583/586',1290313622,'1',1290314522),(412,'accesslib/dirtycontexts','/1/94/583/585',1290313622,'1',1290314522),(413,'accesslib/dirtycontexts','/1/94/583/584',1290313622,'1',1290314522),(414,'accesslib/dirtycontexts','/1/94/583/592',1290313622,'1',1290314522),(415,'accesslib/dirtycontexts','/1/94/583/591',1290313622,'1',1290314522),(416,'accesslib/dirtycontexts','/1/94/583/587',1290313622,'1',1290314522),(417,'accesslib/dirtycontexts','/1/94/583/588',1290313622,'1',1290314522),(418,'accesslib/dirtycontexts','/1/94/583/589',1290313622,'1',1290314522),(419,'accesslib/dirtycontexts','/1/94/582/599',1290313651,'1',1290314551),(420,'accesslib/dirtycontexts','/1/94/582/593',1290313652,'1',1290314552),(421,'accesslib/dirtycontexts','/1/94/582/594',1290313652,'1',1290314552),(422,'accesslib/dirtycontexts','/1/94/582/601',1290313652,'1',1290314552),(423,'accesslib/dirtycontexts','/1/94/582/600',1290313652,'1',1290314552),(424,'accesslib/dirtycontexts','/1/94/582/598',1290313652,'1',1290314552),(425,'accesslib/dirtycontexts','/1/94/582/597',1290313652,'1',1290314552),(426,'accesslib/dirtycontexts','/1/94/582/595',1290313652,'1',1290314552),(427,'accesslib/dirtycontexts','/1/94/582/596',1290313652,'1',1290314552),(428,'accesslib/dirtycontexts','/1/94/572/579',1290313767,'1',1290314667),(429,'accesslib/dirtycontexts','/1/94/572/581',1290313768,'1',1290314668),(430,'accesslib/dirtycontexts','/1/94/572/578',1290313768,'1',1290314668),(431,'accesslib/dirtycontexts','/1/94/572/580',1290313768,'1',1290314668),(432,'accesslib/dirtycontexts','/1/94/572/577',1290313768,'1',1290314668),(433,'accesslib/dirtycontexts','/1/94/572/576',1290313768,'1',1290314668),(434,'accesslib/dirtycontexts','/1/94/572/574',1290313768,'1',1290314668),(435,'accesslib/dirtycontexts','/1/94/572/575',1290313768,'1',1290314668),(436,'accesslib/dirtycontexts','/1/94/572/573',1290313768,'1',1290314668),(437,'accesslib/dirtycontexts','/1/96',1290313943,'1',1290314843),(438,'accesslib/dirtycontexts','/1/104',1290313959,'1',1290314859),(439,'accesslib/dirtycontexts','/1/95',1290314025,'1',1290314925),(440,'accesslib/dirtycontexts','/1/105',1290314046,'1',1290314946),(441,'accesslib/dirtycontexts','/1/2/101',1290314300,'1',1290315200),(442,'accesslib/dirtycontexts','/1/2/155',1290314358,'1',1290315258),(443,'accesslib/dirtycontexts','/1/96/79',1292277151,'1',1292278051),(444,'accesslib/dirtycontexts','/1/104/116',1293118400,'1',1293119300),(445,'accesslib/dirtycontexts','/1/104/106',1292340854,'1',1292341754),(446,'accesslib/dirtycontexts','/1/95/30',1292347998,'1',1292348898),(447,'accesslib/dirtycontexts','/1/96/53',1296384050,'1',1296384950),(448,'accesslib/dirtycontexts','/1/105/495',1296553059,'1',1296553959),(449,'accesslib/dirtycontexts','/1/95/41',1292601164,'1',1292602064),(450,'accesslib/dirtycontexts','/1/104/106/528',1292876978,'1',1292877878),(451,'accesslib/dirtycontexts','/1/104/106/525',1292877488,'1',1292878388),(452,'accesslib/dirtycontexts','/1/96/609',1293128178,'1',1293129078),(453,'accesslib/dirtycontexts','/1/104/106/115',1293093113,'1',1293094013),(454,'accesslib/dirtycontexts','/1/104/106/112',1293093122,'1',1293094022),(455,'accesslib/dirtycontexts','/1/96/53/76',1293094173,'1',1293095073),(456,'accesslib/dirtycontexts','/1/105/141',1297782659,'1',1297783559),(457,'accesslib/dirtycontexts','/1/96/79/93',1293122217,'1',1293123117),(458,'accesslib/dirtycontexts','/1/96/609/623',1293630524,'1',1293631424),(459,'accesslib/dirtycontexts','/1/96/609/622',1293630535,'1',1293631435),(460,'accesslib/dirtycontexts','/1/96/609/626',1293794399,'1',1293795299),(461,'accesslib/dirtycontexts','/1/96/609/628',1293794409,'1',1293795309),(462,'accesslib/dirtycontexts','/1/96/609/624',1293794430,'1',1293795330),(463,'accesslib/dirtycontexts','/1/96/609/625',1293794443,'1',1293795343),(464,'accesslib/dirtycontexts','/1/96/609/627',1293794459,'1',1293795359),(465,'accesslib/dirtycontexts','/1/96/609/619',1293794466,'1',1293795366),(466,'accesslib/dirtycontexts','/1/96/609/616',1293794485,'1',1293795385),(467,'accesslib/dirtycontexts','/1/96/609/615',1293794504,'1',1293795404),(468,'accesslib/dirtycontexts','/1/96/609/618',1293794515,'1',1293795415),(469,'accesslib/dirtycontexts','/1/104/106/665',1294686315,'1',1294687215),(470,'accesslib/dirtycontexts','/1/104/106/607',1294915100,'1',1294916000),(471,'accesslib/dirtycontexts','/1/104/106/608',1294915141,'1',1294916041),(472,'accesslib/dirtycontexts','/1/104/667',1296552986,'1',1296553886),(473,'accesslib/dirtycontexts','/1/2/683',1299668015,'1',1299668915); /*!40000 ALTER TABLE `mdl_cache_flags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_cache_text` -- DROP TABLE IF EXISTS `mdl_cache_text`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mdl_cache_text` ( `id` bigint(10) unsigned NOT NULL auto_increment, `md5key` varchar(32) NOT NULL default '', `formattedtext` longtext NOT NULL, `timemodified` bigint(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_cachtext_md5_ix` (`md5key`), KEY `mdl_cachtext_tim_ix` (`timemodified`) ) ENGINE=MyISAM AUTO_INCREMENT=3183 DEFAULT CHARSET=utf8 COMMENT='For storing temporary copies of processed texts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_cache_text` -- LOCK TABLES `mdl_cache_text` WRITE; /*!40000 ALTER TABLE `mdl_cache_text` DISABLE KEYS */; INSERT INTO `mdl_cache_text` VALUES (363,'9f32afab0fd27a580073317cd3af739e','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\" title=\"Abacus\" style=\"color: rgb(0, 51, 102);\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)I worked up the PM on the subject of trying to <span style=\"font-weight: bold;\">abate</span> the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">nuisance</span><span class=\"Apple-converted-space\"> </span>by reprisals on small German towns.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: left;\"> </div>\r\n <div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If you say that someone has <span style=\"font-weight: bold;\">abdicated</span> responsibility for something, you disapprove of them because they have refused to accept responsibility for it any longer.[FORMAL]</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">3)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility fir their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a style=\"color: rgb(0, 51, 102);\" title=\"beyance\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"font-weight: bold; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published in the British Journal of Management.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\" title=\"Abhor\" style=\"color: rgb(0, 51, 102);\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /> </div></div> ',1283523249),(364,'a914d4d0a49e79c5bc2d39feaca7673c','',1302700909),(365,'8e6be43ca5ffd4bc6e54517e316945d7','\r\n<div style=\"text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 1 (Letter \'A\')</span></font><br /></div>',1302700909),(366,'c46611c877238952b5423bacd7b3c30d',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 2 (Letter \'B\')</span></font><br />',1283866160),(367,'a3f7b8fa9a62c5f20a6b21aca464fa48',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">Vocab Lesson 3 (Letter \'C\')</span></font> ',1283866469),(368,'d66ac7a9f21f847651f90b623541feed','<p>The default category for questions shared in context \'Vocab-test\'.</p>',1289628273),(369,'1206f22f78bfba0f5164ff48c55f9057','The wind had _____ slightly with gusts coming down the river at a mere thirty five miles per hour.',1285263901),(370,'402f34cba137bf4cf74e8daee7416cce','_____ chosen for Nottinghamshire Portal October 2003 The Nottinghamshire Partnership has selected Abacus e-Media to supply and develop the County\'s web portal.',1285263910),(371,'4c9af2eb15eb8b06cef0d9f1f98beaa9','Courts must never _____ their duty to protect citizens from the abuse of power by governments, a senior judge said last night.',1285339301),(372,'44eaf0fc0b394736bc84273077b6e121','My most recent article on security _____ has been recently published in the British Journal of Management.',1285263881),(373,'16efa4573b135f05926d702866c7f858','I\'ve sent an email to the person in question, as I _____ this kind of dissing other people.',1285448004),(374,'1c62cab902e35654e60a6c578b170709','Abate',1285448004),(375,'027b909fafdb5476fb0364fd9a9a82e7','Abdicate',1285448004),(376,'2bff6378f04c665a773f12db3426f4e4','Abeyance',1289321851),(377,'c320b63c93229179579a7f6093ac719d','Abhor',1289321851),(378,'934590697a2142b9270f70a6dc9d4e2a','Abacus',1285448004),(379,'7366bf193d209109682582d3e014e281','Abated',1285263901),(380,'4d2c35bf3182722447cbdb441a1375a5','Abeyanced',1285263901),(381,'f5a2f5b2d09b024182ceb8d4cf733a0d','Abhored',1285263901),(382,'e3774660a955b05854c81cc29c91be2f','Abdicated',1285263901),(383,'89da3c6c128ef6813f20426d57cc894a',' ',1297641574),(384,'29d1b70d305c2d6f46e2e893a223def7','<p class=\"book_chapter_title\">Antonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /></div><br />1) <a title=\"Abate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abate\"><span style=\"color: rgb(0, 51, 102);\">Abate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">increase, intensify, extend</span><br /> 2) <a title=\"Abdicate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abdicate\"><span style=\"color: rgb(0, 51, 102);\">Abdicate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">assert, assume, challenge, claim</span><br />3) <a title=\"Abeyance\" target=\"_blank\" href=\"http://thesaurus.com/browse/abeyance\"><span style=\"color: rgb(0, 51, 102);\">Abeyance </span></a>: <span style=\"color: rgb(0, 139, 0);\">action, activity, revival</span><br />4) <a title=\"Abhor\" target=\"_blank\" href=\"http://thesaurus.com/browse/abhor\"><span style=\"color: rgb(0, 51, 102);\">Abhor </span></a>: <span style=\"color: rgb(0, 139, 0);\">admire, adore, cherish</span><br />',1283772276),(385,'bf788fcac22a0e86b9b59014e93d6a27','<p class=\"book_chapter_title\">Synonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a title=\"Abate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abate\" style=\"color: rgb(0, 51, 102);\">Abate</a> : <span style=\"color: rgb(0, 139, 0);\">decrease, weaken, subside, diminish</span><br />2.) <a title=\"Abdicate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\">Abdicate</a> : <span style=\"color: rgb(0, 139, 0);\">resign, quit, abandon, repudiate</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abeyance\" target=\"_blank\" href=\"http://thesaurus.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\">Abeyance</a> </span>: <span style=\"color: rgb(0, 139, 0);\">remission, deferral </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abhor\" target=\"_blank\" href=\"http://thesaurus.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\">Abhor</a> </span>: <span style=\"color: rgb(0, 139, 0);\">hate, despise, abominate</span><span style=\"font-weight: bold;\"><br /><br /><br /><br /></span> <br /> ',1283772274),(386,'5fb3d1078123dd727c9c0a61873231e9','Match the following Words with their corresponding synonyms.',1284898931),(387,'a6e85e07bb3a8e545f94d8d04f5a80cf','General news and announcements',1284730815),(388,'6cafa7965fa84484f3856bc9312f20ce','Abacus ::',1284881292),(389,'9f72d9326947256e3c021777ae5db658','Temprary suspension',1292419996),(390,'518750f3c7930be8596a4f6feda42081','To subside',1292419996),(391,'59cb0121f2b74f98ec178dcf364bf300','A frame for airthmetic calculations',1292419996),(392,'c3675b9e2d8299984b926ec637a0df6e','To make less in amount',1292419996),(393,'f0d1d05554686705b82d601a66aeb5a7','Abate ::',1284314788),(394,'4493c5236a90903f50829e0289efb7ed','to reduce',1292419996),(395,'8320597b2b866941692a92e6d8e7788f','To detest',1292419996),(396,'a28c6283a525e90b94181b895027892e','To surrender',1292419996),(397,'a431bee044da3ae6ab3603a3a3c84795','As of an activity or function',1292419996),(398,'77dd2697814b978df7cafb2302f33891','Abdicate ::',1284890282),(399,'79a858723db90615160a7275e185b902','renounce or give up',1292419996),(400,'c28c9b89e9f0a3d9c901e70529dd361b','subside',1292419996),(401,'abdb65051e7f97a9ffa7fbd064b02853','detest',1292419996),(402,'7a81e14f30b38db822e3af0d166ba362','make less in amount',1292419996),(403,'7f269ddfd00152550ed334783a1bfafe','Abeyance ::',1284314182),(404,'eec007f60be8e30f990eae63f2cb7550','Repudiate',1292419996),(405,'b906a8899b2f269f2ee48a46d5210a19','Temporary suspension',1292419996),(406,'5b9a6d821ab6d832ca7f3a6e49071f18','Hate',1292419996),(407,'e35f296cb1cee388f2c0e43af053e2eb','Detest',1292419996),(408,'84d6f858883069a8af1360e7b71bc035','Abhor ::',1284472280),(409,'c3e970d62629a02250f5e41ed02d62da','To reduce',1292419995),(410,'a596aa6c96bfba36670634f9a941b56c','To renounce',1292419995),(411,'1fb73cb1d4145e45d34762ca433d70b1','To hate',1292419995),(412,'77c8db77d4568d9b2280ecf163617f7b','balls for arithmetic calculations',1292419995),(413,'a7a241fb9a150cfa69ed0f33c92c01a6','<p class=\"book_chapter_title\">Antonym Drill 2 (Letter \'B\')</p>',1283848400),(414,'0133a14764795bb6de9209d698e99cea','<p class=\"book_chapter_title\">Antonym Drill 3 (Letter \'C\')</p>',1283785749),(415,'a5bb342adfce8bafaeb7aa88145579b4','<p class=\"book_chapter_title\">Antonym Drill 4 (Letter \'D\')</p>',1283833910),(416,'5ab3facbb490f3efa97a14278ee5eda1','<p class=\"book_chapter_title\">Antonym Drill 5 (Letter \'E\')</p>',1283426606),(417,'acc0eaff40d7460a2d5ff9b0a5af197d','Match the following Words with their corresponding meaning.',1284899022),(418,'5ac51f2f4864a7c30ab37949119018d6','<p class=\"book_chapter_title\">Picture Drill 1 (Letter \'A\')</p>',1283437306),(419,'a2f4efcb9d8cec7761f22c59c399ec01','<p class=\"book_chapter_title\">Root word Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">Please Click on the word in case you need more information</span></font><br /><br /><br /></div>1) <a title=\"Abacus\" target=\"_blank\" href=\"http://www.reference.com/browse/abacus\"><span style=\"color: rgb(0, 51, 102);\">Abacus</span></a> : <span style=\"color: rgb(0, 139, 0);\">An instrument for air-thematic calculations started from Greeks.</span><br style=\"color: rgb(0, 139, 0);\" />2) <a title=\"Abate\" target=\"_blank\" href=\"http://www.reference.com/browse/abate\"><span style=\"color: rgb(0, 51, 102);\">Abate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">Based on the name of Gary Dell\'Abate</span><br />3) <a title=\"Abdicate\" target=\"_blank\" href=\"http://www.reference.com/browse/abdicate\"><span style=\"color: rgb(0, 51, 102);\">Abdicate</span> </a>: <span style=\"color: rgb(0, 139, 0);\"></span><br />4) <a title=\"Abeyance\" target=\"_blank\" href=\"http://www.reference.com/browse/abeyance\"><span style=\"color: rgb(0, 51, 102);\">Abeyance </span></a>: <span style=\"color: rgb(0, 139, 0);\">abeance (Old french)</span><br />5) <a title=\"Abhor\" target=\"_blank\" href=\"http://www.reference.com/browse/wiki/Abhor_and_Mehraela+%3Cp%3EMonster\"><span style=\"color: rgb(0, 51, 102);\">Abhor </span></a>: <span style=\"color: rgb(0, 139, 0);\">Abhor and Mehraela</span> ',1286998236),(420,'f6a158fdfa0f604f1af3ee6e29d9c496','<p class=\"book_chapter_title\">Picture Drill 1 (Letter \'A\')</p><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Abacus\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>: </font><img hspace=\"0\" height=\"125\" width=\"125\" vspace=\"0\" border=\"2\" align=\"right\" src=\"http://www.infotek-solutions.com/campus/file.php/6/Vocab_Pictures/Abacus.jpg\" alt=\"Abacus\" title=\"Abacus\" /><br /><br /><span style=\"color: rgb(0, 139, 0);\"></span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations </span></font></font><br /><br /><br /><br /><br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <br /><br /><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, <br />to subside, to lesson or reduce</font><font size=\"3\"><br /></font><br /> ',1300524569),(421,'e3f7ee3f79585444dce0f85cbcda0d2f','<p>Vocab FlashCard</p>',1283521326),(422,'8b24f4629b2efac3d00487aafdd61985','<p>Flash card for practice. </p>',1283521326),(423,'30dfd51e23542334e866fd9f4c7dfbdb','<p class=\"book_chapter_title\">Vocab Drill 2 (Letter \'B\')</p>25 words of letter B<br />',1283798647),(424,'f66a5d84224529f66c8c8a30b5ff3fa1','<p class=\"book_chapter_title\">Slide show Drill 1(Letter \'A\')</p>',1283578772),(425,'3983851da1d9877ee402abe814c0895e','<p class=\"book_chapter_title\">Slide show Drill 1(Letter \'A\')<br />Abacus</p>',1283528789),(426,'f3cf1c3f05f7a0911549e1ef00bc75d1','<p class=\"book_chapter_title\">Slide show Drill 1(Letter \'A\')<br />Abacus</p><a name=\"Ab\">Abacus</a> ',1283578491),(427,'13274ba74d82533e757bee2b1e5d6e3e','<p> English Aptitude </p>',1311810786),(428,'3517da423bcc96d554835fb3171d8cc3',' This section contains Synonyms, Sentences, Antonyms and Analogies.<br />',1286004261),(429,'9b7bdfb541aed43ca4a0c742ee829a32','COMPREHENSION',1311810787),(430,'96f87659bb4a7ad1fdbad54d34716b29','',1284097793),(431,'bb993a8652a72be1f6e145ada7f45f01','<p class=\"book_chapter_title\">Slide show Drill 1(Letter \'A\')<br />Abacus</p><a href=\"http://www.infotek-solutions.com/campus/file.php/6/Abacus.swf\" title=\"Abacus\">Abacus</a>',1283578766),(432,'d7fe171aa4fb8f6f46d45ce824cab470','<p class=\"book_chapter_title\">Slide show Drill 1(Letter \'A\')</p>1)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Abacus.swf\" title=\"Abacus\">Abacus:</a><br />2)Abdicate:<br />3)Abate:<br />4)Abeyance:<br />5)Abhor:<br /> ',1283578863),(433,'7084c95fb08b917e649a05a83e979ad4','<p class=\"book_chapter_title\">Slide show Drill 1(Letter \'A\')</p><font size=\"4\"> 1)<a title=\"Abacus\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Abacus.swf\">Abacus:</a><br />2)Abdicate:<br />3)Abate:<br />4)Abeyance:<br />5)Abhor:</font><br /> ',1283578917),(434,'b7e6a73d67d8e0461310e7eb0c467648','<p class=\"book_chapter_title\">Slide show Drill 1(Letter \'A\')</p> <font size=\"3\"> 1)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Abacus.swf\" title=\"Abacus\">Abacus:</a><br />2)Abdicate:<br />3)Abate:<br />4)Abeyance:<br />5)Abhor:<br /></font> ',1283578938),(435,'421f7f39188dbb1f0ce860b5e044494f','<p class=\"book_chapter_title\">Slide show Drill 1(Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"3\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"> <font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word for the slide show</span></font> </font><br /></div><font size=\"3\"><br /><br />1)<a title=\"Abacus\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Abacus.swf\">Abacus:</a><br />2)Abdicate:<br />3)Abate:<br />4)Abeyance:<br />5)Abhor:<br /></font> ',1283585051),(436,'01906bfd5eea8677338d1222a888653e','<p class=\"book_chapter_title\">Slide show Drill 1(Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"3\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"> <font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word for the slide show</span></font> </font><br /></div><font size=\"3\"><br /><br />1)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Abacus.swf\" title=\"Abacus\">Abacus: </a><br />2)Abdicate: <br />3)Abate:<br />4)Abeyance:<br />5)Abhor:<br /><br />1)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Slide_1.swf\" title=\"Abacus\">Abacus with video</a><br /></font> ',1283959922),(437,'d10564656181613b04520e04868e9e65','<p class=\"book_chapter_title\">Vocab Drill 5 (Letter \'E\')</p>25 words starting letter E ',1283663923),(438,'839ecfa41614db40b767139181d0b1ac','<p class=\"book_chapter_title\"><br /></p>Next 25 words ',1283795827),(439,'03a7450bd699e7223f04676d82002aba','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')<br /><span class=\"dimmed_text\">Letter \'A\' part2</span></p>Next 25 words ',1283628047),(440,'30f946283354330d323ba6bbab0836c2','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')<br /><span class=\"dimmed_text\">Letter \'A\' part3</span></p>Next 25 words ',1283594205),(441,'2902b6434a221ae5b2987de566ec9203','<p class=\"book_chapter_title\">Vocab Drill 4 (Letter \'D\')</p>25 words of letter \'D\' ',1283657154),(442,'0d205504060d440423407ed95f36cfb2','<p class=\"book_chapter_title\">Vocab Drill 3 (Letter \'C\')</p>25 words of letter C ',1283795844),(443,'5f6ccafb89b01e39785ead7fa9b6e2b9','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p>25 words letter H ',1283687150),(444,'210a3c044e773d427b955e0e93777870','<p class=\"book_chapter_title\">Vocab Drill 6 (Letter \'F\')</p>25 words letter F ',1283708055),(445,'caff16b5600d7319e4fc314551be07a3',' 52 Vocab Drills ',1292419454),(446,'0f188de171643fe4c4548390710f8e25','52 Synonyms Drills ',1292419454),(447,'f676f2a7eae503c517cdfde3864ba418','52 Antonyms Drills ',1292419454),(448,'125c5b165bb23de5b5f25ae71219c2dc','Root Words drills ',1289322059),(449,'44956bc194fb3e9bb1317e6f00e6f429','Word meanings with interactive images ',1289322059),(450,'f63ce218099b3512257aa483a10528e0','Slide Show of vocab words. ',1292419454),(451,'a2ea102f1c80e0f126fc4bfe4da7a94b','<p class=\"book_chapter_title\">Synonym Drill 5 (Letter \'E\')</p>',1283611699),(452,'702ecaa88eb8030f5e57b57cb430bb3e','',1296553198),(453,'b58fad7eebef9e2f36c4f693c65c8dac','<p>Salary Questions</p>',1296553328),(454,'f448ed415e3d1430b2be34bae4af07df','<span class=\"body\"></span> <ul><li><a class=\"ouw_wikilink\" href=\"view.php?id=41&page=What+salary+are+you+seeking%3F\">What salary are you seeking?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=41&page=If+I+were+to+give+you+this+salary+you+requested+but+let+you+write+your+job+description+for+the+next+year%2C+what+would+it+say%3F\">If I were to give you this salary you requested but let you write your job description for the next year, what would it say?</a> </li>\n\n</ul>',1296553328),(455,'4935523ffa3a140c28344a6bbaa04906','',1306409668),(456,'346fa2482dab15a54c9ee63cec1bfd73','Personal Interview',1311810462),(457,'bffddffdcb1c110c6382e4eb38b48a3d','Technical Interview',1311810463),(458,'3b2b68bafb9014364252933d7977d671','<p><p>Personal Interview Questions</p></p>',1296553301),(459,'64ede9d849239fbe263d02f013054730','<span class=\"body\"></span> <p><strong>Basic Interview Questions:</strong></p>\n\n<ul><li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Tell+me+about+yourself%3F\">Tell me about yourself?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+are+your+strengths%3F\">What are your strengths?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+are+your+weaknesses%3F\">What are your weaknesses?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Why+do+you+want+this+job%3F\">Why do you want this job?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Where+would+you+like+to+be+in+your+career+five+years+from+now%3F\">Where would you like to be in your career five years from now?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What%27s+your+ideal+company%3F\">What\'s your ideal company?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+attracted+you+to+this+company%3F\">What attracted you to this company?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Why+should+we+hire+you%3F\">Why should we hire you?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+can+you+do+for+us+that+other+candidates+can%27t%3F\">What can you do for us that other candidates can\'t?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+do+you+know+about+this+industry%3F\">What do you know about this industry?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+do+you+know+about+our+company%3F\">What do you know about our company?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Are+you+willing+to+relocate%3F\">Are you willing to relocate?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Do+you+have+any+questions+for+me%3F\">Do you have any questions for me?</a> </li>\n\n</ul>',1284312295),(460,'66d098ee9a39b5e46c3b0536be7024a0','',1306409773),(461,'7160c0da18e4322f5217de35b9adffc7','',1306409742),(462,'4e29443b9b6c5ecf20be2ac38c9301ae','Debate Topics',1283616596),(463,'ed588e78cb3db472884db8698237929f','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'H\')</p>',1283795981),(464,'b641932a93c41c1a2482173408f40f73','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>',1283625914),(465,'b2140d592491c1a74f1c68c0a91abea1','<p class=\"book_chapter_title\">Vocab Drill 10 (Letter \'J\')</p>',1283796022),(466,'2ce4842d2fa735bc177db568f0711a17','<p class=\"book_chapter_title\">Vocab Drill 11 (Letter \'K\')</p>',1283796029),(467,'f225cc054f1026224611f18a814725cb','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p><div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><a href=\"http://dictionary.reference.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" title=\"Abacus\" style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</a> </span></a>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"text-decoration: underline; color: rgb(0, 51, 102);\">Ilk</span></a></font><a href=\"http://www.moodle.org/0.8693853663579282\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Abate\" target=\"_blank\"></a> </font></a><font size=\"4\"><a href=\"http://www.moodle.org/0.8693853663579282\"><span style=\"color: rgb(0, 51, 102);\">(noun)</span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politians and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br /> \r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Immanent\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/immanent\" style=\"color: rgb(0, 51, 102);\">Immanent (adj)</a></font><a href=\"http://www.moodle.org/0.741629721496563\"> </a>: <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div> \r\n<div style=\"text-align: left;\"> </div> \r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /></font></div> ',1283632619),(468,'bb257ceba16105539905c26ed88b44db','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><a title=\"Impolitic\" href=\"http://dictionary.reference.com/browse/impolitic\"><span style=\"color: rgb(0, 71, 127);\"></span></a><a style=\"color: rgb(0, 51, 102);\" title=\"Abacus\" target=\"_blank\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a title=\"Ilk\" href=\"http://http://dictionary.reference.com/browse/ilk\" style=\"color: rgb(0, 51, 102);\">Ilk</a></font><a href=\"http://www.moodle.org/0.3920098748357612\" style=\"color: rgb(0, 51, 102);\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></a><font size=\"4\"><a href=\"http://www.moodle.org/0.3920098748357612\" style=\"color: rgb(0, 51, 102);\">(noun)</a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politians and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/immanent\" target=\"_blank\" title=\"Immanent\">Immanent (adj)</a></font><a href=\"http://www.moodle.org/0.741629721496563\"> </a>: <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /></font></div> ',1283632800),(469,'fb83ae7b408495a21c23eedadd8013ab','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><a href=\"http://dictionary.reference.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 71, 127);\"></span></a><a target=\"_blank\" title=\"Impolitic\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/impolitic\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/ilk\" title=\"Ilk\">Ilk</a></font><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.3920098748357612\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></a><font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.3920098748357612\">(noun)</a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politians and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Immanent\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/immanent\" style=\"color: rgb(0, 51, 102);\">Immanent (adj)</a></font><a href=\"http://www.moodle.org/0.741629721496563\"> </a>: <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /></font></div> ',1283632898),(470,'645d465b523c2e6cb55e9fd66d43031e','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><a title=\"Impolitic\" href=\"http://dictionary.reference.com/browse/impolitic\"><span style=\"color: rgb(0, 71, 127);\"></span></a><a href=\"http://dictionary.reference.com/browse/impolitic\" style=\"color: rgb(0, 51, 102);\" title=\"Impolitic\" target=\"_blank\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\" style=\"color: rgb(0, 51, 102);\">Ilk</a></font><a href=\"http://www.moodle.org/0.9853032792358011\" style=\"color: rgb(0, 51, 102);\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></a><font size=\"4\"><a href=\"http://www.moodle.org/0.9853032792358011\" style=\"color: rgb(0, 51, 102);\">(noun)</a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politians and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/immanent\" target=\"_blank\" title=\"Immanent\">Immanent (adj)</a></font><a href=\"http://www.moodle.org/0.741629721496563\"> </a>: <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /></font></div> ',1283633007),(471,'bd0924fc030d894f14175bbf7fc16244','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><a href=\"http://dictionary.reference.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 71, 127);\"></span></a><a target=\"_blank\" title=\"Impolitic\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/impolitic\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\">Ilk</a></font><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.13128032016554203\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></a><font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.13128032016554203\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politians and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Immanent\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/immanent\" style=\"color: rgb(0, 51, 102);\">Immanent (adj)</a></font><a href=\"http://www.moodle.org/0.741629721496563\"> </a>: <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /></font></div> ',1283633119),(472,'7bd24f878f0a44bc96aa0ff88c374f35','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><a title=\"Impolitic\" href=\"http://dictionary.reference.com/browse/impolitic\"><span style=\"color: rgb(0, 71, 127);\"></span></a><a href=\"http://dictionary.reference.com/browse/impolitic\" style=\"color: rgb(0, 51, 102);\" title=\"Impolitic\" target=\"_blank\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\" style=\"color: rgb(0, 51, 102);\">Ilk</a></font><a href=\"http://www.moodle.org/0.6273216458298981\" style=\"color: rgb(0, 51, 102);\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></a><font size=\"4\"><a href=\"http://www.moodle.org/0.6273216458298981\" style=\"color: rgb(0, 51, 102);\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></a> :</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politians and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/immanent\" target=\"_blank\" title=\"Immanent\">Immanent (adj)</a></font><a href=\"http://www.moodle.org/0.741629721496563\"> </a>: <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /></font></div> ',1283667154),(473,'62f87afcebdfc432fa97a1b4adcff7d5','<p class=\"book_chapter_title\">Vocab Drill 4 (Letter \'D\')</p>',1283663919),(474,'1d70b7b99b48d299cb7371c83ece4b2a','<p class=\"book_chapter_title\">Vocab Drill 4 (Letter \'D\')</p><div style=\"text-align: center;\"><font size=\"1\"><font size=\"4\" style=\"text-decoration: underline;\"><span style=\"color: rgb(255, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></font><br style=\"color: rgb(255, 0, 0); font-family: times new roman,times,serif;\" /></div><font size=\"1\"><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span><a href=\"http://dictionary.reference.com/browse/dabble\" target=\"_blank\" title=\"Dabble\">Dabble <span style=\"font-style: italic;\">(v)</span></a>:</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> 1).To play in water, as with the hand.<br /> 2).To do something superficially, not seriously</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).I dabble at science but i don\'t know a lot.<br />2).The moon hung over the harbor dabbling the waves with gold.<br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2).</span><a href=\"http://dictionary.reference.com/browse/dainty\" target=\"_blank\" title=\"Dainty\">Dainty<span style=\"font-style: italic;\"> (a)</span>:</a></font> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">delicious and choice: a dainty morsel,delicately pretty or </span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\"> lovely</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).Her head was bent, and with the toe of her dainty shoe she toyed with a passing snail</font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"4\"><br />3).<a href=\"http://dictionary.reference.com/browse/debacle\" target=\"_blank\" title=\"Debacle\"><span style=\"color: rgb(0, 51, 102);\">Debacle <span style=\"font-style: italic;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span>:</span></a></font> <font size=\"3\" style=\"font-style: italic;\">1).<span style=\"color: rgb(0, 139, 0);\">A sudden, disastrous collapse, downfall, defeat; a rout.</span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\">2).A violent flood</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).After last week\'s debacle, this week\'s game at home to Pheonix was an important one.<br />2).The response to their recent election debacle was to say \' no turning back \' .<br /></font><font size=\"4\"><br style=\"color: rgb(102, 51, 0);\" />4).<span style=\"color: rgb(0, 51, 102);\"><a href=\"http://dictionary.reference.com/browse/derelict\" target=\"_blank\" title=\"Derelict\">Derelict<span style=\"font-style: italic;\"> (a)</span></a>:</span></font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1).In a very poor condition as a result of disuse and neglect.<br />2).A destitute person.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).The tower currently stands derelict covered in a thick layer of ivy in the garden of a private house.<br />2).Over the last two years new cafe\'s have opened, semi derelict properties have been restored.<br /></font><br /><font size=\"4\">5).<span style=\"color: rgb(0, 51, 102);\"><a href=\"http://dictionary.reference.com/browse/desolate\" target=\"_blank\" title=\"Desolate\">Desolate<span style=\"font-style: italic;\"> (a)</span></a>:</span></font><font size=\"3\" style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">1).Deprived or destitute of inhabitants, deserted, </span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\">2).lonely: a desolate place.</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).This will make many people desolate and depressed at a time they need to see their loved ones daily.<br />2).The feeling is not desolate, but promises impending revelation. <br /></font></font><span style=\"text-decoration: underline;\"><br /></span> ',1283664479),(475,'1362ebc59688bb03e7436258fd497bd3','<p class=\"book_chapter_title\">Vocab Drill 4 (Letter \'D\')</p>\r\n<div style=\"text-align: center;\"><font size=\"1\"><font size=\"4\" style=\"text-decoration: underline;\"><span style=\"color: rgb(255, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></font><br style=\"color: rgb(255, 0, 0); font-family: times new roman,times,serif;\" /></div><font size=\"1\"><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1).</span><a title=\"Dabble\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/dabble\" style=\"color: rgb(0, 51, 102);\">Dabble (v)</a>:</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> 1).To play in water, as with the hand.<br /> 2).To do something superficially, not seriously</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).I dabble at science but i don\'t know a lot.<br />2).The moon hung over the harbor dabbling the waves with gold.<br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2).</span><a title=\"Dainty\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/dainty\" style=\"color: rgb(0, 51, 102);\">Dainty<span style=\"font-style: italic;\"> </span>(a):</a></font> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">delicious and choice: a dainty morsel,delicately pretty or </span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\"> lovely</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).Her head was bent, and with the toe of her dainty shoe she toyed with a passing snail</font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"4\"><br />3).<a title=\"Debacle\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/debacle\"><span style=\"color: rgb(0, 51, 102);\">Debacle <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" />:</span></a></font> <font size=\"3\" style=\"font-style: italic;\">1).<span style=\"color: rgb(0, 139, 0);\">A sudden, disastrous collapse, downfall, defeat; a rout.</span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\">2).A violent flood</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).After last week\'s debacle, this week\'s game at home to Pheonix was an important one.<br />2).The response to their recent election debacle was to say \' no turning back \' .<br /></font><font size=\"4\"><br style=\"color: rgb(102, 51, 0);\" />4).<span style=\"color: rgb(0, 51, 102);\"><a title=\"Derelict\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/derelict\" style=\"color: rgb(0, 51, 102);\">Derelict<span style=\"font-style: italic;\"> </span>(a)</a>:</span></font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1).In a very poor condition as a result of disuse and neglect.<br />2).A destitute person.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).The tower currently stands derelict covered in a thick layer of ivy in the garden of a private house.<br />2).Over the last two years new cafe\'s have opened, semi derelict properties have been restored.<br /></font><br /><font size=\"4\">5).<span style=\"color: rgb(0, 51, 102);\"><a title=\"Desolate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/desolate\" style=\"color: rgb(0, 51, 102);\">Desolate<span style=\"font-style: italic;\"> </span>(a)</a>:</span></font><font size=\"3\" style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">1).Deprived or destitute of inhabitants, deserted, </span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\">2).lonely: a desolate place.</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).This will make many people desolate and depressed at a time they need to see their loved ones daily.<br />2).The feeling is not desolate, but promises impending revelation. <br /></font></font><span style=\"text-decoration: underline;\"><br /></span> ',1283665201),(476,'66904951b2c92d0c448d1860f04299a9','<p class=\"book_chapter_title\">Vocab Drill 4 (Letter \'D\')</p>\r\n<div style=\"text-align: center;\"><font size=\"1\"><font size=\"4\" style=\"text-decoration: underline;\"><span style=\"color: rgb(255, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></font><br style=\"color: rgb(255, 0, 0); font-family: times new roman,times,serif;\" /></div><font size=\"1\"><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1).</span><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/dabble\" target=\"_blank\" title=\"Dabble\">Dabble (v)</a>:</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> 1).To play in water, as with the hand.<br /> 2).To do something superficially, not seriously</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).I dabble at science but i don\'t know a lot.<br />2).The moon hung over the harbor dabbling the waves with gold.<br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2).</span><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/dainty\" target=\"_blank\" title=\"Dainty\">Dainty<span style=\"font-style: italic;\"> </span>(a):</a></font> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">delicious and choice: a dainty morsel,delicately pretty or </span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\"> lovely</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).Her head was bent, and with the toe of her dainty shoe she toyed with a passing snail</font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"4\"><br />3).<a href=\"http://dictionary.reference.com/browse/debacle\" target=\"_blank\" title=\"Debacle\"><span style=\"color: rgb(0, 51, 102);\">Debacle (<span style=\"font-style: italic;\">n</span>):</span></a></font> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">1).A sudden, disastrous collapse, downfall, defeat; a rout.</span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\">2).A violent flood</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).After last week\'s debacle, this week\'s game at home to Pheonix was an important one.<br />2).The response to their recent election debacle was to say \' no turning back \' .<br /></font><font size=\"4\"><br style=\"color: rgb(102, 51, 0);\" />4).<span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/derelict\" target=\"_blank\" title=\"Derelict\">Derelict<span style=\"font-style: italic;\"> </span>(a)</a>:</span></font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1).In a very poor condition as a result of disuse and neglect.<br />2).A destitute person.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).The tower currently stands derelict covered in a thick layer of ivy in the garden of a private house.<br />2).Over the last two years new cafe\'s have opened, semi derelict properties have been restored.<br /></font><br /><font size=\"4\">5).<span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/desolate\" target=\"_blank\" title=\"Desolate\">Desolate<span style=\"font-style: italic;\"> </span>(a)</a>:</span></font><font size=\"3\" style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">1).Deprived or destitute of inhabitants, deserted, </span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\">2).lonely: a desolate place.</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).This will make many people desolate and depressed at a time they need to see their loved ones daily.<br />2).The feeling is not desolate, but promises impending revelation. <br /></font></font><span style=\"text-decoration: underline;\"><br /></span> ',1283665285),(477,'fb38ab54252df3a765e2ec0a85a32aee','<p class=\"book_chapter_title\">Vocab Drill 4 (Letter \'D\')</p>\r\n<div style=\"text-align: center;\"><font size=\"1\"><font size=\"4\" style=\"text-decoration: underline;\"><span style=\"color: rgb(255, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></font><br style=\"color: rgb(255, 0, 0); font-family: times new roman,times,serif;\" /></div><font size=\"1\"><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1).</span><a title=\"Dabble\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/dabble\" style=\"color: rgb(0, 51, 102);\">Dabble (v)</a>:</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> 1).To play in water, as with the hand.<br /> 2).To do something superficially, not seriously</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).I dabble at science but i don\'t know a lot.<br />2).The moon hung over the harbor dabbling the waves with gold.<br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2).</span><a title=\"Dainty\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/dainty\" style=\"color: rgb(0, 51, 102);\">Dainty<span style=\"font-style: italic;\"> </span>(a):</a></font> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">delicious and choice: a dainty morsel,delicately pretty or <br style=\"color: rgb(0, 139, 0);\" /></span><span style=\"color: rgb(0, 139, 0);\"> lovely</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).Her head was bent, and with the toe of her dainty shoe she toyed with a passing snail</font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">3).</span><a title=\"Debacle\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/debacle\"><span style=\"color: rgb(0, 51, 102);\">Debacle (<span style=\"font-style: italic;\">n</span>):</span></a></font> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">1).A sudden, disastrous collapse, downfall, defeat; a rout.</span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\">2).A violent flood</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).After last week\'s debacle, this week\'s game at home to Pheonix was an important one.<br />2).The response to their recent election debacle was to say \' no turning back \' .<br /></font><font size=\"4\"><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(0, 0, 0);\">4).</span><span style=\"color: rgb(0, 51, 102);\"><a title=\"Derelict\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/derelict\" style=\"color: rgb(0, 51, 102);\">Derelict<span style=\"font-style: italic;\"> </span>(a)</a>:</span></font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1).In a very poor condition as a result of disuse and neglect.<br />2).A destitute person.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).The tower currently stands derelict covered in a thick layer of ivy in the garden of a private house.<br />2).Over the last two years new cafe\'s have opened, semi derelict properties have been restored.<br /></font><br /><font size=\"4\">5).<span style=\"color: rgb(0, 51, 102);\"><a title=\"Desolate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/desolate\" style=\"color: rgb(0, 51, 102);\">Desolate<span style=\"font-style: italic;\"> </span>(a)</a>:</span></font><font size=\"3\" style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">1).Deprived or destitute of inhabitants, deserted, </span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\">2).lonely: a desolate place.</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).This will make many people desolate and depressed at a time they need to see their loved ones daily.<br />2).The feeling is not desolate, but promises impending revelation. <br /></font></font><span style=\"text-decoration: underline;\"><br /></span> ',1283795849),(478,'9f57d3514db1d87be34924b5b19efb75','<p class=\"book_chapter_title\">Synonym Drill 4 (Letter \'D\')</p>',1283665672),(479,'9d19e4286332b8ffda886692dcfeb7a5','<p class=\"book_chapter_title\">Synonym Drill 4 (Letter \'D\')</p><font size=\"3\">1).<a href=\"http://thesaurus.com/browse/dabble\" target=\"_blank\" title=\"Dabble\" style=\"color: rgb(0, 51, 102);\">Dabble</a>:<span id=\"hotword\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">putter,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">fiddle,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">toy,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">dally</span></span><br />2).<a href=\"http://thesaurus.com/browse/dabble\" target=\"_blank\" title=\"Dainty\"><span style=\"color: rgb(0, 51, 102);\">Dainty</span></a>: <span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span></span><span class=\"secondary-bf\"><span><span id=\"hotword\"></span></span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> tender,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">delectable</span></span><span class=\"secondary-bf\" style=\"color: rgb(0, 139, 0);\"><span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"></span></span></span></span><span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"></span></span></span><span class=\"secondary-bf\" style=\"color: rgb(0, 139, 0);\"><span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">,</span> </span></span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">overnice,</span></span><span class=\"secondary-bf\" style=\"color: rgb(0, 139, 0);\"><span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"></span></span></span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">tidbit,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">sweetmeat<br /></span><span style=\"color: rgb(0, 0, 0);\">3).</span><a href=\"http://thesaurus.com/browse/debacle\" target=\"_blank\" title=\"Debacle\"><span style=\"color: rgb(0, 51, 102);\">Debacle</span></a>: </span></font><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">disaster,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">ruin,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">fiasco,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"color: rgb(0, 139, 0);\">catastrophe,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"><span style=\"color: rgb(0, 139, 0);\">calamity</span><br />4).<a href=\"http://thesaurus.com/browse/derelict\" target=\"_blank\" title=\"Derelict\"><span style=\"color: rgb(0, 51, 102);\">Derelict</span></a>: <span style=\"color: rgb(0, 139, 0);\">remiss,</span></span></span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: rgb(181, 213, 255); color: rgb(0, 139, 0);\"></span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"color: rgb(0, 139, 0);\">careless,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"><span style=\"color: rgb(0, 139, 0);\">heedless</span></span></span><br />5).<a href=\"http://thesaurus.com/browse/desolate\" target=\"_blank\" title=\"Desolate\"><span style=\"color: rgb(0, 51, 102);\">Desolate</span></a>:<span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> <span style=\"color: rgb(0, 139, 0);\">ravaged</span></span></span><span class=\"secondary-bf\" style=\"color: rgb(0, 139, 0);\"><span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span></span></span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">,<span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">desert</span></span><span class=\"secondary-bf\" style=\"color: rgb(0, 139, 0);\"><span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span></span></span></span><span id=\"hotword\"><span style=\"color: rgb(0, 139, 0);\">,</span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">lonesome,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"color: rgb(0, 139, 0);\">lost;</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"color: rgb(0, 139, 0);\">miserable,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default;\"><span style=\"color: rgb(0, 139, 0);\">wretched</span></span></span>\r\n<div class=\"rcr\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"><br /></span></span></div><font size=\"3\"><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><br /></font> ',1283666746),(480,'775b49499b4889099eb275c651d32008','<p class=\"book_chapter_title\">Synonym Drill 4 (Letter \'D\')</p><font size=\"3\">1).<a href=\"http://thesaurus.com/browse/dabble\" target=\"_blank\" title=\"Dabble\" style=\"color: rgb(0, 51, 102);\">Dabble</a>:<span id=\"hotword\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">putter,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">fiddle,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">toy,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">dally</span></span><br />2).<a href=\"http://thesaurus.com/browse/dabble\" target=\"_blank\" title=\"Dainty\"><span style=\"color: rgb(0, 51, 102);\">Dainty</span></a>: <span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span></span><span class=\"secondary-bf\"><span><span id=\"hotword\"></span></span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> tender,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">delectable</span></span><span class=\"secondary-bf\" style=\"color: rgb(0, 139, 0);\"><span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"></span></span></span></span><span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"></span></span></span><span class=\"secondary-bf\" style=\"color: rgb(0, 139, 0);\"><span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">,</span> </span></span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">overnice,</span></span><span class=\"secondary-bf\" style=\"color: rgb(0, 139, 0);\"><span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"></span></span></span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">tidbit,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">sweetmeat<br /></span><span style=\"color: rgb(0, 0, 0);\">3).</span><a href=\"http://thesaurus.com/browse/debacle\" target=\"_blank\" title=\"Debacle\"><span style=\"color: rgb(0, 51, 102);\">Debacle</span></a>: </span></font><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">disaster,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">ruin,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">fiasco,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"color: rgb(0, 139, 0);\">catastrophe,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"><span style=\"color: rgb(0, 139, 0);\">calamity</span><br />4).<a href=\"http://thesaurus.com/browse/derelict\" target=\"_blank\" title=\"Derelict\"><span style=\"color: rgb(0, 51, 102);\">Derelict</span></a>: <span style=\"color: rgb(0, 139, 0);\">remiss,</span></span></span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: rgb(181, 213, 255); color: rgb(0, 139, 0);\"></span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"color: rgb(0, 139, 0);\">careless,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"><span style=\"color: rgb(0, 139, 0);\">heedless</span></span></span><br />5).<a href=\"http://thesaurus.com/browse/desolate\" target=\"_blank\" title=\"Desolate\"><span style=\"color: rgb(0, 51, 102);\">Desolate</span></a>:<span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> <span style=\"color: rgb(0, 139, 0);\">ravaged</span></span></span><span class=\"secondary-bf\" style=\"color: rgb(0, 139, 0);\"><span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span></span></span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">,<span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">desert</span></span><span class=\"secondary-bf\" style=\"color: rgb(0, 139, 0);\"><span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span></span></span></span><span id=\"hotword\"><span style=\"color: rgb(0, 139, 0);\">,</span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\">lonesome,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"color: rgb(0, 139, 0);\">lost;</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"color: rgb(0, 139, 0);\">miserable,</span><span style=\"color: rgb(0, 139, 0);\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default;\"><span style=\"color: rgb(0, 139, 0);\">wretched</span></span></span>
<div class=\"rcr\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"><br /></span></span></div><font size=\"3\"><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><br /></font> ',1283698231),(481,'181d847b26b656c8dd101f1984f5dc8f','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<span style=\"color: rgb(0, 51, 102);\">Ilk</span></font><span style=\"color: rgb(0, 51, 102);\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> :</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politians and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /></font></div> ',1283667353),(482,'a38e584b19bee410432c7a727fea9813','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<span style=\"color: rgb(0, 51, 102);\"></span></font><font size=\"4\"> :</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politians and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /></font></div> ',1283667903),(483,'f7cb830b2b8b438acb110285b354f175','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<span style=\"color: rgb(0, 51, 102);\"></span></font><font size=\"4\">Ilk (noun) :</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politians and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /></font></div> ',1283668238),(484,'e37b955241c6784dc328fa544aa54a32','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<span style=\"color: rgb(0, 51, 102);\"></span></font><font size=\"4\">Ilk <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> :</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politians and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /></font></div> ',1283668518),(485,'73d6d2ddbe7d7acadcd1e9b459ebbbba','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a href=\"http://dictionary.reference.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Ilk <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </span>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a href=\"http://dictionary.reference.com/browse/immanent\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /></font></div> ',1283688202),(486,'781d538cc5cbf57f831279e63f3eae35','<p class=\"book_chapter_title\">Vocab Drill 5 (Letter \'E\')</p><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">Please click on the word in case you need more information</font><br /><br />1.) <font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ebullience\" title=\"ebullience\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Ebullience <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Exuberance,outburst of feelings</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) His natural <span style=\"font-weight: bold;\">ebullience</span> began to return after he succeeded in the exams.<br />2.)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We wish her all the best and will miss her cheery smile and <span style=\"font-weight: bold;\">ebullient</span><span style=\"color: rgb(102, 51, 0);\"> </span>character.<br /><br /><br /><font size=\"3\"><span style=\"color: rgb(0, 0, 0);\">2 .)</span></font> <a href=\"http://dictionary.reference.com/browse/embellish\" target=\"_blank\" title=\"embellish\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Embellish (v) </span></font></a><span style=\"color: rgb(0, 0, 0);\">:</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Make beautiful,to enhance<br /></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The dress was <span style=\"font-weight: bold;\">embellished</span> with beautiful stones.<br />2)</font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Girls like to <b>embellish</b> their dolls when they are little.<br /><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">3. )<font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></font></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Emaciate(v)</span></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Make thin and weak<br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.<br />2)Later a vet ,shot his badly <span style=\"font-weight: bold;\">emaciated </span>mom as she was too weak to survive.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">4 .)</font><a href=\"http://dictionary.reference.com/browse/elicit\" target=\"_blank\" title=\"elicit\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Elicit (v)</font></a> <span style=\"color: rgb(0, 0, 0);\">:</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\" style=\"font-style: italic;\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">To</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">draw</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">bring</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">out</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">forth,</span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">Educe,</span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">Evoke<br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new packaging is <span style=\"font-weight: bold;\">eliciting</span> mixed reactions from wine experts.<br />2)Under the electric light and effect was something superb, and the vociferous applause <span style=\"font-weight: bold;\">elicited </span>seemed well deserved.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">5 .)</font></font><a href=\"http://dictionary.reference.com/browse/encomium\" target=\"_blank\" title=\"encomium\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)<span id=\"hotword\"> </span><span class=\"ital-inline\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">An</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-weight: bold;\">encomium</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">by</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">President</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">greeted</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">returning</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">hero.</span> <br />2)</span></span>In the paradoxical <span style=\"font-weight: bold;\">encomium</span>, however, he demonstrates that before God wholly different standards apply. </font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /><br /></font><span style=\"color: rgb(102, 51, 0);\"> </span>',1283846668),(487,'57eecc5f7ab15a5aa53ebced7fc3a0a4','<p class=\"book_chapter_title\">Synonym Drill 5 (Letter \'E\')</p> <font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"text-decoration: underline;\"> In case of more information please click on the word<br /><br /><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><br /></font></span></font>\r\n<div style=\"margin-left: 40px;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1)</span><a href=\"http://thesaurus.com/browse/ebullience\" target=\"_blank\" title=\"ebullience\" style=\"color: rgb(0, 51, 102);\">Ebullience</a>:</font></font><span><span id=\"hotword\"> </span><span style=\"color: rgb(0, 139, 0);\">excitement</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">exhilaration</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, exuberance</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2)</span><a href=\"http://thesaurus.com/browse/embellish\" target=\"_blank\" title=\"embellish\">Embellish</a>:</font></font><span><span id=\"hotword\"> </span><span style=\"color: rgb(0, 139, 0);\">adorn</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">amplify</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">beautify</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3)</span><a href=\"http://thesaurus.com/browse/emaciate\" target=\"_blank\" title=\"emaciate\">Emaciate</a>:</font></font><span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"> </span>decrease<span id=\"hotword\">, </span>delete<span id=\"hotword\">,diminish</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4)</span><a href=\"http://thesaurus.com/browse/elicit\" target=\"_blank\" title=\"elicit\">Elicit</a>:</font></font><span><span id=\"hotword\"> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">bring</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">forth</span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">bring</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">to</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">light,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">call</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">forth,</span> </span><span style=\"color: rgb(0, 139, 0);\">cause</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">derive</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5)</span><a href=\"http://thesaurus.com/browse/encomium\" target=\"_blank\" title=\"encomium\">Encomium</a>:</font><span style=\"text-decoration: underline;\"></span></font><span><span id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\">praise</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">salutation</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">tribute</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"text-decoration: underline;\"></span></font></div> ',1283684277),(488,'6a8e1e4de9c6b0eebfdfb81e3a3a0043','<p class=\"book_chapter_title\">Synonym Drill 5 (Letter \'E\')</p> <font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"text-decoration: underline;\"> In case of more information please click on the word<br /><br /><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><br /></font></span></font>
<div style=\"margin-left: 40px;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1)</span><a href=\"http://thesaurus.com/browse/ebullience\" target=\"_blank\" title=\"ebullience\" style=\"color: rgb(0, 51, 102);\">Ebullience</a>:</font></font><span><span id=\"hotword\"> </span><span style=\"color: rgb(0, 139, 0);\">excitement</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">exhilaration</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, exuberance</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2)</span><a href=\"http://thesaurus.com/browse/embellish\" target=\"_blank\" title=\"embellish\">Embellish</a>:</font></font><span><span id=\"hotword\"> </span><span style=\"color: rgb(0, 139, 0);\">adorn</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">amplify</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">beautify</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3)</span><a href=\"http://thesaurus.com/browse/emaciate\" target=\"_blank\" title=\"emaciate\">Emaciate</a>:</font></font><span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"> </span>decrease<span id=\"hotword\">, </span>delete<span id=\"hotword\">,diminish</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4)</span><a href=\"http://thesaurus.com/browse/elicit\" target=\"_blank\" title=\"elicit\">Elicit</a>:</font></font><span><span id=\"hotword\"> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">bring</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">forth</span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">bring</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">to</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">light,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">call</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">forth,</span> </span><span style=\"color: rgb(0, 139, 0);\">cause</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">derive</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5)</span><a href=\"http://thesaurus.com/browse/encomium\" target=\"_blank\" title=\"encomium\">Encomium</a>:</font><span style=\"text-decoration: underline;\"></span></font><span><span id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\">praise</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">salutation</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">tribute</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"text-decoration: underline;\"></span></font></div> ',1283785572),(489,'951012f7cfec333846d1b8c6bddeb4d0','<p class=\"book_chapter_title\">Synonym Drill 3 (Letter \'C\')</p>Synonyms of the words used in Vocab drill ',1283785558),(490,'bd33a65e1daab12e85e8a35cac719e2e','<p class=\"book_chapter_title\">Synonym Drill 9 (Letter \'I\')</p>',1283785624),(491,'e83de6251d69111221644625179b603b','<p class=\"book_chapter_title\">Antonym Drill 5 (Letter \'E\')</p><div style=\"margin-left: 80px;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /><br /></div><font size=\"3\">1)<a href=\"http://thesaurus.com/browse/ebullience\" target=\"_blank\" title=\"ebullience\"><span style=\"color: rgb(0, 51, 102);\">Ebullience :</span></a><br />2)<a href=\"http://thesaurus.com/browse/embellish\" target=\"_blank\" title=\"embellish\"><span style=\"color: rgb(0, 51, 102);\">Embellish :</span></a><br />3)<a href=\"http://thesaurus.com/browse/emaciate\" target=\"_blank\" title=\"emaciate\"><span style=\"color: rgb(0, 51, 102);\">Emaciate :</span></a><br />4)<a href=\"http://thesaurus.com/browse/elicit\" target=\"_blank\" title=\"elicit\"><span style=\"color: rgb(0, 51, 102);\">Elicit :</span></a><br />5)<a href=\"http://thesaurus.com/browse/encomium\" target=\"_blank\" title=\"encomium\"><span style=\"color: rgb(0, 51, 102);\">Encomium :</span></a><br /></font>\r\n<div style=\"margin-left: 40px;\"><br /></div> ',1283685877),(492,'33443c613fee2ecef5c49621fda3f531','<p class=\"book_chapter_title\">Antonym Drill 5 (Letter \'E\')</p>\r\n<div style=\"margin-left: 80px;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /><br /></div><font size=\"3\">1)<a title=\"ebullience\" target=\"_blank\" href=\"http://thesaurus.com/browse/ebullience\"><span style=\"color: rgb(0, 51, 102);\">Ebullience : <span style=\"color: rgb(0, 139, 0);\">apathy,disinterest</span></span></a><br />2)<a title=\"embellish\" target=\"_blank\" href=\"http://thesaurus.com/browse/embellish\"><span style=\"color: rgb(0, 51, 102);\">Embellish :<span style=\"color: rgb(0, 139, 0);\"> disfigure,uglify</span></span></a><br />3)<a title=\"emaciate\" target=\"_blank\" href=\"http://thesaurus.com/browse/emaciate\"><span style=\"color: rgb(0, 51, 102);\">Emaciate :<span style=\"color: rgb(0, 139, 0);\"> beef up,thicken</span></span></a><br />4)<a title=\"elicit\" target=\"_blank\" href=\"http://thesaurus.com/browse/elicit\"><span style=\"color: rgb(0, 51, 102);\">Elicit : <span style=\"color: rgb(0, 139, 0);\">cover,hide,keep,repress</span></span></a><br />5)<a title=\"encomium\" target=\"_blank\" href=\"http://thesaurus.com/browse/encomium\"><span style=\"color: rgb(0, 51, 102);\">Encomium :<span style=\"color: rgb(0, 139, 0);\">demerit,crticism</span></span></a><br style=\"color: rgb(0, 139, 0);\" /></font>\r\n<div style=\"margin-left: 40px;\"><br /></div> ',1283686311),(493,'94860e582dc1bef3d0e342bfa50d7958','<p class=\"book_chapter_title\">Antonym Drill 5 (Letter \'E\')</p>\r\n<div style=\"margin-left: 80px;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /><br /></div><font size=\"3\">1)<span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/ebullience\" target=\"_blank\" title=\"ebullience\">Ebullience</a> : <span style=\"color: rgb(0, 139, 0);\">apathy,disinterest</span></span><br />2)<span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/embellish\" target=\"_blank\" title=\"embellish\">Embellish</a> :<span style=\"color: rgb(0, 139, 0);\"> disfigure,uglify</span></span><br />3)<span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/emaciate\" target=\"_blank\" title=\"emaciate\">Emaciate</a> :<span style=\"color: rgb(0, 139, 0);\"> beef up,thicken</span></span><br />4)<span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/elicit\" target=\"_blank\" title=\"elicit\">Elicit</a> : <span style=\"color: rgb(0, 139, 0);\">cover,hide,keep,repress</span></span><br />5)<span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/encomium\" target=\"_blank\" title=\"encomium\">Encomium</a> :<span style=\"color: rgb(0, 139, 0);\">demerit,crticism</span></span><br style=\"color: rgb(0, 139, 0);\" /></font>\r\n<div style=\"margin-left: 40px;\"><br /></div> ',1283686567),(494,'c48e8929bb981a0f84c838344818f06b','<p class=\"book_chapter_title\">Antonym Drill 5 (Letter \'E\')</p>\r\n<div style=\"margin-left: 80px;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /><br /></div><font size=\"3\">1)<span style=\"color: rgb(0, 51, 102);\"><a title=\"ebullience\" target=\"_blank\" href=\"http://thesaurus.com/browse/ebullience\" style=\"color: rgb(0, 51, 102);\">Ebullience</a> : <span style=\"color: rgb(0, 139, 0);\">apathy,disinterest</span></span><br />2)<span style=\"color: rgb(0, 51, 102);\"><a title=\"embellish\" target=\"_blank\" href=\"http://thesaurus.com/browse/embellish\" style=\"color: rgb(0, 51, 102);\">Embellish</a> :<span style=\"color: rgb(0, 139, 0);\"> disfigure,uglify</span></span><br />3)<span style=\"color: rgb(0, 51, 102);\"><a title=\"emaciate\" target=\"_blank\" href=\"http://thesaurus.com/browse/emaciate\" style=\"color: rgb(0, 51, 102);\">Emaciate</a> :<span style=\"color: rgb(0, 139, 0);\"> beef up,thicken</span></span><br />4)<span style=\"color: rgb(0, 51, 102);\"><a title=\"elicit\" target=\"_blank\" href=\"http://thesaurus.com/browse/elicit\" style=\"color: rgb(0, 51, 102);\">Elicit</a> : <span style=\"color: rgb(0, 139, 0);\">cover,hide,keep,repress</span></span><br />5)<span style=\"color: rgb(0, 51, 102);\"><a title=\"encomium\" target=\"_blank\" href=\"http://thesaurus.com/browse/encomium\" style=\"color: rgb(0, 51, 102);\">Encomium</a> :<span style=\"color: rgb(0, 139, 0);\">demerit,criticism</span></span><br style=\"color: rgb(0, 139, 0);\" /></font>\r\n<div style=\"margin-left: 40px;\"><br /></div> ',1283686685),(495,'7775cebfd9d02ef9d7e704e92df74f1b','<p class=\"book_chapter_title\">Antonym Drill 5 (Letter \'E\')</p>\r\n<div style=\"margin-left: 80px;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /><br /></div><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ebullience\" target=\"_blank\" title=\"ebullience\">Ebullience</a> : <span style=\"color: rgb(0, 139, 0);\">apathy,disinterest</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/embellish\" target=\"_blank\" title=\"embellish\">Embellish</a> :<span style=\"color: rgb(0, 139, 0);\"> disfigure,uglify</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/emaciate\" target=\"_blank\" title=\"emaciate\">Emaciate</a> :<span style=\"color: rgb(0, 139, 0);\"> beef up,thicken</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">4)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/elicit\" target=\"_blank\" title=\"elicit\">Elicit</a> : <span style=\"color: rgb(0, 139, 0);\">cover,hide,keep,repress</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">5)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/encomium\" target=\"_blank\" title=\"encomium\">Encomium</a> :<span style=\"color: rgb(0, 139, 0);\">demerit,criticism</span></span><br style=\"color: rgb(0, 139, 0);\" /></font>\r\n<div style=\"margin-left: 40px;\"><br /></div> ',1283833914),(496,'7b620571ddea8a57470fa96b4999042c','<p class=\"book_chapter_title\">Synonym Drill 2 (Letter \'B\')</p>Synonyms of the words used in Vocab drill ',1283785546),(497,'2db0dd91c48ebe59cdaebe42019cccbe','<p class=\"book_chapter_title\">Synonym Drill 6 (Letter \'F\')</p>',1283785583),(498,'bd8d9003c031d9cce624b77f378597d4','<p class=\"book_chapter_title\">Root word Drill 2 (Letter \'B\')</p>',1286998248),(499,'03a9db7dc09b3d7d1e0dbf392c340eae','<p class=\"book_chapter_title\">Root word Drill 3 (Letter \'C\')</p>',1286998253),(500,'19085beede24502b783713acbf85e2d6','<p class=\"book_chapter_title\">Root word Drill 4 (Letter \'D\')</p>',1286998257),(501,'15c1c7b38c908b939a8b1413ac80b4ed','<p class=\"book_chapter_title\">Root word Drill 5 (Letter \'E\')</p>',1283687678),(502,'c19048f44b2e52bbbe3c01fa9ccb0858','<p class=\"book_chapter_title\">Root word Drill 5 (Letter \'E\')</p><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> </span></font><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Please Click on the word in case you need more information</span></font><br /><br />1) <a href=\"http://www.reference.com/browse/ebullience\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Ebullience</span> </a>:<br style=\"color: rgb(0, 139, 0);\" />2) <a href=\"http://www.reference.com/browse/embellish\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Embellish</span></a> : <span style=\"color: rgb(0, 139, 0);\"></span><br />3) <a href=\"http://www.reference.com/browse/emaciate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Emaciate</span></a> : <span style=\"color: rgb(0, 139, 0);\"></span><br />4) <a href=\"http://www.reference.com/browse/elicit\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Elicit</span></a>: <br />5) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.reference.com/browse/encomium\" target=\"_blank\">Encomium</a> </span>: <span style=\"color: rgb(0, 139, 0);\"></span><br /> ',1283688218),(503,'0d766079d225006dd83e94644899abaa','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p><font size=\"4\" style=\"color: rgb(0, 51, 102);\">gainsay</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">gambol</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">garrulous</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">gaucherie</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">glean</font><span style=\"color: rgb(0, 51, 102);\"> : </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">gloat over</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">glut</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">gossamer</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">grace</font>:<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">grave</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">gregarious</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">iking the company,living in societies<br /></font><br />',1283688869),(504,'ad713a0ee8b2ab591bed491fc5b00df0','<p class=\"book_chapter_title\">Root word Drill 5 (Letter \'E\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> </span></font><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Please Click on the word in case you need more information</span></font><br /><br />1) <a target=\"_blank\" href=\"http://www.reference.com/browse/ebullience\"><span style=\"color: rgb(0, 51, 102);\">Ebullience</span> </a>:<br style=\"color: rgb(0, 139, 0);\" />2) <a target=\"_blank\" href=\"http://www.reference.com/browse/embellish\"><span style=\"color: rgb(0, 51, 102);\">Embellish</span></a> : <span style=\"color: rgb(0, 139, 0);\"></span><br />3) <a target=\"_blank\" href=\"http://www.reference.com/browse/emaciate\"><span style=\"color: rgb(0, 51, 102);\">Emaciate</span></a> : <span style=\"color: rgb(0, 139, 0);\"></span><br />4) <a target=\"_blank\" href=\"http://www.reference.com/browse/elicit\"><span style=\"color: rgb(0, 51, 102);\">Elicit</span></a>: <br />5) <a href=\"http://www.reference.com/browse/encomium\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 51, 102);\">Encomium</span> </span></a>: <span style=\"color: rgb(0, 139, 0);\"></span><br /> ',1283688513),(505,'1d02d03f188cf59670041aefb1dab777','<p class=\"book_chapter_title\">Root word Drill 5 (Letter \'E\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> </span></font><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Please Click on the word in case you need more information</span></font><br /><br />1) <a href=\"http://www.reference.com/browse/ebullience\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Ebullience</span> </a>:<br style=\"color: rgb(0, 139, 0);\" />2) <a href=\"http://www.reference.com/browse/embellish\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Embellish</span></a> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"> Old French embelir </font><br />3) <a href=\"http://www.reference.com/browse/emaciate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Emaciate</span></a> : <span style=\"color: rgb(0, 139, 0);\"></span><br />4) <a href=\"http://www.reference.com/browse/elicit\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Elicit</span></a>: <br />5) <a target=\"_blank\" href=\"http://www.reference.com/browse/encomium\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 51, 102);\">Encomium</span> </span></a>: <span style=\"color: rgb(0, 139, 0);\"></span><br /> ',1283688835),(506,'ed95891d3101224f8dcc4afd0cf193ee','<p class=\"book_chapter_title\">Root word Drill 5 (Letter \'E\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> </span></font><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Please Click on the word in case you need more information</span></font><br /><br />1) <a target=\"_blank\" href=\"http://www.reference.com/browse/ebullience\"><span style=\"color: rgb(0, 51, 102);\">Ebullience</span> </a>:<br style=\"color: rgb(0, 139, 0);\" />2) <a target=\"_blank\" href=\"http://www.reference.com/browse/embellish\"><span style=\"color: rgb(0, 51, 102);\">Embellish</span></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\">embelir (</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Old French) </font><br />3) <a target=\"_blank\" href=\"http://www.reference.com/browse/emaciate\"><span style=\"color: rgb(0, 51, 102);\">Emaciate</span></a> : <span style=\"color: rgb(0, 139, 0);\"></span><br />4) <a target=\"_blank\" href=\"http://www.reference.com/browse/elicit\"><span style=\"color: rgb(0, 51, 102);\">Elicit</span></a>: <br />5) <a href=\"http://www.reference.com/browse/encomium\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 51, 102);\">Encomium</span> </span></a>: <span style=\"color: rgb(0, 139, 0);\"></span><br /> ',1283954466),(507,'cfba9cda20eb3d6f266f5751e8b8b47a','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Gainsay</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Gambol</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Garrulous</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Gaucherie</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Glean</font><span style=\"color: rgb(0, 51, 102);\"> : </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Gloat over</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Glut</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gossamer</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">grace</font>:<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">grave</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Gregarious</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br /></font><br />',1283689016),(508,'c4a2182af0bce98c49ad071b78f73323','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Gainsay</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Gambol</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Garrulous</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Gaucherie</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Glean</font><span style=\"color: rgb(0, 51, 102);\"> : </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Gloat over</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Glut</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gossamer</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Grace</font>:<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Grave</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Gregarious</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br /></font><br />',1283689222),(509,'5b118342aa92287476edace6a370505b','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a title=\"Impolitic\" href=\"http://dictionary.reference.com/browse/impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Immanent\" href=\"http://dictionary.reference.com/browse/immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /></font></div> ',1283708563),(510,'9085c1b4ad0563d4baa510c39168e979','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> : </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a href=\"http://www.yourdictionary.com/Gloat over\" title=\"gloat over\">Gloat over</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font>:<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span> <a href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br /></font><br />',1283690027),(511,'aa01a64a86a7a0475abf2b07d2898646','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> : </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font>:<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br /></font><br />',1283691062),(512,'25222697784df076aa809a209ce6c464','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> : </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat over\" title=\"gloat over\">Gloat over</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font>:<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br /></font><br />',1283691221),(513,'ae75962b812bb473d685892c70eeb69b','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> (v) : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br />There\'s no gainsaying the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> (n & v) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br />1)The school children were merrily gamboling about in the playing field in the pleasant spring sunshine.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br />1)A sandy ascent for the feet of the aged - such is a garrulous <a class=\"ex\" href=\"http://www.yourdictionary.com/wife\">wife</a> for a quiet husband. <br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> : </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br />1)We can often glean <a class=\"ex\" href=\"http://www.yourdictionary.com/clue\">clue</a>s about what is going on around a bone from its surface.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br />1)His interpretation showed a gossamer <a class=\"ex\" href=\"http://www.yourdictionary.com/touch\">touch</a> and drew out a performance that will remain with all who saw it for a long time. <br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br />1)It is the glory of God to <a class=\"ex\" href=\"http://www.yourdictionary.com/bestow\">bestow</a> free grace upon a sinner and elicit new life and genuine evangelical obedience.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br />1)The prospects of BNFL running Dounreay would be viewed with grave <a class=\"ex\" href=\"http://www.yourdictionary.com/concern\">concern</a> by many outside the industry. <br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> (adj) : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br />',1283692372),(514,'ed1dbba784c283be688b011042feacc4','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> (v) : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br />There\'s no gainsaying the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> (n & v) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br />1)The school children were merrily gamboling about in the playing field in the pleasant spring sunshine.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br />1)A sandy ascent for the feet of the aged - such is a garrulous <a href=\"http://www.yourdictionary.com/wife\" class=\"ex\">wife</a> for a quiet husband. <br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> (v) : </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br />1)We can often glean <a href=\"http://www.yourdictionary.com/clue\" class=\"ex\">clue</a>s about what is going on around a bone from its surface.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat over\" title=\"gloat over\">Gloat over</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br />1)His interpretation showed a gossamer <a href=\"http://www.yourdictionary.com/touch\" class=\"ex\">touch</a> and drew out a performance that will remain with all who saw it for a long time. <br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br />1)It is the glory of God to <a href=\"http://www.yourdictionary.com/bestow\" class=\"ex\">bestow</a> free grace upon a sinner and elicit new life and genuine evangelical obedience.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br />1)The prospects of BNFL running Dounreay would be viewed with grave <a href=\"http://www.yourdictionary.com/concern\" class=\"ex\">concern</a> by many outside the industry. <br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> (adj) : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br />',1283692588),(515,'ae1eab5bb69c40ee03b46b40b4f618c2','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> (v) : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br />There\'s no gainsaying the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> (n & v) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br />1)The school children were merrily gamboling about in the playing field in the pleasant spring sunshine.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> (adj) </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br />1)A sandy ascent for the feet of the aged - such is a garrulous <a class=\"ex\" href=\"http://www.yourdictionary.com/wife\">wife</a> for a quiet husband. <br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> (v) : </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br />1)We can often glean <a class=\"ex\" href=\"http://www.yourdictionary.com/clue\">clue</a>s about what is going on around a bone from its surface.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br />1)His interpretation showed a gossamer <a class=\"ex\" href=\"http://www.yourdictionary.com/touch\">touch</a> and drew out a performance that will remain with all who saw it for a long time. <br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> (v) : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br />1)It is the glory of God to <a class=\"ex\" href=\"http://www.yourdictionary.com/bestow\">bestow</a> free grace upon a sinner and elicit new life and genuine evangelical obedience.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> (adj & n) </span>: 1)<span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br />2)place of burial<br />1)The prospects of BNFL running Dounreay would be viewed with grave <a class=\"ex\" href=\"http://www.yourdictionary.com/concern\">concern</a> by many outside the industry. <br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> (adj) : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br />',1283692992),(516,'9c0486a1af6bbe4a0b2ad67370d954a9','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span><a href=\"http://www.yourdictionary.com/wife\" class=\"ex\">wife</a> for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> <a href=\"http://www.yourdictionary.com/clue\" class=\"ex\">clue</a>s about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat over\" title=\"gloat over\">Gloat over</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> <a href=\"http://www.yourdictionary.com/touch\" class=\"ex\">touch</a> and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to <a href=\"http://www.yourdictionary.com/bestow\" class=\"ex\">bestow</a> free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: 1)<span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br />2)<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> <a href=\"http://www.yourdictionary.com/concern\" class=\"ex\">concern</a> by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\">(adj)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br />',1283694774),(517,'916464a2998cfe85872d4f95e6205bb2','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: 1)<span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br />2)<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\">(adj)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br />',1283695113),(518,'41b850bf38c39e800970ed3929ab82f8','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat%20over\" title=\"gloat over\">Gloat over</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\">(adj)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br />',1283695307),(519,'d72a7d3318a5bb9f2eddd6d2b8db6d01','',1284780357),(520,'dab06fdbf2f7299ea169e828cc0deb99','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\">(adj)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br />',1283695466),(521,'cf349acd52a443e1340992f2698baff4','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat%20over\" title=\"gloat over\">Gloat over</a></font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">ook at </font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br />',1283696285),(522,'80364a4bafd4a0500093f299bc856690','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br />',1283799483),(523,'ae8090545cfb13b9962ae55b2720bfda','<p class=\"book_chapter_title\">Synonym Drill 7 (Letter \'G\')</p>',1283768595),(524,'1b5356313faf3836a4b79b0c2623cd81','<p class=\"book_chapter_title\">Synonym Drill 4 (Letter \'D\')</p>1).Dabble: putter, fiddle, toy, dally<br />2).Dainty: tender, delectable, overnice,tidbit, sweetmeat<br />3).Debacle: disaster, ruin, fiasco, catastrophe, calamity<br />4).Derelict: remiss, careless, heedless<br />5).Desolate: ravaged,desert,lonesome, lost; miserable, wretched<br /><br /><br />',1283785563),(525,'d77d4881bcc2425151404f2a75788ff8','',1284780864),(526,'a9247c8565fad2766533b907742f0676','',1284779855),(527,'1133033672bf2a3dc0837d092f58358f','<p>We are explaining some technical questions of I.T. and C.S. students<br /></p>',1283759193),(528,'31a3ee2b6291112e8ce3beb347e1d24f',' Here are questions and problems related with language C.<br />',1284390517),(529,'2b49784eccb13c2620a45d40d771d5fe','Here are some questions related with Data structure and Algorithm ',1284390517),(530,'72f010c5bc1a847b1acc2f7a0ace5f08','Here are questions related to computer System Organisations ',1284390517),(531,'dbee8bcf294c7734a164e560f1d2c410','Here are questions related to Operating system ',1284390517),(532,'022f59b9e48fec75a96894c7614ee40a','Here are questions related to Software Engg. ',1284390517),(533,'558a36b89ee198eb26641741934c438f','Here are some questions related to database management ',1284390517),(534,'7bababdcc5895fe7dc187ff3f053b797',' Here are questions related to computer network ',1284307165),(535,'4eaf23a23dd43ceb17e5aada2aea33a0','',1284779731),(536,'11c50e8642d49a6eeb837f90fe47621d','General news and announcements',1283705157),(537,'3f7fd3d401c9e47b79e4d3ad9f3be149','Administrators can usually do anything on the site, in all courses.',1300367763),(538,'cc9b927920dce1c867c881f40cb51598','Course creators can create new courses.',1300367763),(539,'7862c21bfb2325c5c0b3d490248b86f3','Teachers can do anything within a course, including changing the activities and grading students.',1300367763),(540,'dbc92f4d77130e3a05fee9d7f37cd128','Non-editing teachers can teach in courses and grade students, but may not alter activities.',1300367763),(541,'53ad46511f5b1356ab8eb29d3c1c4cbf','Students generally have fewer privileges within a course.',1300367763),(542,'ac13edf81e3c31bb72118fb0931c03d0','Guests have minimal privileges and usually can not enter text anywhere.',1300367763),(543,'91c495815f6be4e394b5bfa412f003c5','All logged in users.',1300367763),(544,'61088c66391fc1decb583a1e5c7ab7f1','<p class=\"book_chapter_title\">Vocab Drill 6 (Letter \'F\')</p> <span style=\"color: rgb(0, 51, 153);\">25 words letter F </span>',1283801164),(545,'411e912b1ede2124a87d7262ea4f6e40','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a href=\"http://dictionary.reference.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a href=\"http://dictionary.reference.com/browse/immanent\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 11\" name=\"Generator\" /><meta content=\"Microsoft Word 11\" name=\"Originator\" /><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><o:smarttagtype name=\"country-region\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><o:smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if !mso]><object\r\n classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>\r\n<style>\r\nst1\\:*{behavior:url(#ieooui) }\r\n</style>\r\n<![endif]--><style> <!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:"Trebuchet MS"; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin:0in;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:10.0pt;\r\n font-family:\"Times New Roman\";\r\n mso-ansi-language:#0400;\r\n mso-fareast-language:#0400;\r\n mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]-->\r\n <p class=\"MsoNormal\"><span style=\"font-size: 13.5pt; color: black;\">4.)</span><a href=\"http://dictionary.reference.com/browse/idolatrous\" title=\"Idolatrous\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></a><a href=\"http://dictionary.reference.com/browse/idolatrous\" title=\"Idolatrous\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Immanent\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Idolatrous (adj)</span></a></font> </a>: <i><span style=\"color: green;\">1)</span></i><span class=\"MsoHyperlink\"><i><span style=\"color: green;\"></span></i></span><i><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></p>\r\n <p class=\"MsoNormal\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></p>\r\n <p class=\"MsoNormal\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p style=\"text-align: justify;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">5.)<a href=\"http://dictionary.reference.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit (adj)</a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span><a href=\"http://dictionary.reference.com/browse/ignominy\" title=\"Ignominy\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">Ignominy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </a>: <font size=\"3\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a href=\"http://dictionary.reference.com/browse/inhibit\" title=\"Inhibit\" style=\"color: rgb(0, 51, 102);\">Inhibit (v)</a><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\">to restrain, hinder or prohibit</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/innate\" title=\"Innate\" style=\"color: rgb(0, 51, 102);\">Innate (adj)</a> : <font size=\"3\">existing naturally rather than acquired</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)Teachers are encouraged to work side by side with students and to value their<span style=\"font-weight: bold;\"> innate</span> musicality.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span><a href=\"http://dictionary.reference.com/browse/infuse\" title=\"Infuse\"><span style=\"color: rgb(0, 51, 102);\">Infuse (v)</span> </a>: <font size=\"3\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"ital-inline\">The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm. </font><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"ital-inline\"><o:p> </o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><span class=\"ital-inline\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a href=\"http://dictionary.reference.com/browse/impasse\" title=\"Impasse\" style=\"color: rgb(0, 51, 102);\">Impasse <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </a>: </span><font size=\"3\">1)a position or situation from which there is no escape, deadlock. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)a road or way that has no outlet</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><a href=\"http://dictionary.reference.com/browse/impeccable\" title=\"Impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable (adj)</a> : <font size=\"3\">Faultless, flawless, incapable of sin</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p> <br /></div> ',1283795992),(546,'c660329b381d63412b8fb0df70f2c8d2','<p class=\"book_chapter_title\">Synonym Drill 8 (Letter \'H\')</p>',1283785616),(547,'ce20040ff7821ce45bf5924e3cbc7fbd','<p class=\"book_chapter_title\">Antonym Drill 6 (Letter \'F\')</p>',1283833919),(548,'b0afea25e19218e1816cf5c9ab7dda48','<p class=\"book_chapter_title\">Antonym Drill 7 (Letter \'G\')</p>',1283790353),(549,'bf44c69c15bafd3757e01a3b9c2834fe','<p class=\"book_chapter_title\">Antonym Drill 8 (Letter \'H\')</p>',1283833928),(550,'6e7841c8ed53c000da1962dafbaa15f8','',1284781269),(551,'795a2fdb037b3a913a1b6592a7807e5d','<p>Technical Interview Questions </p>',1306409780),(552,'d4386607b4b808f1226098f63f7cf60a','[IT / COMPUTER SCIENCE /COMPUTER ENGG]<br />\n[ELECTTONICS & COMMUNICATIONS]<br />\n[ELECTRICAL ENGG]<br />\n[CIVIL ENGG]<br />\n[MECHANICAL ENGG]<br />\n',1283732945),(553,'bb392302db60109dd8c9fca082fd8169',' <a class=\"ouw_wikilink\" href=\"view.php?id=83&page=IT+%2F+COMPUTER+SCIENCE+%2FCOMPUTER+ENGG\">IT / COMPUTER SCIENCE /COMPUTER ENGG</a><br />\n<a class=\"ouw_wikilink\" href=\"view.php?id=83&page=ELECTTONICS+%26+COMMUNICATIONS\">ELECTTONICS & COMMUNICATIONS</a><br />\n<a class=\"ouw_wikilink\" href=\"view.php?id=83&page=ELECTRICAL+ENGG\">ELECTRICAL ENGG</a><br />\n<a class=\"ouw_wikilink\" href=\"view.php?id=83&page=CIVIL+ENGG\">CIVIL ENGG</a><br />\n<a class=\"ouw_wikilink\" href=\"view.php?id=83&page=MECHANICAL+ENGG\">MECHANICAL ENGG</a><br />\n',1290247489),(554,'3da7b4143e842972d2b091c4a1f3293f','<p>test</p>',1296553301),(555,'3734fccd9ab6bd487f07c8de2de9b3ed','<p><span class=\"body\"><strong>Brainteaser Questions</strong></span></p>',1289455691),(556,'0f21fe4b1257c851ada680245b1724e3','<span class=\"body\"></span><ul><li><a class=\"ouw_wikilink\" href=\"view.php?id=43&page=How+many+times+do+a+clock%27s+hands+overlap+in+a+day%3F\">How many times do a clock\'s hands overlap in a day?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=43&page=How+would+you+weigh+a+plane+without+scales%3F\">How would you weigh a plane without scales?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=43&page=Tell+me+10+ways+to+use+a+pencil+other+than+writing.\">Tell me 10 ways to use a pencil other than writing.</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=43&page=Sell+me+this+pencil.\">Sell me this pencil.</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=43&page=If+you+were+an+animal%2C+which+one+would+you+want+to+be%3F\">If you were an animal, which one would you want to be?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=43&page=If+you+could+choose+one+superhero+power%2C+what+would+it+be+and+why%3F\">If you could choose one superhero power, what would it be and why?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=43&page=If+you+could+get+rid+of+any+one+of+the+Indian+states%2C+which+one+would+you+get+rid+of+and+why%3F%C2%A0\">If you could get rid of any one of the Indian states, which one would you get rid of and why? </a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=43&page=With+your+eyes+closed%2C+tell+me+step-by-step+how+to+tie+my+shoes.\">With your eyes closed, tell me step-by-step how to tie my shoes.</a></li>\n\n</ul>',1289455691),(557,'c289c458b8d7e76ab1a35e51abe10896','<p><span class=\"body\"><strong>More About You</strong></span></p>',1296553343),(558,'446fb379733483914588bec4831ccde0','<span class=\"body\"></span> <ul><li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=How+would+you+describe+your+work+style%3F\">How would you describe your work style?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+would+be+your+ideal+working+situation%3F\">What would be your ideal working situation?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+do+you+look+for+in+terms+of+culture+--+structured+or+entrepreneurial%3F%C2%A0\">What do you look for in terms of culture -- structured or entrepreneurial? </a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=Give+examples+of+ideas+you%27ve+had+or+implemented%3F\">Give examples of ideas you\'ve had or implemented?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+techniques+and+tools+do+you+use+to+keep+yourself+organized%3F\">What techniques and tools do you use to keep yourself organized?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=If+you+had+to+choose+one%2C+would+you+consider+yourself+a+big-picture+person+or+a+detail-oriented+person%3F\">If you had to choose one, would you consider yourself a big-picture person or a detail-oriented person?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=Tell+me+about+your+proudest+achievement.\">Tell me about your proudest achievement.</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=Was+there+a+person+in+your+career+who+really+made+a+difference%3F\">Was there a person in your career who really made a difference?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+kind+of+personality+do+you+work+best+with+and+why%3F\">What kind of personality do you work best with and why?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+are+you+most+proud+of%3F\">What are you most proud of?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+do+you+like+to+do%3F\">What do you like to do?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+are+your+lifelong+dreams%3F\">What are your lifelong dreams?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+do+you+ultimately+want+to+become%3F\">What do you ultimately want to become?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+is+your+personal+mission+statement%3F%C2%A0\">What is your personal mission statement? </a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+three+character+traits+would+your+friends+use+to+describe+you%3F\">What three character traits would your friends use to describe you?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+are+three+positive+character+traits+you+don%27t+have%3F\">What are three positive character traits you don\'t have?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=If+you+were+interviewing+someone+for+this+position%2C+what+traits+would+you+look+for%3F\">If you were interviewing someone for this position, what traits would you look for?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=List+five+words+that+describe+your+character.\">List five words that describe your character.</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=Who+has+impacted+you+most+in+your+career+and+how%3F\">Who has impacted you most in your career and how?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+is+your+greatest+fear%3F\">What is your greatest fear?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+is+your+biggest+regret+and+why%3F\">What is your biggest regret and why?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What%27s+the+most+important+thing+you+learned+in+school%3F\">What\'s the most important thing you learned in school?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=Why+did+you+choose+your+major%3F\">Why did you choose your major?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+is+your+greatest+achievement+outside+of+work%3F%C2%A0\">What is your greatest achievement outside of work? </a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+are+the+qualities+of+a+good+leader%3F+A+bad+leader%3F\">What are the qualities of a good leader? A bad leader?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=Do+you+think+a+leader+should+be+feared+or+liked%3F\">Do you think a leader should be feared or liked?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=How+do+you+feel+about+taking+no+for+an+answer%3F\">How do you feel about taking no for an answer?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=How+would+you+feel+about+working+for+someone+who+knows+less+than+you%3F%C2%A0\">How would you feel about working for someone who knows less than you? </a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=How+do+you+think+I+rate+as+an+interviewer%3F\">How do you think I rate as an interviewer?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=Tell+me+one+thing+about+yourself+you+wouldn%27t+want+me+to+know.\">Tell me one thing about yourself you wouldn\'t want me to know.</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=Tell+me+the+difference+between+good+and+exceptional.\">Tell me the difference between good and exceptional.</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=There%27s+no+right+or+wrong+answer%2C+but+if+you+could+be+anywhere+in+the+world+right+now%2C+where+would+you+be%3F\">There\'s no right or wrong answer, but if you could be anywhere in the world right now, where would you be?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What%27s+the+last+book+you+read%3F%C2%A0\">What\'s the last book you read? </a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+magazines+do+you+subscribe+to%3F\">What magazines do you subscribe to?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What%27s+the+best+movie+you%27ve+seen+in+the+last+year%3F\">What\'s the best movie you\'ve seen in the last year?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+would+you+do+if+you+won+the+lottery%3F\">What would you do if you won the lottery?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=Who+are+your+heroes%3F\">Who are your heroes?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+do+you+like+to+do+for+fun%3F\">What do you like to do for fun?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+do+you+do+in+your+spare+time%3F\">What do you do in your spare time?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=42&page=What+is+your+favorite+memory+from+childhood%3F\">What is your favorite memory from childhood?</a> </li>\n\n</ul>\n\n<br />',1296553343),(559,'9fd46b186a1761b458e8e19c9df4b2dc','<p class=\"book_chapter_title\">Synonym Drill 10 (Letter \'J\')</p>',1283785630),(560,'89a2c3eaabd0621f65edcdf328949a4d','<p class=\"book_chapter_title\">Root word Drill 6 (Letter \'F\')</p>',1284406172),(561,'704f78e059aaee184e220bba43beb303','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'I\')</p>',1283859941),(562,'d1caf3ddbee2ab00c8c44bfefecf3075','<p class=\"book_chapter_title\">Antonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /></div><br />1.) <a href=\"http://thesaurus.com/browse/abate\" target=\"_blank\" title=\"Abate\"><span style=\"color: rgb(0, 51, 102);\">Abate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">increase, intensify, extend</span><br /> 2.) <a href=\"http://thesaurus.com/browse/abdicate\" target=\"_blank\" title=\"Abdicate\"><span style=\"color: rgb(0, 51, 102);\">Abdicate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">assert, assume, challenge, claim</span><br />3.) <a href=\"http://thesaurus.com/browse/abeyance\" target=\"_blank\" title=\"Abeyance\"><span style=\"color: rgb(0, 51, 102);\">Abeyance </span></a>: <span style=\"color: rgb(0, 139, 0);\">action, activity, revival</span><br />4.) <a href=\"http://thesaurus.com/browse/abhor\" target=\"_blank\" title=\"Abhor\"><span style=\"color: rgb(0, 51, 102);\">Abhor </span></a>: <span style=\"color: rgb(0, 139, 0);\">admire, adore, cherish</span><br />5.) <a href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" target=\"_blank\" title=\"Abide\" style=\"color: rgb(0, 51, 102);\">Abide </a>: <span style=\"color: rgb(0, 139, 0);\">despise, dispute, pass, quit</span><br />',1284247382),(563,'efd62c1b39e286677fe4e7cbd877df09','<p class=\"book_chapter_title\">Synonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abate\" target=\"_blank\" title=\"Abate\">Abate</a> : <span style=\"color: rgb(0, 139, 0);\">decrease, weaken, subside, diminish</span><br />2.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abdicate\" target=\"_blank\" title=\"Abdicate\">Abdicate</a> : <span style=\"color: rgb(0, 139, 0);\">resign, quit, abandon, repudiate</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abeyance\" target=\"_blank\" title=\"Abeyance\">Abeyance</a> </span>: <span style=\"color: rgb(0, 139, 0);\">remission, deferral </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abhor\" target=\"_blank\" title=\"Abhor\">Abhor</a> </span>: <span style=\"color: rgb(0, 139, 0);\">hate, despise, abominate</span><span style=\"font-weight: bold;\"><br /><span style=\"font-weight: bold;\">5</span></span>.) <a href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" target=\"_blank\" title=\"Abide\">Abide</a><span style=\"font-weight: bold;\"><a href=\"http://www.moodle.org/0.467478070090226\"><span style=\"font-weight: bold;\"></span> </a>: </span><span style=\"color: rgb(0, 139, 0);\">accept, acknowledge, consent</span><span style=\"font-weight: bold;\"><br /><br /><br /><br /></span> <br /> ',1283772598),(564,'cff37f533e7315c6e8897f97a4bc7c8f','<p class=\"book_chapter_title\">Synonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a title=\"Abate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abate\" style=\"color: rgb(0, 51, 102);\">Abate</a> : <span style=\"color: rgb(0, 139, 0);\">decrease, weaken, subside, diminish</span><br />2.) <a title=\"Abdicate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\">Abdicate</a> : <span style=\"color: rgb(0, 139, 0);\">resign, quit, abandon, repudiate</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abeyance\" target=\"_blank\" href=\"http://thesaurus.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\">Abeyance</a> </span>: <span style=\"color: rgb(0, 139, 0);\">remission, deferral </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abhor\" target=\"_blank\" href=\"http://thesaurus.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\">Abhor</a> </span>: <span style=\"color: rgb(0, 139, 0);\">hate, despise, abominate</span><span style=\"font-weight: bold;\"><br /><span style=\"font-weight: bold;\">5</span></span>.) <a title=\"Abide\" target=\"_blank\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" style=\"color: rgb(0, 51, 102);\">Abide</a><span style=\"font-weight: bold;\"><a href=\"http://www.moodle.org/0.467478070090226\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-weight: bold;\"></span> </a>: </span><span style=\"color: rgb(0, 139, 0);\">accept, acknowledge, consent</span><span style=\"font-weight: bold;\"><br /><br /><br /><br /></span> <br /> ',1284247386),(565,'8c90881d7fab4407ab33d3f634f2599b','<p class=\"book_chapter_title\">Synonym Drill 7 (Letter \'G\')</p>1.)Gainsay : abjure,abstain,forbid,refrain,spurn<br />2.)Gambol : frolic,high jinks, prounce,rollick<br />3.)Garrulous : babbling,colloquial,loquacious,effusive,prolix<br />4.)Gaucherie : barbarism,immodesty,indecency,solecism<br />5.)Glean: abridge,collocate,heapup,recapitulate<br />6.)Gloat over : <br />7.)Glut : plethora,<br />8.)Gossamer : diaphonous,gauzy,flimsy,pellucid,tiffany<br />9.)Grace : benevolence,caritas,clemency,reprieve<br />10.)Grave : 1)grim,somber,sedate,ponderous<br />2)catacomb,mausoleum,shrine,sepulcher<br />11.)Gregarious : <br /> ',1283774937),(566,'c58a442e24e31605bfc540a49b5f0cf6','<p class=\"book_chapter_title\">Synonym Drill 7 (Letter \'G\')</p> 1.)Gainsay : abjure,abstain,forbid,refrain,spurn<br />2.)Gambol : frolic,high jinks, prounce,rollick<br />3.)Garrulous : babbling,colloquial,loquacious,effusive,prolix<br />4.)Gaucherie : barbarism,immodesty,indecency,solecism<br />5.)Glean: abridge,collocate,heap up,recapitulate<br />6.)Gloat over : <br />7.)Glut : exorbitance,plethora,profusion,surfeit<br />8.)Gossamer : diaphonous,gauzy,flimsy,pellucid,tiffany<br />9.)Grace : benevolence,caritas,clemency,reprieve<br />10.)Grave : 1)grim,somber,sedate,<br />2)catacomb,mausoleum,shrine,sepulcher<br />11.)Gregarious : clubby,congenial,cozy,sociable<br /> ',1283775675),(567,'013b3e4aa630010d6f3e9a7489e508e1','<p class=\"book_chapter_title\">Synonym Drill 7 (Letter \'G\')</p> <font size=\"3\">1.)Gainsay : <span style=\"color: rgb(0, 139, 0);\">abjure,abstain,forbid,refrain,spurn</span><br />2.)Gambol : <span style=\"color: rgb(0, 139, 0);\">frolic,high jinks, prounce,rollick</span><br />3.)Garrulous : <span style=\"color: rgb(0, 139, 0);\">babbling,colloquial,loquacious,effusive,prolix</span><br />4.)Gaucherie : <span style=\"color: rgb(0, 139, 0);\">barbarism,immodesty,indecency,solecism</span><br />5.)Glean: <span style=\"color: rgb(0, 139, 0);\">abridge,collocate,heap up,recapitulate</span><br />6.)Gloat over : <br />7.)<span style=\"color: rgb(0, 51, 102);\">Glut</span> : <span style=\"color: rgb(0, 139, 0);\">exorbitance,plethora,profusion,surfeit</span><br />8.)<span style=\"color: rgb(0, 51, 102);\">Gossamer</span> : <span style=\"color: rgb(0, 139, 0);\">diaphonous,gauzy,flimsy,pellucid,tiffany</span><br />9.)<span style=\"color: rgb(0, 51, 102);\">Grace</span> : <span style=\"color: rgb(0, 139, 0);\">benevolence,caritas,clemency,reprieve</span><br />10.)<span style=\"color: rgb(0, 51, 102);\">Grave </span>: <span style=\"color: rgb(0, 139, 0);\">1)grim,somber,sedate</span><br /><span style=\"color: rgb(0, 139, 0);\">2)catacomb,mausoleum,shrine,sepulcher</span><br />11.)<span style=\"color: rgb(0, 51, 102);\">Gregarious</span> : <span style=\"color: rgb(0, 139, 0);\">clubby,congenial,cozy,sociable</span></font><br /> ',1283776027),(568,'1d7215d40dacdf59948b48ad4ffc49d8','<p class=\"book_chapter_title\">Synonym Drill 7 (Letter \'G\')</p> <font size=\"3\">1.)<a href=\"http://www.thesaurus.com/browse/gainsay\" title=\"Gainsay\"><span style=\"color: rgb(0, 51, 102);\">Gainsay</span> </a>: <span style=\"color: rgb(0, 139, 0);\">abjure,abstain,forbid,refrain,spurn</span><br />2.)<a href=\"http://www.thesaurus.com/browse/gambol\" title=\"Gambol\">Gambol </a>: <span style=\"color: rgb(0, 139, 0);\">frolic,high jinks, prounce,rollick</span><br />3.)<a href=\"http://www.thesaurus.com/browse/Garrulous\" title=\"Garrulous\">Garrulous </a>: <span style=\"color: rgb(0, 139, 0);\">babbling,colloquial,loquacious,effusive,prolix</span><br />4.)<a href=\"http://www.thesaurus.com/browse/Gaucherie\" title=\"Gaucherie\"><span style=\"color: rgb(0, 51, 102);\">Gaucherie</span></a> : <span style=\"color: rgb(0, 139, 0);\">barbarism,immodesty,indecency,solecism</span><br />5.)<a href=\"http://www.thesaurus.com/browse/Glean\" title=\"Glean\"><span style=\"color: rgb(0, 51, 102);\">Glean</span></a>: <span style=\"color: rgb(0, 139, 0);\">abridge,collocate,heap up,recapitulate</span><br />6.)<a href=\"http://www.thesaurus.com/browse/Gloat Over\" title=\"Gloat Over\"><span style=\"color: rgb(0, 51, 102);\">Gloat over </span></a>: <br />7.)<a href=\"http://www.thesaurus.com/browse/Glut\" title=\"Glut\"><span style=\"color: rgb(0, 51, 102);\">Glut</span></a> : <span style=\"color: rgb(0, 139, 0);\">exorbitance,plethora,profusion,surfeit</span><br />8.)<a href=\"http://www.thesaurus.com/browse/Gossamer\" title=\"Gossamer\"><span style=\"color: rgb(0, 51, 102);\">Gossamer</span></a> : <span style=\"color: rgb(0, 139, 0);\">diaphonous,gauzy,flimsy,pellucid,tiffany</span><br />9.)<a href=\"http://www.thesaurus.com/browse/Grace\" title=\"Grace\"><span style=\"color: rgb(0, 51, 102);\">Grace</span> </a>: <span style=\"color: rgb(0, 139, 0);\">benevolence,caritas,clemency,reprieve</span><br />10.)<span style=\"color: rgb(0, 51, 102);\">Grave </span>: <span style=\"color: rgb(0, 139, 0);\">1)grim,somber,sedate</span><br /><span style=\"color: rgb(0, 139, 0);\">2)catacomb,mausoleum,shrine,sepulcher</span><br />11.)<span style=\"color: rgb(0, 51, 102);\">Gregarious</span> : <span style=\"color: rgb(0, 139, 0);\">clubby,congenial,cozy,sociable</span></font><br /> ',1283776460),(569,'7c207c5a4df18faa6919566e1b2f5983','<p class=\"book_chapter_title\">Synonym Drill 7 (Letter \'G\')</p> <font size=\"3\">1.)<a title=\"Gainsay\" href=\"http://www.thesaurus.com/browse/gainsay\"><span style=\"color: rgb(0, 51, 102);\">Gainsay</span> </a>: <span style=\"color: rgb(0, 139, 0);\">abjure,abstain,forbid,refrain,spurn</span><br />2.)<a title=\"Gambol\" href=\"http://www.thesaurus.com/browse/gambol\">Gambol </a>: <span style=\"color: rgb(0, 139, 0);\">frolic,high jinks, prounce,rollick</span><br />3.)<a title=\"Garrulous\" href=\"http://www.thesaurus.com/browse/Garrulous\">Garrulous </a>: <span style=\"color: rgb(0, 139, 0);\">babbling,colloquial,loquacious,effusive,prolix</span><br />4.)<a title=\"Gaucherie\" href=\"http://www.thesaurus.com/browse/Gaucherie\"><span style=\"color: rgb(0, 51, 102);\">Gaucherie</span></a> : <span style=\"color: rgb(0, 139, 0);\">barbarism,immodesty,indecency,solecism</span><br />5.)<a title=\"Glean\" href=\"http://www.thesaurus.com/browse/Glean\"><span style=\"color: rgb(0, 51, 102);\">Glean</span></a>: <span style=\"color: rgb(0, 139, 0);\">abridge,collocate,heap up,recapitulate</span><br />6.)<a title=\"Gloat Over\" href=\"http://www.thesaurus.com/browse/Gloat Over\"><span style=\"color: rgb(0, 51, 102);\">Gloat over </span></a>: <br />7.)<a title=\"Glut\" href=\"http://www.thesaurus.com/browse/Glut\"><span style=\"color: rgb(0, 51, 102);\">Glut</span></a> : <span style=\"color: rgb(0, 139, 0);\">exorbitance,plethora,profusion,surfeit</span><br />8.)<a title=\"Gossamer\" href=\"http://www.thesaurus.com/browse/Gossamer\"><span style=\"color: rgb(0, 51, 102);\">Gossamer</span></a> : <span style=\"color: rgb(0, 139, 0);\">diaphonous,gauzy,flimsy,pellucid,tiffany</span><br />9.)<a title=\"Grace\" href=\"http://www.thesaurus.com/browse/Grace\"><span style=\"color: rgb(0, 51, 102);\">Grace</span> </a>: <span style=\"color: rgb(0, 139, 0);\">benevolence,caritas,clemency,reprieve</span><br />10.)<span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.thesaurus.com/browse/Grave\" title=\"Grave\">Grave</a> </span>: <span style=\"color: rgb(0, 139, 0);\">1)grim,somber,sedate</span><br /><span style=\"color: rgb(0, 139, 0);\">2)catacomb,mausoleum,shrine,sepulcher</span><br />11.)<a href=\"http://www.thesaurus.com/browse/Gregarious\" title=\"Gregarious\"><span style=\"color: rgb(0, 51, 102);\">Gregarious</span></a> : <span style=\"color: rgb(0, 139, 0);\">clubby,congenial,cozy,sociable</span></font><br /> ',1283776544),(570,'5210cdea83a56108cbdf5ffdd9d5e316','<p class=\"book_chapter_title\">Synonym Drill 7 (Letter \'G\')</p> <font size=\"3\">1.)<a href=\"http://www.thesaurus.com/browse/gainsay\" title=\"Gainsay\"><span style=\"color: rgb(0, 51, 102);\">Gainsay</span> </a>: <span style=\"color: rgb(0, 139, 0);\">abjure,abstain,forbid,refrain,spurn</span><br />2.)<a href=\"http://www.thesaurus.com/browse/gambol\" title=\"Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol </a>: <span style=\"color: rgb(0, 139, 0);\">frolic,high jinks, prounce,rollick</span><br />3.)<a href=\"http://www.thesaurus.com/browse/Garrulous\" title=\"Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous </a>: <span style=\"color: rgb(0, 139, 0);\">babbling,colloquial,loquacious,effusive,prolix</span><br />4.)<a href=\"http://www.thesaurus.com/browse/Gaucherie\" title=\"Gaucherie\"><span style=\"color: rgb(0, 51, 102);\">Gaucherie</span></a> : <span style=\"color: rgb(0, 139, 0);\">barbarism,immodesty,indecency,solecism</span><br />5.)<a href=\"http://www.thesaurus.com/browse/Glean\" title=\"Glean\"><span style=\"color: rgb(0, 51, 102);\">Glean</span></a>: <span style=\"color: rgb(0, 139, 0);\">abridge,collocate,heap up,recapitulate</span><br />6.)<a href=\"http://www.thesaurus.com/browse/Gloat Over\" title=\"Gloat Over\"><span style=\"color: rgb(0, 51, 102);\">Gloat over </span></a>: <br />7.)<a href=\"http://www.thesaurus.com/browse/Glut\" title=\"Glut\"><span style=\"color: rgb(0, 51, 102);\">Glut</span></a> : <span style=\"color: rgb(0, 139, 0);\">exorbitance,plethora,profusion,surfeit</span><br />8.)<a href=\"http://www.thesaurus.com/browse/Gossamer\" title=\"Gossamer\"><span style=\"color: rgb(0, 51, 102);\">Gossamer</span></a> : <span style=\"color: rgb(0, 139, 0);\">diaphonous,gauzy,flimsy,pellucid,tiffany</span><br />9.)<a href=\"http://www.thesaurus.com/browse/Grace\" title=\"Grace\"><span style=\"color: rgb(0, 51, 102);\">Grace</span> </a>: <span style=\"color: rgb(0, 139, 0);\">benevolence,caritas,clemency,reprieve</span><br />10.)<span style=\"color: rgb(0, 51, 102);\"><a title=\"Grave\" href=\"http://www.thesaurus.com/browse/Grave\">Grave</a> </span>: <span style=\"color: rgb(0, 139, 0);\">1)grim,somber,sedate</span><br /><span style=\"color: rgb(0, 139, 0);\">2)catacomb,mausoleum,shrine,sepulcher</span><br />11.)<a title=\"Gregarious\" href=\"http://www.thesaurus.com/browse/Gregarious\"><span style=\"color: rgb(0, 51, 102);\">Gregarious</span></a> : <span style=\"color: rgb(0, 139, 0);\">clubby,congenial,cozy,sociable</span></font><br /> ',1283776611),(571,'8cbd872327d87d28025574b89c270859','<p class=\"book_chapter_title\">Synonym Drill 7 (Letter \'G\')</p> <font size=\"3\">1.)<a title=\"Gainsay\" href=\"http://www.thesaurus.com/browse/gainsay\"><span style=\"color: rgb(0, 51, 102);\">Gainsay</span> </a>: <span style=\"color: rgb(0, 139, 0);\">abjure,abstain,forbid,refrain,spurn</span><br />2.)<a style=\"color: rgb(0, 51, 102);\" title=\"Gambol\" href=\"http://www.thesaurus.com/browse/gambol\">Gambol </a>: <span style=\"color: rgb(0, 139, 0);\">frolic,high jinks, prounce,rollick</span><br />3.)<a style=\"color: rgb(0, 51, 102);\" title=\"Garrulous\" href=\"http://www.thesaurus.com/browse/Garrulous\">Garrulous </a>: <span style=\"color: rgb(0, 139, 0);\">babbling,colloquial,loquacious,effusive,prolix</span><br />4.)<a title=\"Gaucherie\" href=\"http://www.thesaurus.com/browse/Gaucherie\"><span style=\"color: rgb(0, 51, 102);\">Gaucherie</span></a> : <span style=\"color: rgb(0, 139, 0);\">barbarism,immodesty,indecency,solecism</span><br />5.)<a title=\"Glean\" href=\"http://www.thesaurus.com/browse/Glean\"><span style=\"color: rgb(0, 51, 102);\">Glean</span></a>: <span style=\"color: rgb(0, 139, 0);\">abridge,collocate,heap up,recapitulate</span><br />6.)<a title=\"Gloat Over\" href=\"http://www.thesaurus.com/browse/Gloat Over\"><span style=\"color: rgb(0, 51, 102);\">Gloat over </span></a>: <br />7.)<a title=\"Glut\" href=\"http://www.thesaurus.com/browse/Glut\"><span style=\"color: rgb(0, 51, 102);\">Glut</span></a> : <span style=\"color: rgb(0, 139, 0);\">exorbitance,plethora,profusion,surfeit</span><br />8.)<a title=\"Gossamer\" href=\"http://www.thesaurus.com/browse/Gossamer\"><span style=\"color: rgb(0, 51, 102);\">Gossamer</span></a> : <span style=\"color: rgb(0, 139, 0);\">diaphonous,gauzy,flimsy,pellucid,tiffany</span><br />9.)<a title=\"Grace\" href=\"http://www.thesaurus.com/browse/Grace\"><span style=\"color: rgb(0, 51, 102);\">Grace</span> </a>: <span style=\"color: rgb(0, 139, 0);\">benevolence,caritas,clemency,reprieve</span><br />10.)<span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.thesaurus.com/browse/Grave\" title=\"Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a> </span>: <span style=\"color: rgb(0, 139, 0);\">1)grim,somber,sedate</span><br /><span style=\"color: rgb(0, 139, 0);\">2)catacomb,mausoleum,shrine,sepulcher</span><br />11.)<a href=\"http://www.thesaurus.com/browse/Gregarious\" title=\"Gregarious\"><span style=\"color: rgb(0, 51, 102);\">Gregarious</span></a> : <span style=\"color: rgb(0, 139, 0);\">clubby,congenial,cozy,sociable</span></font><br /> ',1283788614),(572,'f7a0efaa987fe1d28da7fbdad03862df','<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css"<br /> rel="stylesheet" type="text/css" /><br /><br /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script><br /><br /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script><br /><br /> <script type="text/javascript"> $(document).ready(function() { $("#pnlaccordion").accordion(); }); </script><br /> <div id="pnlaccordion"><br /> <h3><br /> <a href="#">What is Linear Search?</a></h3><br /> <div><br /> <p><br /> linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.<br /> The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.<br /><br /> </p><br /> </div><br /> <h3><br /> <a href="#">What is Binary Search?</a></h3><br /> <div><br /> <p><br /> A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.<br /> In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N.<br /><br /> </p><br /> </div><br /> <h3><br /> <a href="#">What is heuristic search?</a></h3><br /> <div><br /> <p><br /> A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br />• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br />• The problem has an exact solution but is too complex to allow for a brute force solution.<br />Evaluation function. This gives us the following evaluation function:<br />f<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> = g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> + h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /><br />where g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> measures the actual length of the path from the start state to the state n, and h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> is a heuristic estimate of the distance from a state n to a goal state.<br /><br /> </p><br /> </div><br /></div><br /> ',1283778843),(573,'60911bc9188f0cfe2c60d21dfe020ea7',' <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css"<br /> rel="stylesheet" type="text/css" /><br /><br /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script><br /><br /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script><br /><br /> <script type="text/javascript"> $(document).ready(function() { $("#pnlaccordion").accordion(); }); </script><br /> <div id="pnlaccordion"><br /> <h3><br /> <a href="#">What is Linear Search?</a></h3><br /> <div><br /> <p><br /> linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.<br /> The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.<br /><br /> </p><br /> </div><br /> <h3><br /> <a href="#">What is Binary Search?</a></h3><br /> <div><br /> <p><br /> A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.<br /> In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N.<br /><br /> </p><br /> </div><br /> <h3><br /> <a href="#">What is heuristic search?</a></h3><br /> <div><br /> <p><br /> A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br />• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br />• The problem has an exact solution but is too complex to allow for a brute force solution.<br />Evaluation function. This gives us the following evaluation function:<br />f<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> = g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> + h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /><br />where g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> measures the actual length of the path from the start state to the state n, and h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> is a heuristic estimate of the distance from a state n to a goal state.<br /><br /> </p><br /> </div><br /> <h3><br /> <a href="#">What is rooted tree?</a></h3><br /> <div><br /> <p><br /> A directed graph is called rooted tree if it follows following properties:-<br/><br />1. There is exactly one node whose indegree is 0(zero) called root of the tree.<br/><br />2. All the vertices (other than root) have indegree exactly 1.<br/><br />3. Vertices whose outdegree are 0(zero) are called leaf nodes or leaves. All other vertices are knows as internal nodes (including root).<br /> </p> <br /> </div><br /> <h3><br /> <a href="#">What is binary tree?</a></h3><br /> <div><br /> <p><br /> A binary tree is a rooted tree where any node has maximum possible out degree 2.<br /> </p> <br /> </div><br /> </div>',1283779003),(574,'f0797a88191b9024fc122f0841622638',' <link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n <h3>\r\n <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.\r\n The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.\r\n In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.\r\nEvaluation function. This gives us the following evaluation function:\r\nf<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> = g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> + h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" />\r\nwhere g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> measures the actual length of the path from the start state to the state n, and h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> is a heuristic estimate of the distance from a state n to a goal state.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is rooted tree?</a></h3>\r\n <div>\r\n <p>\r\n A directed graph is called rooted tree if it follows following properties:-<br/>\r\n1. There is exactly one node whose indegree is 0(zero) called root of the tree.<br/>\r\n2. All the vertices (other than root) have indegree exactly 1.<br/>\r\n3. Vertices whose outdegree are 0(zero) are called leaf nodes or leaves. All other vertices are knows as internal nodes (including root).\r\n </p> \r\n </div>\r\n <h3>\r\n <a href=\"#\">What is binary tree?</a></h3>\r\n <div>\r\n <p>\r\n A binary tree is a rooted tree where any node has maximum possible out degree 2.\r\n </p> \r\n </div>\r\n </div>',1283779075),(575,'ede5a8a88d61f8bdfcf22cf36be1fc86',' <link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n <h3>\r\n <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.\r\n The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.\r\n In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.\r\nEvaluation function. This gives us the following evaluation function:\r\nf<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> = g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> + h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" />\r\nwhere g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> measures the actual length of the path from the start state to the state n, and h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> is a heuristic estimate of the distance from a state n to a goal state.\r\n\r\n </p>\r\n </div>\r\n </div>',1283780622),(576,'7225dc9d2b8fdbf38f8d148da1e43005','In this book we will define some basic basic terms which will be helpful in technical interview. ',1283779167),(577,'16dc9d4fad573a536da00692d8e92b43',' <link type=\"text/css\" rel=\"stylesheet\" href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" />\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\" type=\"text/javascript\"></script>\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\"> $(document).ready(function() { $("#pnlaccordion").accordion(); }); </script>\r\n<div id=\"pnlaccordion\">\r\n <h3> <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p> linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found. The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2. </p> </div>\r\n <h3> <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p> A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time. In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log<sub>2</sub>N. </p> </div>\r\n <h3> <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p> A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed: • The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms. • The problem has an exact solution but is too complex to allow for a brute force solution. Evaluation function. This gives us the following evaluation function: f<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> = g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> + h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> where g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> measures the actual length of the path from the start state to the state n, and h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> is a heuristic estimate of the distance from a state n to a goal state. </p> </div> </div>',1283779551),(578,'c1778037555b8cc425c8e7d15a502d05',' <link type=\"text/css\" rel=\"stylesheet\" href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" />\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\" type=\"text/javascript\"></script>\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\"> $(document).ready(function() { $("#pnlaccordion").accordion(); }); </script>\r\n<div id=\"pnlaccordion\" class=\"ui-accordion ui-widget ui-helper-reset ui-accordion-icons\" role=\"tablist\">\r\n <h3 class=\"ui-accordion-header ui-helper-reset ui-state-default ui-state-active ui-corner-top\" role=\"tab\" aria-expanded=\"true\" tabindex=\"0\"><span class=\"ui-icon ui-icon-triangle-1-s\"></span> <a href=\"#\" tabindex=\"-1\">What is Linear Search?</a></h3>\r\n <div class=\"ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active\" style=\"height: 333px;\" role=\"tabpanel\">\r\n <p> linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found. The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2. </p> </div>\r\n <h3 class=\"ui-accordion-header ui-helper-reset ui-state-default ui-corner-all\" role=\"tab\" aria-expanded=\"false\" tabindex=\"-1\"><span class=\"ui-icon ui-icon-triangle-1-e\"></span> <a href=\"#\" tabindex=\"-1\">What is Binary Search?</a></h3>\r\n <div class=\"ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom\" style=\"height: 333px; display: none;\" role=\"tabpanel\">\r\n <p> A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time. In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N. </p> </div>\r\n <h3 class=\"ui-accordion-header ui-helper-reset ui-state-default ui-corner-all\" role=\"tab\" aria-expanded=\"false\" tabindex=\"-1\"><span class=\"ui-icon ui-icon-triangle-1-e\"></span> <a href=\"#\" tabindex=\"-1\">What is heuristic search?</a></h3>\r\n <div class=\"ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom\" style=\"height: 333px; display: none;\" role=\"tabpanel\">\r\n <p> A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed: • The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms. • The problem has an exact solution but is too complex to allow for a brute force solution. Evaluation function. This gives us the following evaluation function: f<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> = g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> + h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> where g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> measures the actual length of the path from the start state to the state n, and h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> is a heuristic estimate of the distance from a state n to a goal state. </p> </div> </div>',1283779733),(579,'e5a4a5e9dc16898c50a81658b57739e2','<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n <h3>\r\n <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.\r\n The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.\r\n In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br/>\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br/>\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.\r\nEvaluation function. This gives us the following evaluation function:\r\nf<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> = g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> + h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" />\r\nwhere g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> measures the actual length of the path from the start state to the state n, and h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> is a heuristic estimate of the distance from a state n to a goal state.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is rooted tree?</a></h3>\r\n <div>\r\n <p>\r\n A directed graph is called rooted tree if it follows following properties:-<br/>\r\n1. There is exactly one node whose indegree is 0(zero) called root of the tree.<br/>\r\n2. All the vertices (other than root) have indegree exactly 1.<br/>\r\n3. Vertices whose outdegree are 0(zero) are called leaf nodes or leaves. All other vertices are knows as internal nodes (including root).\r\n </p> \r\n </div>\r\n <h3>\r\n <a href=\"#\">What is binary tree?</a></h3>\r\n <div>\r\n <p>\r\n A binary tree is a rooted tree where any node has maximum possible out degree 2.\r\n </p> \r\n </div>\r\n </div>',1283779748),(580,'0e79308ee8cf2cb9f79171a0e0f5a756','<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n <h3>\r\n <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.\r\n The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.\r\n In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br/>\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br/>\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.\r\nEvaluation function. This gives us the following evaluation function:\r\nf<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> = g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> + h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" />\r\nwhere g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> measures the actual length of the path from the start state to the state n, and h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> is a heuristic estimate of the distance from a state n to a goal state.\r\n\r\n </p>\r\n </div>\r\n </div>',1283779860),(581,'4bf9c2c90014eff87f589cd499cddd71',' <link type=\"text/css\" rel=\"stylesheet\" href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" />\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\" type=\"text/javascript\"></script>\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\"> $(document).ready(function() { $("#pnlaccordion").accordion(); }); </script>\r\n<div id=\"pnlaccordion\" class=\"ui-accordion ui-widget ui-helper-reset ui-accordion-icons\" role=\"tablist\">\r\n <h3 class=\"ui-accordion-header ui-helper-reset ui-state-default ui-corner-all\" role=\"tab\" aria-expanded=\"false\" tabindex=\"-1\"><span class=\"ui-icon ui-icon-triangle-1-e\"></span> <a href=\"#\" tabindex=\"-1\">What is Linear Search?</a></h3>\r\n <div class=\"ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active\" style=\"height: 356px; overflow: hidden; display: block; padding-top: 17.6px; padding-bottom: 17.6px;\" role=\"tabpanel\">\r\n <p> linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found. The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2. </p> </div>\r\n <h3 class=\"ui-accordion-header ui-helper-reset ui-state-active ui-corner-top ui-state-focus\" role=\"tab\" aria-expanded=\"true\" tabindex=\"0\"><span class=\"ui-icon ui-icon-triangle-1-s\"></span> <a href=\"#\" tabindex=\"-1\">What is Binary Search?</a></h3>\r\n <div class=\"ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active\" style=\"height: 0px; display: block; width: 493px; overflow: hidden; padding-top: 0px; padding-bottom: 0px;\" role=\"tabpanel\">\r\n <p> A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time. In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N. </p> </div>\r\n <h3 class=\"ui-accordion-header ui-helper-reset ui-state-default ui-corner-all\" role=\"tab\" aria-expanded=\"false\" tabindex=\"-1\"><span class=\"ui-icon ui-icon-triangle-1-e\"></span> <a href=\"#\" tabindex=\"-1\">What is heuristic search?</a></h3>\r\n <div class=\"ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom\" style=\"height: 356px; display: none;\" role=\"tabpanel\">\r\n <p> A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br /> • The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br /> • The problem has an exact solution but is too complex to allow for a brute force solution. Evaluation function. This gives us the following evaluation function: f<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> = g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> + h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> where g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> measures the actual length of the path from the start state to the state n, and h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> is a heuristic estimate of the distance from a state n to a goal state. </p> </div> </div>',1283780415),(582,'d92db2f57548c6c9087f36b95903fe69',' <link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n <h3>\r\n <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.\r\n The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.\r\n In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br/>\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br/>\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.\r\nEvaluation function. This gives us the following evaluation function:\r\nf<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> = g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> + h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" />\r\nwhere g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> measures the actual length of the path from the start state to the state n, and h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> is a heuristic estimate of the distance from a state n to a goal state.\r\n\r\n </p>\r\n </div>\r\n </div>',1283781525),(583,'e65c1b67ca17b085b0b24221fc00fc7b','<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n<div id=\"pnlaccordion\">\r\n<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">',1283781224),(584,'35c1889d03a74183ecee93f89e5522f5','<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n<h3>\r\n <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.\r\n In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.\r\nEvaluation function. This gives us the following evaluation function:\r\nf<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> = g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> + h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" />\r\nwhere g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> measures the actual length of the path from the start state to the state n, and h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> is a heuristic estimate of the distance from a state n to a goal state.\r\n\r\n </p>\r\n </div>\r\n</div>',1283781397),(585,'6822073c584a7c18c1c1fc063015ce8e','<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n<h3>\r\n <a href=\"#\">What is rooted tree?</a></h3>\r\n <div>\r\n <p>\r\n A directed graph is called rooted tree if it follows following properties:-<br/>\r\n1. There is exactly one node whose indegree is 0(zero) called root of the tree.<br/>\r\n2. All the vertices (other than root) have indegree exactly 1.<br/>\r\n3. Vertices whose outdegree are 0(zero) are called leaf nodes or leaves. All other vertices are knows as internal nodes (including root).\r\n </p> \r\n </div>\r\n <h3>\r\n <a href=\"#\">What is binary tree?</a></h3>\r\n <div>\r\n <p>\r\n A binary tree is a rooted tree where any node has maximum possible out degree 2.\r\n </p> \r\n </div>\r\n </div>\r\n</div>',1284565867),(586,'f51088f73ce507dc6ef87271a6baac50',' <link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n <h3>\r\n <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.\r\n The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.\r\n In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br/>\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br/>\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.\r\nEvaluation function. This gives us the following evaluation function:\r\nf( n) = g( n) + h( n)\r\nwhere g( n) measures the actual length of the path from the start state to the state n, and h( n) is a heuristic estimate of the distance from a state n to a goal state.\r\n\r\n </p>\r\n </div>\r\n </div>',1283781687),(587,'fe303da221c48758001eb6a27742c7e6',' <link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n <h3>\r\n <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.\r\n The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.\r\n In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br/>\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br/>\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.<br/>\r\n<b>Evaluation function:-</b> This gives us the following evaluation function:\r\nf( n) = g( n) + h( n)\r\nwhere g( n) measures the actual length of the path from the start state to the state n, and h( n) is a heuristic estimate of the distance from a state n to a goal state.\r\n\r\n </p>\r\n </div>\r\n </div>',1283781961),(588,'c2ed28f8a091bf485ea83998fca00278',' <link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n <h3>\r\n <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.\r\n The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.\r\n In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log2N.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br/>\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br/>\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.<br/>\r\n<b>Evaluation function:-</b> This gives us the following evaluation function:<br/>\r\n<center>f( n) = g( n) + h( n)<br/></center>\r\nwhere g( n) measures the actual length of the path from the start state to the state n, and h( n) is a heuristic estimate of the distance from a state n to a goal state.\r\n\r\n </p>\r\n </div>\r\n </div>',1283864637),(589,'1e3d557aaefa79c6f4af366d62e099fa','<p> This category contains technical questions related to computer science and Information Technology. </p>',1284390517),(590,'10ebd2cab45633e4b98420e57489002f','',1284778997),(591,'e0c173eedb892e7943718b89446fc8be','<p class=\"book_chapter_title\">Vocab Drill 12 (Letter \'L\')</p>',1283796037),(592,'ac1df29265bd48b22a0f28dd832cfc16','<p class=\"book_chapter_title\">Antonym Drill 9 (Letter \'I\')</p>',1283833932),(593,'cc0b73db3915a8e7742d1df1cb97d6d7','<p class=\"book_chapter_title\">Antonym Drill 10 (Letter \'J\')</p>',1283833934),(594,'31499324d40b0ed8bf79e65b253f5da6','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\" title=\"Abacus\" style=\"color: rgb(0, 51, 102);\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)I worked up the PM on the subject of trying to <span style=\"font-weight: bold;\">abate</span> the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">nuisance</span><span class=\"Apple-converted-space\"> </span>by reprisals on small German towns.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: left;\"> </div>\r\n <div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If you say that someone has <span style=\"font-weight: bold;\">abdicated</span> responsibility for something, you disapprove of them because they have refused to accept responsibility for it any longer.[FORMAL]</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">3)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility fir their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a style=\"color: rgb(0, 51, 102);\" title=\"beyance\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"font-weight: bold; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published in the British Journal of Management.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\" title=\"Abhor\" style=\"color: rgb(0, 51, 102);\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\" title=\"Abide\" style=\"color: rgb(0, 51, 102);\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a style=\"color: rgb(0, 51, 102);\" title=\"Abjure\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=103679744\">Abjure (v)</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The woman also confessed her share in the crime at Findon and both abjured the realm.<span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br /> </div></div> ',1283853106),(595,'cdc373fa9f07d90b9130a180b581bae7','<p class=\"book_chapter_title\">Antonym Drill 7 (Letter \'G\')</p>1.)Gainsay : accede,affirm,concede,endorse<br />2.)Gambol : <br />3.)Garrulous:<br />4.)Gauchrie:<br />5.)Glean:<br />6.)Gloat over:<br />7.)Glut:<br />8.)Gossamer:<br />9.)Grace:<br />10.)Grave:<br />11.)Gregarious:<br /><br /> ',1283833922),(596,'3b08e743b99b0656989ca16cd0bc4c64','<p class=\"book_chapter_title\">Vocab Drill 16 (Letter \'P\')</p>',1284659248),(597,'e130e3a62ccf96fd17ca7a8425f4ef96','<p class=\"book_chapter_title\">Vocab Drill 18 (Letter \'R\')</p>',1284659471),(598,'8adc03af9cdc566ef11c855ab6722621','<p class=\"book_chapter_title\">Vocab Drill 26 (Letter \'Z\')</p>',1283796122),(599,'04654a35c589f14b95cc816d727ae9c8','<p class=\"book_chapter_title\">Vocab Drill 13 (Letter \'M\')</p>',1284659057),(600,'ebd4adc93147338daaf6689e37f676b4','<p class=\"book_chapter_title\">Vocab Drill 14 (Letter \'N\')</p>',1284659177),(601,'add73e6f03cf430fcc51856c143e7944','<p class=\"book_chapter_title\">Vocab Drill 15 (Letter \'O\')</p>',1284659209),(602,'2f3e92a2224c4e78de592e35f456f32e','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'Q\')</p>',1284659385),(603,'c75589e494093afa0e059b63223f0f5d','<p class=\"book_chapter_title\">Vocab Drill 19 (Letter \'S\')</p>',1284659627),(604,'985e7c319adcab7fb5d34e71bf022da0','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'T\')</p>',1284659769),(605,'1bba2cd851bcecdf2b6737ac22cfaecb','<p class=\"book_chapter_title\">Vocab Drill 21 (Letter \'U\')</p>',1283796096),(606,'2909b183f9732536ce33a3c483d064df','<p class=\"book_chapter_title\">Vocab Drill 22 (Letter \'V\')</p>',1283796100),(607,'c9cef922107b6afe70088ab39d181f7d','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'W\')</p>',1283796109),(608,'7373b88b84654b1788352f3db943c7fc','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'X\')</p>',1283796115),(609,'49f5491383e15d6337877ae72707b755','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'Y\')</p>',1283796118),(610,'b0137d5aa85f2313faf15b5df869d966','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a title=\"Impolitic\" href=\"http://dictionary.reference.com/browse/impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Immanent\" href=\"http://dictionary.reference.com/browse/immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"country-region\"></o:smarttagtype><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"place\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&quot;Trebuchet MS&quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&quot;&quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&quot;Times New Roman&quot;; mso-fareast-font-family:&quot;Times New Roman&quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><span style=\"font-size: 13.5pt; color: black;\">4.)</span><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" title=\"Idolatrous\" href=\"http://dictionary.reference.com/browse/idolatrous\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></a><a title=\"Idolatrous\" href=\"http://dictionary.reference.com/browse/idolatrous\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></font></a><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a target=\"_blank\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\">Idolatrous (adj)</span></a></font> : <i><span style=\"color: green;\">1)</span></i><span class=\"MsoHyperlink\"><i><span style=\"color: green;\"></span></i></span><i><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></p>\r\n <p class=\"MsoNormal\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></p>\r\n <p class=\"MsoNormal\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify;\"><o:p> </o:p></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\">5.)<a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://dictionary.reference.com/browse/illicit\">Illicit (adj)</a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">Ignominy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </span>: <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span> : <font size=\"3\">existing naturally rather than acquired</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)Teachers are encouraged to work side by side with students and to value their<span style=\"font-weight: bold;\"> innate</span> musicality.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"color: rgb(0, 0, 0);\">9.)</span><a title=\"Infuse\" href=\"http://dictionary.reference.com/browse/infuse\"><span style=\"color: rgb(0, 51, 102);\">Infuse (v)</span> </a>: <font size=\"3\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><span class=\"ital-inline\">The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm. </font><o:p></o:p></span></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span class=\"ital-inline\"><o:p> </o:p></span></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><span class=\"ital-inline\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a style=\"color: rgb(0, 51, 102);\" title=\"Impasse\" href=\"http://dictionary.reference.com/browse/impasse\">Impasse <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </a>: </span><font size=\"3\">1)a position or situation from which there is no escape, deadlock. </font></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)a road or way that has no outlet</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><a style=\"color: rgb(0, 51, 102);\" title=\"Impeccable\" href=\"http://dictionary.reference.com/browse/impeccable\">Impeccable (adj)</a> : <font size=\"3\">Faultless, flawless, incapable of sin</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p> <br /></div> ',1283799479),(611,'2f8884e11482b26916c5acf4b2d79ee9','<p class=\"book_chapter_title\">Vocab Drill 2 (Letter \'B\')<br />Letter \'B\' (Part1)</p>Letter \'B\' (Part1) ',1283798711),(612,'4c6b018d94e9174ec1317730b3bb4b2f','<p class=\"book_chapter_title\">Vocab Drill 2 (Letter \'B\')<br />Letter \'B\' Part2</p> Letter \'B\' Part2 ',1283802455),(613,'629382140fa0227238a8ad30fbda21c7','<p class=\"book_chapter_title\">Vocab Drill 2 (Letter \'B\')</p><font size=\"3\">1.)<span style=\"font-weight: bold; color: rgb(0, 0, 102);\"> </span></font><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">Badge<span style=\"font-style: italic;\">r</span></span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">:</span> </span><span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">To pester, to harass or urge persistently</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1)The boy badgered his friend into coming to the movie with him.<br />2)Even though the old man never left the bed for 2 years, the children continuously badgered him into moving around.</font><span style=\"font-style: italic;\"><br /><br /></span><font size=\"3\">2.)</font><span style=\"color: rgb(0, 0, 153);\"> </span><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">Baffle</span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">:</span> <span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">To foil or frustrate, to confuse,bewilder,or perplex</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1.Bob was baffled by the technical language of the university professor.</font><span style=\"font-style: italic;\"><br /></span><br />3.)<span style=\"font-weight: bold;\"> <span style=\"color: rgb(0, 0, 102);\">Bale</span><span style=\"font-style: italic; color: rgb(0, 0, 102);\">(N)</span><span style=\"color: rgb(0, 0, 102);\">:</span></span><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 102, 0);\">A large package prepared for shipping or storage</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1.</font><span style=\"font-style: italic; color: rgb(102, 0, 0);\"> </span><font size=\"2\"><span style=\"color: rgb(102, 0, 0);\">Since Bob\'s uncle worked in a chocolate factory, Bob got a huge bale of chocolates each year.</span><br /><font size=\"3\"><br />4.) <span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">Ballad</span><span style=\"font-style: italic; color: rgb(0, 0, 102);\">(N)</span><span style=\"color: rgb(0, 0, 102);\">:</span> </span><span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">A simple narrative poem, often of folk origin</span><br /></span><font size=\"2\"><span style=\"color: rgb(102, 0, 0);\">1.Bob remembered many ballads each year to present year at the school\'s talent show. </span><br /><br /><font size=\"3\">5.)<span style=\"font-weight: bold;\"> <span style=\"color: rgb(0, 0, 102);\">Bask</span></span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">:</span> </span></font><span style=\"font-style: italic;\"><font size=\"3\" style=\"color: rgb(0, 102, 0);\">To lie in or be exposed to a pleasant warmth, or to enjoy a pleasant situation</font><br /><span style=\"color: rgb(102, 0, 0);\">1.Bob basked in the sunlight at the pool party.</span><br style=\"color: rgb(102, 0, 0);\" /><span style=\"color: rgb(102, 0, 0);\">2.The brave civilian basked in moment of glory after running into the burning building. </span><br /></span></font><span style=\"font-style: italic;\"></span></font><br /></font><span style=\"font-style: italic;\"><br /></span> ',1283802461),(614,'09054c3b4f745851d92dd0d5d2ac2a6b','<p class=\"book_chapter_title\">Vocab Drill 2 (Letter \'A\')</p>',1284532419),(615,'29f581cdf5b00f9eb5d80459f5a17388','<p class=\"book_chapter_title\">Vocab Drill 3 (Letter \'A\')</p>',1286443189),(616,'08ab2166dd18bbd0669dd3573362fe9d','<p class=\"book_chapter_title\">Vocab Drill 4 (Letter \'A\')</p>',1287142517),(617,'8a9100863087cba4f7da6390c65ffb23','<p class=\"book_chapter_title\">Vocab Drill 5 (Letter \'B\')</p> <font size=\"3\">1.)<span style=\"font-weight: bold; color: rgb(0, 0, 102);\"> </span></font><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">Badge<span style=\"font-style: italic;\">r</span></span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">:</span> </span><span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">To pester, to harass or urge persistently</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1)The boy badgered his friend into coming to the movie with him.<br />2)Even though the old man never left the bed for 2 years, the children continuously badgered him into moving around.</font><span style=\"font-style: italic;\"><br /><br /></span><font size=\"3\">2.)</font><span style=\"color: rgb(0, 0, 153);\"> </span><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">Baffle</span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">:</span> <span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">To foil or frustrate, to confuse,bewilder,or perplex</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1.Bob was baffled by the technical language of the university professor.</font><span style=\"font-style: italic;\"><br /></span><br />3.)<span style=\"font-weight: bold;\"> <span style=\"color: rgb(0, 0, 102);\">Bale</span><span style=\"font-style: italic; color: rgb(0, 0, 102);\">(N)</span><span style=\"color: rgb(0, 0, 102);\">:</span></span><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 102, 0);\">A large package prepared for shipping or storage</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1.</font><span style=\"font-style: italic; color: rgb(102, 0, 0);\"> </span><font size=\"2\"><span style=\"color: rgb(102, 0, 0);\">Since Bob\'s uncle worked in a chocolate factory, Bob got a huge bale of chocolates each year.</span><br /><font size=\"3\"><br />4.) <span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">Ballad</span><span style=\"font-style: italic; color: rgb(0, 0, 102);\">(N)</span><span style=\"color: rgb(0, 0, 102);\">:</span> </span><span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">A simple narrative poem, often of folk origin</span><br /></span><font size=\"2\"><span style=\"color: rgb(102, 0, 0);\">1.Bob remembered many ballads each year to present year at the school\'s talent show. </span><br /><br /><font size=\"3\">5.)<span style=\"font-weight: bold;\"> <span style=\"color: rgb(0, 0, 102);\">Bask</span></span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">:</span> </span></font><span style=\"font-style: italic;\"><font size=\"3\" style=\"color: rgb(0, 102, 0);\">To lie in or be exposed to a pleasant warmth, or to enjoy a pleasant situation</font><br /><span style=\"color: rgb(102, 0, 0);\">1.Bob basked in the sunlight at the pool party.</span><br style=\"color: rgb(102, 0, 0);\" /><span style=\"color: rgb(102, 0, 0);\">2.The brave civilian basked in moment of glory after running into the burning building. </span><br /></span></font><span style=\"font-style: italic;\"></span></font><br /></font><span style=\"font-style: italic;\"><br /></span> ',1283803580),(618,'a1c3fdcd42b5bf51fe41f08a107a0f7d','<p class=\"book_chapter_title\">Vocab Drill 6 (Letter \'B\')</p>',1286424291),(619,'7a959907734890b88e4263c4683b9bcf','<p class=\"book_chapter_title\">Vocab Drill 7 (Letter \'B\')</p>',1284443317),(620,'fb40c0f6eb0e4ba3d68d8eb387d5730d','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p> 25 words of letter C ',1283867453),(621,'3308b103feb06389a17d4156e8292935','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'C\')</p>',1284354005),(622,'da1cc31f53553b080ee709a431917700','<p class=\"book_chapter_title\">Vocab Drill 10 (Letter \'C\')</p>',1286719953),(623,'0484b222220102c392409fba88eb2bcb','<p class=\"book_chapter_title\">Vocab Drill 11 (Letter \'C\')</p>',1287384513),(624,'71186a8dbcfd266360217dd5236cee57','<p class=\"book_chapter_title\">Vocab Drill 12 (Letter \'D\')</p>\r\n<div style=\"text-align: center;\"><font size=\"1\"><font size=\"4\" style=\"text-decoration: underline;\"><span style=\"color: rgb(255, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></font><br style=\"color: rgb(255, 0, 0); font-family: times new roman,times,serif;\" /></div><font size=\"1\"><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1).</span><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/dabble\" target=\"_blank\" title=\"Dabble\">Dabble (v)</a>:</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> 1).To play in water, as with the hand.<br /> 2).To do something superficially, not seriously</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).I dabble at science but i don\'t know a lot.<br />2).The moon hung over the harbor dabbling the waves with gold.<br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2).</span><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/dainty\" target=\"_blank\" title=\"Dainty\">Dainty<span style=\"font-style: italic;\"> </span>(a):</a></font> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">delicious and choice: a dainty morsel,delicately pretty or <br style=\"color: rgb(0, 139, 0);\" /></span><span style=\"color: rgb(0, 139, 0);\"> lovely</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).Her head was bent, and with the toe of her dainty shoe she toyed with a passing snail</font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">3).</span><a href=\"http://dictionary.reference.com/browse/debacle\" target=\"_blank\" title=\"Debacle\"><span style=\"color: rgb(0, 51, 102);\">Debacle (<span style=\"font-style: italic;\">n</span>):</span></a></font> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">1).A sudden, disastrous collapse, downfall, defeat; a rout.</span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\">2).A violent flood</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).After last week\'s debacle, this week\'s game at home to Pheonix was an important one.<br />2).The response to their recent election debacle was to say \' no turning back \' .<br /></font><font size=\"4\"><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(0, 0, 0);\">4).</span><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/derelict\" target=\"_blank\" title=\"Derelict\">Derelict<span style=\"font-style: italic;\"> </span>(a)</a>:</span></font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1).In a very poor condition as a result of disuse and neglect.<br />2).A destitute person.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).The tower currently stands derelict covered in a thick layer of ivy in the garden of a private house.<br />2).Over the last two years new cafe\'s have opened, semi derelict properties have been restored.<br /></font><br /><font size=\"4\">5).<span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/desolate\" target=\"_blank\" title=\"Desolate\">Desolate<span style=\"font-style: italic;\"> </span>(a)</a>:</span></font><font size=\"3\" style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">1).Deprived or destitute of inhabitants, deserted, </span><br style=\"color: rgb(0, 139, 0);\" /><span style=\"color: rgb(0, 139, 0);\">2).lonely: a desolate place.</span><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1).This will make many people desolate and depressed at a time they need to see their loved ones daily.<br />2).The feeling is not desolate, but promises impending revelation. <br /></font></font><span style=\"text-decoration: underline;\"><br /></span> ',1284824408),(625,'27674778c064f2500d894f0e331223ee','<p class=\"book_chapter_title\">Vocab Drill 12 (Letter \'D\')</p>',1283802777),(626,'59dd96f16cece5c7a8cd7ebedf5ac4eb','<p class=\"book_chapter_title\">Vocab Drill 13 (Letter \'D\')</p>',1286458243),(627,'68ac1053cdad4d4757782b7843d05b3d','<p class=\"book_chapter_title\">Vocab Drill 14 (Letter \'D\')</p>',1286634849),(628,'9d5973f873ed5a818ffe04b4678ba9cf','<p class=\"book_chapter_title\">Vocab Drill 15 (Letter \'D\')</p>',1285166531),(629,'e7dfdff9033c49c825f4aa0e8c592cec','<p class=\"book_chapter_title\">Vocab Drill 16 (Letter \'E\')</p><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">Please click on the word in case you need more information</font><br /><br />1.) <font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ebullience\" title=\"ebullience\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Ebullience <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Exuberance,outburst of feelings</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) His natural <span style=\"font-weight: bold;\">ebullience</span> began to return after he succeeded in the exams.<br />2.)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We wish her all the best and will miss her cheery smile and <span style=\"font-weight: bold;\">ebullient</span><span style=\"color: rgb(102, 51, 0);\"> </span>character.<br /><br /><br /><font size=\"3\"><span style=\"color: rgb(0, 0, 0);\">2 .)</span></font> <a href=\"http://dictionary.reference.com/browse/embellish\" target=\"_blank\" title=\"embellish\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Embellish (v) </span></font></a><span style=\"color: rgb(0, 0, 0);\">:</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Make beautiful,to enhance<br /></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The dress was <span style=\"font-weight: bold;\">embellished</span> with beautiful stones.<br />2)</font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Girls like to <b>embellish</b> their dolls when they are little.<br /><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">3. )<font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></font></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Emaciate(v)</span></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Make thin and weak<br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.<br />2)Later a vet ,shot his badly <span style=\"font-weight: bold;\">emaciated </span>mom as she was too weak to survive.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">4 .)</font><a href=\"http://dictionary.reference.com/browse/elicit\" target=\"_blank\" title=\"elicit\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Elicit (v)</font></a> <span style=\"color: rgb(0, 0, 0);\">:</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\" style=\"font-style: italic;\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">To</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">draw</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">bring</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">out</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">forth,</span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">Educe,</span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">Evoke<br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new packaging is <span style=\"font-weight: bold;\">eliciting</span> mixed reactions from wine experts.<br />2)Under the electric light and effect was something superb, and the vociferous applause <span style=\"font-weight: bold;\">elicited </span>seemed well deserved.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">5 .)</font></font><a href=\"http://dictionary.reference.com/browse/encomium\" target=\"_blank\" title=\"encomium\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)<span id=\"hotword\"> </span><span class=\"ital-inline\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">An</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-weight: bold;\">encomium</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">by</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">President</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">greeted</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">returning</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">hero.</span> <br />2)</span></span>In the paradoxical <span style=\"font-weight: bold;\">encomium</span>, however, he demonstrates that before God wholly different standards apply. </font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /><br /></font><span style=\"color: rgb(102, 51, 0);\"> </span>',1284223739),(630,'88cfc405dd4567ca491a7ce715dcac6b','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p>',1284230947),(631,'d46d1eb3b56b01b39c4144e8524cfce7','<p class=\"book_chapter_title\">Vocab Drill 18 (Letter \'E\')</p>',1287384536),(632,'dcd72d21d31997805e224ccd7d584ff1','<p class=\"book_chapter_title\">Vocab Drill 19 (Letter \'E\')</p>',1284820136),(633,'4d9d3b984dfed410d4488bfa19a20345','<p class=\"book_chapter_title\">Vocab Drill 16 (Letter \'E\')</p>',1283846982),(634,'9c64dac20cdee30f01951e0297e26848','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p> <span style=\"color: rgb(0, 51, 153);\">25 words letter F </span>',1283975920),(635,'bea8b91a052102eda361a9e9e55d8982','<p class=\"book_chapter_title\">Vocab Drill 21 (Letter \'F\')</p>',1286643152),(636,'c37e57aeb48f853bbbc88565888fa211','<p class=\"book_chapter_title\">Vocab Drill 22 (Letter \'F\')</p>',1286643146),(637,'cd1590218ce015a661e8c08ee388581f','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat%20over\" title=\"gloat over\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br />',1283929625),(638,'d857d0fcf62f30398740748a08211e3d','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p>',1283838829),(639,'8a1bf5ecfc2fda6ebf6cbeeb1f0df9e5','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a href=\"http://dictionary.reference.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a href=\"http://dictionary.reference.com/browse/immanent\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><o:smarttagtype name=\"country-region\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><o:smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;quot;Trebuchet MS&amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;quot;&amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><span style=\"font-size: 13.5pt; color: black;\">4.)</span><a href=\"http://dictionary.reference.com/browse/idolatrous\" title=\"Idolatrous\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></a><a href=\"http://dictionary.reference.com/browse/idolatrous\" title=\"Idolatrous\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></font></a><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Immanent\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Idolatrous (adj)</span></a></font> : <i><span style=\"color: green;\">1)</span></i><span class=\"MsoHyperlink\"><i><span style=\"color: green;\"></span></i></span><i><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></p>\r\n <p class=\"MsoNormal\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></p>\r\n <p class=\"MsoNormal\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p style=\"text-align: justify;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">5.)<a href=\"http://dictionary.reference.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit (adj)</a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">Ignominy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </span>: <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span> : <font size=\"3\">existing naturally rather than acquired</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)Teachers are encouraged to work side by side with students and to value their<span style=\"font-weight: bold;\"> innate</span> musicality.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span><a href=\"http://dictionary.reference.com/browse/infuse\" title=\"Infuse\"><span style=\"color: rgb(0, 51, 102);\">Infuse (v)</span> </a>: <font size=\"3\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"ital-inline\">The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm. </font><o:p></o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"ital-inline\"><o:p> </o:p></span></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><span class=\"ital-inline\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a href=\"http://dictionary.reference.com/browse/impasse\" title=\"Impasse\" style=\"color: rgb(0, 51, 102);\">Impasse <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </a>: </span><font size=\"3\">1)a position or situation from which there is no escape, deadlock. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)a road or way that has no outlet</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><a href=\"http://dictionary.reference.com/browse/impeccable\" title=\"Impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable (adj)</a> : <font size=\"3\">Faultless, flawless, incapable of sin</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p> <br /></div> ',1283838653),(640,'7b7914674a3f8284ba9b8d4009b13901','<p class=\"book_chapter_title\">Vocab Drill 26 (Letter \'I\')</p>',1286553869),(641,'39bbca4e03d7f644bb67c1e07e258210','<p class=\"book_chapter_title\">Vocab Drill 27 (Letter \'I\')</p>',1287159831),(642,'c03b25b2941b0bb4a2a83a9ddd319d38','<p class=\"book_chapter_title\">Vocab Drill 28 (Letter \'I\')</p>',1284240265),(643,'4dfb169aae78b8b1a45f99b0b7a402f2','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p>',1283962471),(644,'988193c6e6f5a5d99150f09c1ac9bda0','<p class=\"book_chapter_title\">Vocab Drill 30 (Letter \'K\')</p>',1284901306),(645,'6f8e3adafab0268631d4ebe158e9d453','<p class=\"book_chapter_title\">Vocab Drill 31 (Letter \'L\')</p>',1285178492),(646,'2df5902f0076cac800ddbea73c73fb65','<p class=\"book_chapter_title\">Vocab Drill 5 (Letter \'B\')</p> <font size=\"3\">1.)<span style=\"font-weight: bold; color: rgb(0, 0, 102);\"> </span></font><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">Badge<span style=\"font-style: italic;\">r</span></span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">:</span> </span><span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">To pester, to harass or urge persistently</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1)The boy badgered his friend into coming to the movie with him.<br />2)Even though the old man never left the bed for 2 years, the children continuously badgered him into moving around.</font><span style=\"font-style: italic;\"><br /><br /></span><font size=\"3\">2.)</font><span style=\"color: rgb(0, 0, 153);\"> </span><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">Baffle</span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">:</span> <span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">To foil or frustrate, to confuse,bewilder,or perplex</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1.Tom was baffled by the technical language of the university professor.</font><span style=\"font-style: italic;\"><br /></span><br />3.)<span style=\"font-weight: bold;\"> <span style=\"color: rgb(0, 0, 102);\">Bale</span><span style=\"font-style: italic; color: rgb(0, 0, 102);\">(N)</span><span style=\"color: rgb(0, 0, 102);\">:</span></span><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 102, 0);\">A large package prepared for shipping or storage</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1.</font><span style=\"font-style: italic; color: rgb(102, 0, 0);\"> </span><font size=\"2\"><span style=\"color: rgb(102, 0, 0);\">Since Bob\'s uncle worked in a chocolate factory, Bob got a huge bale of chocolates each year.</span><br /><font size=\"3\"><br />4.) <span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">Ballad</span><span style=\"font-style: italic; color: rgb(0, 0, 102);\">(N)</span><span style=\"color: rgb(0, 0, 102);\">:</span> </span><span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">A simple narrative poem, often of folk origin</span><br /></span><font size=\"2\"><span style=\"color: rgb(102, 0, 0);\">1.Brian remembered many ballads each year to present year at the school\'s talent show. </span><br /><br /><font size=\"3\">5.)<span style=\"font-weight: bold;\"> <span style=\"color: rgb(0, 0, 102);\">Bask</span></span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">:</span> </span></font><span style=\"font-style: italic;\"><font size=\"3\" style=\"color: rgb(0, 102, 0);\">To lie in or be exposed to a pleasant warmth, or to enjoy a pleasant situation</font><br /><span style=\"color: rgb(102, 0, 0);\">1.Marry basked in the sunlight at the pool party.</span><br style=\"color: rgb(102, 0, 0);\" /><span style=\"color: rgb(102, 0, 0);\">2.The brave civilian basked in moment of glory after running into the burning building. </span><br /></span></font><span style=\"font-style: italic;\"></span></font><br /></font><span style=\"font-style: italic;\"><br /></span> ',1283953910),(647,'d070458b030afaa9c0648dad8f992cdf','<p class=\"book_chapter_title\"><span class=\"dimmed_text\">Vocab Drill 30 (Letter \'K\')</span></p>',1283803817),(648,'9c30bd25a1f7369aa801b7a17ba683a9','<p class=\"book_chapter_title\"><span class=\"dimmed_text\">Vocab Drill 26 (Letter \'Z\')</span></p>',1283803845),(649,'8cde9a4648aee77ba044babfc4fa49ba','<p class=\"book_chapter_title\"><br /></p>',1283861659),(650,'5666807a57ad815d4932ea7e05d75668','<p class=\"book_chapter_title\">Slide show Drill 2(Letter \'A\')</p>',1283970379),(651,'2e6ba28e7bffdc3a1622772047209f2b','<p class=\"book_chapter_title\">Synonym Drill 2 (Letter \'A\')</p>',1284750518),(652,'7dde06564f3a81e2dc90b02e7074e232','<p class=\"book_chapter_title\">Antonym Drill 2 (Letter \'A\')</p>',1284818505),(653,'2838ca65a5aeaad29add16dfb21e2995','<p class=\"book_chapter_title\">Synonym Drill 3 (Letter \'A\')</p>',1287575687),(654,'e68e9785c4a702748d828dbccc444c95','<p class=\"book_chapter_title\">Synonym Drill 4 (Letter \'B\')</p> Synonyms of the words used in Vocab drill ',1283804089),(655,'15085f5e7e69b8148e73908a398c8da2','<p class=\"book_chapter_title\">Antonym Drill 3 (Letter \'A\')</p>',1287409680),(656,'74822cfdd9864697e72bfbf0cca94767','<p class=\"book_chapter_title\">Antonym Drill 5 (Letter \'B\')</p>',1287409693),(657,'f5e1063eff278d493ffe1b9fb50a822d','<p class=\"book_chapter_title\">Antonym Drill 4 (Letter \'A\')</p>',1293075778),(658,'aed331b3abc2dce7dbd1694df54195b8','<p class=\"book_chapter_title\">Synonym Drill 4 (Letter \'A\')</p>',1283804189),(659,'5c2464beb891dab1508995510f7d86d4','<p class=\"book_chapter_title\">Antonym Drill 6 (Letter \'B\')</p>',1283804228),(660,'141749e0a6779e7bf681a5c859ea1c3a','<p class=\"book_chapter_title\">Antonym Drill 7 (Letter \'B\')</p>',1283804294),(661,'ad4632e7b9e431a1a804a77fef7aa50a','<p class=\"book_chapter_title\">Synonym Drill 5 (Letter \'B\')</p> Synonyms of the words used in Vocab drill ',1284781265),(662,'fb6c5db94d18071342a2a0369338f154','<p class=\"book_chapter_title\">Antonym Drill 8 (Letter \'C\')</p>',1284406052),(663,'66d0bdc69616e6540d80c78b7923168a','',1284779299),(664,'3fcf6396da83ffc9ba10df3cca74abc8','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information<br /><span style=\"color: rgb(0, 0, 0);\"></span><br /></font></font></font> ',1283840514),(665,'89aac5dd60bcbed51755a34784756c4e','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span><br /></font></font></font> ',1283937486),(666,'75497bbd1b6fd6e0b855edbabaac6b37','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a title=\"Impolitic\" href=\"http://dictionary.reference.com/browse/impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Immanent\" href=\"http://dictionary.reference.com/browse/immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> <font size=\"3\">:</font> <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"country-region\"></o:smarttagtype><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"place\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;amp;quot;Trebuchet MS&amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;quot;&amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-fareast-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13.5pt; color: black;\"></span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" title=\"Idolatrous\" href=\"http://dictionary.reference.com/browse/idolatrous\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></a><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a target=\"_blank\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span>Idolatrous (adj)</span></a></font> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span> <font size=\"3\"><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">1)</span></i><span class=\"MsoHyperlink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><i><span style=\"color: green;\"></span></i></span><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify;\"><o:p> </o:p></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\">5.)<a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://dictionary.reference.com/browse/illicit\">Illicit (adj)</a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">Ignominy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </span><span style=\"color: rgb(0, 51, 102);\">:</span> <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">8.)</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span> </span><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\">existing naturally rather than acquired</font><br /></p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)Teachers are encouraged to work side by side with students and to value their<span style=\"font-weight: bold;\"> innate</span> musicality.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0);\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Infuse (v)</span></font><span style=\"color: rgb(0, 51, 102);\"> :</span></span> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><span class=\"ital-inline\">1)The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm.</font></span></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impasse <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> <span style=\"color: rgb(0, 51, 102);\">:</span></span><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)a position or situation from which there is no escape, deadlock </span></span></font></font></span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><br /></font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 0, 0); text-align: left;\" class=\"MsoNormal\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">2)a road or way that has no outlet</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span class=\"ital-inline\"></span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impeccable (adj)</span></font><span style=\"color: rgb(0, 51, 102);\"> :</span> </span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Faultless, flawless, incapable of sin</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p> <br /></div> ',1283840922),(667,'16c2463c72c2e34a0b307d221d8f5ee3','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a href=\"http://dictionary.reference.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk (<span style=\"font-style: italic;\">n</span>) </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a href=\"http://dictionary.reference.com/browse/immanent\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> <font size=\"3\">:</font> <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><o:smarttagtype name=\"country-region\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><o:smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;quot;&amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13.5pt; color: black;\"></span></font><a href=\"http://dictionary.reference.com/browse/idolatrous\" title=\"Idolatrous\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></a><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Immanent\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span>Idolatrous (adj)</span></a></font> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span> <font size=\"3\"><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">1)</span></i><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoHyperlink\"><i><span style=\"color: green;\"></span></i></span><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"text-align: justify;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">5.)<a href=\"http://dictionary.reference.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit (adj)</a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">Ignominy (<span style=\"font-style: italic;\">n</span>)</span> </span><span style=\"color: rgb(0, 51, 102);\">:</span> <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">8.)</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span> </span><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\">existing naturally rather than acquired</font><br /></p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)Teachers are encouraged to work side by side with students and to value their<span style=\"font-weight: bold;\"> innate</span> musicality.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0);\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Infuse (v)</span></font><span style=\"color: rgb(0, 51, 102);\"> :</span></span> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"ital-inline\">1)The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm.</font></span></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impasse (<span style=\"font-style: italic;\">n</span>)</span></font> <span style=\"color: rgb(0, 51, 102);\">:</span></span><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)a position or situation from which there is no escape, deadlock </span></span></font></font></span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><br /></font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 0, 0); text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">2)a road or way that has no outlet</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span class=\"ital-inline\"></span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impeccable (adj)</span></font><span style=\"color: rgb(0, 51, 102);\"> :</span> </span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Faultless, flawless, incapable of sin</font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p> <br /></div> ',1283841194),(668,'3b686cd0593a9f9cb961d3891e04cd34','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a title=\"Impolitic\" href=\"http://dictionary.reference.com/browse/impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk (<span style=\"font-style: italic;\">n</span>) </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Immanent\" href=\"http://dictionary.reference.com/browse/immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> <font size=\"3\">:</font> <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"country-region\"></o:smarttagtype><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"place\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;quot;&amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13.5pt; color: black;\"></span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" title=\"Idolatrous\" href=\"http://dictionary.reference.com/browse/idolatrous\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></a><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a target=\"_blank\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span>Idolatrous (adj)</span></a></font> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span> <font size=\"3\"><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">1)</span></i><span class=\"MsoHyperlink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><i><span style=\"color: green;\"></span></i></span><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify;\"><o:p> </o:p></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\">5.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://dictionary.reference.com/browse/illicit\">Illicit (adj)</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Ignominy (<span style=\"font-style: italic;\">n</span>)</span></font> </span><span style=\"color: rgb(0, 51, 102);\">:</span> <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span></font><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">8.)</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span></font> </span><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\">existing naturally rather than acquired</font><br /></p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)Teachers are encouraged to work side by side with students and to value their<span style=\"font-weight: bold;\"> innate</span> musicality.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0);\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Infuse (v)</span></font><span style=\"color: rgb(0, 51, 102);\"> :</span></span> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><span class=\"ital-inline\">1)The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm.</font></span></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impasse (<span style=\"font-style: italic;\">n</span>)</span></font> <span style=\"color: rgb(0, 51, 102);\">:</span></span><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)a position or situation from which there is no escape, deadlock </span></span></font></font></span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><br /></font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 0, 0); text-align: left;\" class=\"MsoNormal\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">2)a road or way that has no outlet</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span class=\"ital-inline\"></span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impeccable (adj)</span></font><span style=\"color: rgb(0, 51, 102);\"> :</span> </span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Faultless, flawless, incapable of sin</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p> <br /></div> ',1283841301),(669,'cab1338c585450d19c96684fd33cfa23','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a href=\"http://dictionary.reference.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk (<span style=\"font-style: italic;\">n</span>) </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a href=\"http://dictionary.reference.com/browse/immanent\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> <font size=\"3\">:</font> <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><o:smarttagtype name=\"country-region\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><o:smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13.5pt; color: black;\"></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Immanent\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a href=\"http://dictionary.reference.com/browse/idolatrous\" title=\"Idolatrous\">Idolatrous (adj)</a></span></a></font> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span> <font size=\"3\"><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">1)</span></i><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoHyperlink\"><i><span style=\"color: green;\"></span></i></span><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"text-align: justify;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">5.)<font size=\"4\"><a href=\"http://dictionary.reference.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit (adj)</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/ignominy\" title=\"Ignominy\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Ignominy (<span style=\"font-style: italic;\">n</span>)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">:</span> <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a href=\"http://dictionary.reference.com/browse/inhibit\" title=\"Inhibit\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">8.)</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/innate\" title=\"Innate\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\">existing naturally rather than acquired</font><br /></p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)Teachers are encouraged to work side by side with students and to value their<span style=\"font-weight: bold;\"> innate</span> musicality.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0);\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/infuse\" title=\"Infuse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Infuse (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span></span> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"ital-inline\">1)The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm.</font></span></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/impasse\" title=\"Impasse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impasse (<span style=\"font-style: italic;\">n</span>)</span></font></a> <span style=\"color: rgb(0, 51, 102);\">:</span></span><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)a position or situation from which there is no escape, deadlock </span></span></font></font></span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><br /></font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 0, 0); text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">2)a road or way that has no outlet</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span class=\"ital-inline\"></span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/impeccable\" title=\"Impeccable\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impeccable (adj)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> </span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Faultless, flawless, incapable of sin</font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p> <br /></div> ',1283841645),(670,'f578427431de3a4bdc859fbb8bee29aa','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a title=\"Impolitic\" href=\"http://dictionary.reference.com/browse/impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk (<span style=\"font-style: italic;\">n</span>) </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Immanent\" href=\"http://dictionary.reference.com/browse/immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> <font size=\"3\">:</font> <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"country-region\"></o:smarttagtype><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"place\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13.5pt; color: black;\"></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a target=\"_blank\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span></span></a><a title=\"Idolatrous\" href=\"http://dictionary.reference.com/browse/idolatrous\">Idolatrous (adj)</a></font> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span> <font size=\"3\"><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">1)</span></i><span class=\"MsoHyperlink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><i><span style=\"color: green;\"></span></i></span><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify;\"><o:p> </o:p></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\">5.)</font><font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://dictionary.reference.com/browse/illicit\">Illicit (adj)</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Ignominy\" href=\"http://dictionary.reference.com/browse/ignominy\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Ignominy (<span style=\"font-style: italic;\">n</span>)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">:</span> <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span></font><a title=\"Inhibit\" href=\"http://dictionary.reference.com/browse/inhibit\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">8.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Innate\" href=\"http://dictionary.reference.com/browse/innate\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\">existing naturally rather than acquired</font><br /></p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)Teachers are encouraged to work side by side with students and to value their<span style=\"font-weight: bold;\"> innate</span> musicality.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0);\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Infuse\" href=\"http://dictionary.reference.com/browse/infuse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Infuse (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span></span> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><span class=\"ital-inline\">1)The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm.</font></span></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Impasse\" href=\"http://dictionary.reference.com/browse/impasse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impasse (<span style=\"font-style: italic;\">n</span>)</span></font></a> <span style=\"color: rgb(0, 51, 102);\">:</span></span><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)a position or situation from which there is no escape, deadlock </span></span></font></font></span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><br /></font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 0, 0); text-align: left;\" class=\"MsoNormal\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">2)a road or way that has no outlet</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span class=\"ital-inline\"></span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Impeccable\" href=\"http://dictionary.reference.com/browse/impeccable\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impeccable (adj)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> </span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Faultless, flawless, incapable of sin</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p> <br /></div> ',1283842531),(671,'62e6ce396ff539466b3fe0370402529c','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a href=\"http://dictionary.reference.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk (<span style=\"font-style: italic;\">n</span>) </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a href=\"http://dictionary.reference.com/browse/immanent\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> <font size=\"3\">:</font> <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><o:smarttagtype name=\"country-region\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><o:smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13.5pt; color: black;\"></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Immanent\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span></span></a><a href=\"http://dictionary.reference.com/browse/idolatrous\" title=\"Idolatrous\">Idolatrous (adj)</a></font> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span> <font size=\"3\"><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">1)</span></i><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoHyperlink\"><i><span style=\"color: green;\"></span></i></span><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"text-align: justify;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\">5.)</font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit (adj)</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/ignominy\" title=\"Ignominy\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Ignominy (<span style=\"font-style: italic;\">n</span>)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">:</span> <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span></font><a href=\"http://dictionary.reference.com/browse/inhibit\" title=\"Inhibit\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">8.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/innate\" title=\"Innate\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\">existing naturally rather than acquired</font><br /></p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)Teachers must encourage students to value their<span style=\"font-weight: bold;\"> innate</span> qualities.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0);\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/infuse\" title=\"Infuse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Infuse (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span></span> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"ital-inline\">1)The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm.</font></span></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/impasse\" title=\"Impasse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impasse (<span style=\"font-style: italic;\">n</span>)</span></font></a> <span style=\"color: rgb(0, 51, 102);\">:</span></span><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)a position or situation from which there is no escape, deadlock </span></span></font></font></span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><br /></font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 0, 0); text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">2)a road or way that has no outlet</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span class=\"ital-inline\"></span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/impeccable\" title=\"Impeccable\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impeccable (adj)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> </span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Faultless, flawless, incapable of sin</font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p> <br /></div> ',1284406192),(672,'72a719088e34760657860c4cb20ba3b4','',1284567478),(673,'639cec2e2526cdc363b52d543d99443d','<p class=\"book_chapter_title\">Vocab Drill 15 (Letter \'E\')</p><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">Please click on the word in case you need more information</font><br /><br />1.) <font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ebullience\" title=\"ebullience\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Ebullience <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Exuberance,outburst of feelings</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) His natural <span style=\"font-weight: bold;\">ebullience</span> began to return after he succeeded in the exams.<br />2.)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We wish her all the best and will miss her cheery smile and <span style=\"font-weight: bold;\">ebullient</span><span style=\"color: rgb(102, 51, 0);\"> </span>character.<br /><br /><br /><font size=\"3\"><span style=\"color: rgb(0, 0, 0);\">2 .)</span></font> <a href=\"http://dictionary.reference.com/browse/embellish\" target=\"_blank\" title=\"embellish\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Embellish (v) </span></font></a><span style=\"color: rgb(0, 0, 0);\">:</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Make beautiful,to enhance<br /></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The dress was <span style=\"font-weight: bold;\">embellished</span> with beautiful stones.<br />2)</font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Girls like to <b>embellish</b> their dolls when they are little.<br /><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">3. )<font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></font></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Emaciate(v)</span></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Make thin and weak<br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.<br />2)Later a vet ,shot his badly <span style=\"font-weight: bold;\">emaciated </span>mom as she was too weak to survive.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">4 .)</font><a href=\"http://dictionary.reference.com/browse/elicit\" target=\"_blank\" title=\"elicit\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Elicit (v)</font></a> <span style=\"color: rgb(0, 0, 0);\">:</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\" style=\"font-style: italic;\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">To</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">draw</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">bring</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">out</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">forth,</span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">Educe,</span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">Evoke<br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new packaging is <span style=\"font-weight: bold;\">eliciting</span> mixed reactions from wine experts.<br />2)Under the electric light and effect was something superb, and the vociferous applause <span style=\"font-weight: bold;\">elicited </span>seemed well deserved.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">5 .)</font></font><a href=\"http://dictionary.reference.com/browse/encomium\" target=\"_blank\" title=\"encomium\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)<span id=\"hotword\"> </span><span class=\"ital-inline\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">An</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-weight: bold;\">encomium</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">by</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">President</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">greeted</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">returning</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">hero.</span> <br />2)</span></span>In the paradoxical <span style=\"font-weight: bold;\">encomium</span>, however, he demonstrates that before God wholly different standards apply. </font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /><br /></font><span style=\"color: rgb(102, 51, 0);\"> </span>',1283847167),(674,'be263698ce33678bb433088928ce1a12','<p class=\"book_chapter_title\">Vocab Drill 16 (Letter \'E\')</p>25 words ',1283847147),(675,'6edbc6f65c8aec2cde68b73e4449d8e4','<p class=\"book_chapter_title\">Synonym Drill 6 (Letter \'B\')</p>',1283847374),(676,'3ea8e0af11312775ad907b8dd27c7afa','<p class=\"book_chapter_title\">Synonym Drill 7 (Letter \'B\')</p>',1283847396),(677,'7a26be23dbfdb5cdeaa1f1270e0b8f30','<p class=\"book_chapter_title\">Synonym Drill 8 (Letter \'C\')</p> Synonyms of the words used in Vocab drill ',1286892107),(678,'6e39fee5e87d0e5f5d28fc411308751d','<p class=\"book_chapter_title\">Synonym Drill 9 (Letter \'C\')</p>',1283847479),(679,'5cb5c1cd4d4c7352cf3c9e27c10a7be5','<p class=\"book_chapter_title\">Synonym Drill 10 (Letter \'C\')</p>',1283847502),(680,'7046c062581b78fffecbcf9c26de284c','<p class=\"book_chapter_title\">Synonym Drill 11 (Letter \'C\')</p>',1283847522),(681,'0dedc42eb61074b512235ae10f8ab40b','<p class=\"book_chapter_title\">Synonym Drill 12 (Letter \'D\')</p> 1).Dabble: putter, fiddle, toy, dally<br />2).Dainty: tender, delectable, overnice,tidbit, sweetmeat<br />3).Debacle: disaster, ruin, fiasco, catastrophe, calamity<br />4).Derelict: remiss, careless, heedless<br />5).Desolate: ravaged,desert,lonesome, lost; miserable, wretched<br /><br /><br />',1284827090),(682,'edaa5dcc681c6ac7b501f27e42502ab9','<p class=\"book_chapter_title\">Synonym Drill 13 (Letter \'D\')</p>',1284827098),(683,'444945f2544831778cb5197aece9e39f','<p class=\"book_chapter_title\">Synonym Drill 14 (Letter \'D\')</p>',1283847627),(684,'5dde65c76b2ddfb5c7575aaa0c656256','<p class=\"book_chapter_title\">Synonym Drill 15 (Letter \'D\')</p>',1283847667),(685,'a9d18abf9e35e6984d7d8213111b48f9','<p class=\"book_chapter_title\">Synonym Drill 16 (Letter \'E\')</p> <font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"text-decoration: underline;\"> In case of more information please click on the word<br /><br /><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><br /></font></span></font>
<div style=\"margin-left: 40px;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1)</span><a href=\"http://thesaurus.com/browse/ebullience\" target=\"_blank\" title=\"ebullience\" style=\"color: rgb(0, 51, 102);\">Ebullience</a>:</font></font><span><span id=\"hotword\"> </span><span style=\"color: rgb(0, 139, 0);\">excitement</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">exhilaration</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, exuberance</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2)</span><a href=\"http://thesaurus.com/browse/embellish\" target=\"_blank\" title=\"embellish\">Embellish</a>:</font></font><span><span id=\"hotword\"> </span><span style=\"color: rgb(0, 139, 0);\">adorn</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">amplify</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">beautify</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3)</span><a href=\"http://thesaurus.com/browse/emaciate\" target=\"_blank\" title=\"emaciate\">Emaciate</a>:</font></font><span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"> </span>decrease<span id=\"hotword\">, </span>delete<span id=\"hotword\">,diminish</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4)</span><a href=\"http://thesaurus.com/browse/elicit\" target=\"_blank\" title=\"elicit\">Elicit</a>:</font></font><span><span id=\"hotword\"> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">bring</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">forth</span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">bring</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">to</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">light,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">call</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">forth,</span> </span><span style=\"color: rgb(0, 139, 0);\">cause</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">derive</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5)</span><a href=\"http://thesaurus.com/browse/encomium\" target=\"_blank\" title=\"encomium\">Encomium</a>:</font><span style=\"text-decoration: underline;\"></span></font><span><span id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\">praise</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">salutation</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\">tribute</span></span><br /><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><span style=\"text-decoration: underline;\"></span></font></div> ',1284819992),(686,'a6a817d92388830054f5dbf759f26648','<p class=\"book_chapter_title\">Synonym Drill 17 (Letter \'E\')</p>',1285251101),(687,'7aa69231adc20d86c5a48093f776b9ed','<p class=\"book_chapter_title\">Synonym Drill 18 (Letter \'E\')</p>',1284821298),(688,'7cb06bc351fc5e271c576dbabbc61b36','<p class=\"book_chapter_title\">Synonym Drill 19 (Letter \'E\')</p>',1283847790),(689,'9693857436e2060c3a923358e50d9f79','<p class=\"book_chapter_title\">Synonym Drill 20 (Letter \'F\')</p>',1284899942),(690,'275580bc357e53750a8ac35531116eaf','<p class=\"book_chapter_title\">Synonym Drill 21 (Letter \'F\')</p>',1283847862),(691,'fcf8861a14533946f537dc0b98b5b9ce','<p class=\"book_chapter_title\">Synonym Drill 22 (Letter \'F\')</p>',1284783518),(692,'2eb91baddf523d63beb47b3443e47223','<p class=\"book_chapter_title\">Synonym Drill 23 (Letter \'G\')</p> <font size=\"3\">1.)<a href=\"http://www.thesaurus.com/browse/gainsay\" title=\"Gainsay\"><span style=\"color: rgb(0, 51, 102);\">Gainsay</span> </a>: <span style=\"color: rgb(0, 139, 0);\">abjure,abstain,forbid,refrain,spurn</span><br />2.)<a href=\"http://www.thesaurus.com/browse/gambol\" title=\"Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol </a>: <span style=\"color: rgb(0, 139, 0);\">frolic,high jinks, prounce,rollick</span><br />3.)<a href=\"http://www.thesaurus.com/browse/Garrulous\" title=\"Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous </a>: <span style=\"color: rgb(0, 139, 0);\">babbling,colloquial,loquacious,effusive,prolix</span><br />4.)<a href=\"http://www.thesaurus.com/browse/Gaucherie\" title=\"Gaucherie\"><span style=\"color: rgb(0, 51, 102);\">Gaucherie</span></a> : <span style=\"color: rgb(0, 139, 0);\">barbarism,immodesty,indecency,solecism</span><br />5.)<a href=\"http://www.thesaurus.com/browse/Glean\" title=\"Glean\"><span style=\"color: rgb(0, 51, 102);\">Glean</span></a>: <span style=\"color: rgb(0, 139, 0);\">abridge,collocate,heap up,recapitulate</span><br />6.)<a href=\"http://www.thesaurus.com/browse/Gloat Over\" title=\"Gloat Over\"><span style=\"color: rgb(0, 51, 102);\">Gloat over </span></a>: <br />7.)<a href=\"http://www.thesaurus.com/browse/Glut\" title=\"Glut\"><span style=\"color: rgb(0, 51, 102);\">Glut</span></a> : <span style=\"color: rgb(0, 139, 0);\">exorbitance,plethora,profusion,surfeit</span><br />8.)<a href=\"http://www.thesaurus.com/browse/Gossamer\" title=\"Gossamer\"><span style=\"color: rgb(0, 51, 102);\">Gossamer</span></a> : <span style=\"color: rgb(0, 139, 0);\">diaphonous,gauzy,flimsy,pellucid,tiffany</span><br />9.)<a href=\"http://www.thesaurus.com/browse/Grace\" title=\"Grace\"><span style=\"color: rgb(0, 51, 102);\">Grace</span> </a>: <span style=\"color: rgb(0, 139, 0);\">benevolence,caritas,clemency,reprieve</span><br />10.)<span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Grave\" href=\"http://www.thesaurus.com/browse/Grave\">Grave</a> </span>: <span style=\"color: rgb(0, 139, 0);\">1)grim,somber,sedate</span><br /><span style=\"color: rgb(0, 139, 0);\">2)catacomb,mausoleum,shrine,sepulcher</span><br />11.)<a title=\"Gregarious\" href=\"http://www.thesaurus.com/browse/Gregarious\"><span style=\"color: rgb(0, 51, 102);\">Gregarious</span></a> : <span style=\"color: rgb(0, 139, 0);\">clubby,congenial,cozy,sociable</span></font><br /> ',1283887911),(693,'a8518a65ec073296c66b3256b99480e8','<p class=\"book_chapter_title\">Synonym Drill 24 (Letter \'H\')</p>',1283956659),(694,'eb6585015414b9c992055f545ce8cf22','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>',1283848046),(695,'6cd929f9ea05ed57441a1f8e19716d4c','<p class=\"book_chapter_title\">Synonym Drill 26 (Letter \'I\')</p>',1287145644),(696,'add59faad9ffe48a5465a6f42b1ebd14','<p class=\"book_chapter_title\">Synonym Drill 28 (Letter \'I\')</p>',1284136666),(697,'e6e9ec8df8e5940b5ce6f53fdbe2d9d6','<p class=\"book_chapter_title\">Synonym Drill 27 (Letter \'I\')</p>',1287170191),(698,'c796954c0183701eec6b6b28e474965e','<p class=\"book_chapter_title\">Synonym Drill 29 (Letter \'J\')</p>',1283935534),(699,'27d05ad756da859cff15ad9fe17ea554','<p class=\"book_chapter_title\">Antonym Drill 9 (Letter \'C\')</p>',1283848357),(700,'92b9422cc608ab30c2955fe1e613df0c','<p class=\"book_chapter_title\">Antonym Drill 10 (Letter \'C\')</p>',1283848391),(701,'a074a487b5313649e85dbefcb6cf8c09','<p class=\"book_chapter_title\">Antonym Drill 11 (Letter \'C\')</p>',1283848468),(702,'4742ed7977a405c5a9e9463022727fce','<p class=\"book_chapter_title\">Antonym Drill 12 (Letter \'D\')</p>',1284406115),(703,'b0fc119f95bbe4ec6e14d5e59e95014b','<p class=\"book_chapter_title\">Antonym Drill 13 (Letter \'B\')</p>',1283848511),(704,'7b8c144d5aafccc6404d199ed86e2798','<p class=\"book_chapter_title\">Antonym Drill 13 (Letter \'D\')</p>',1283848527),(705,'76ae8daa811d58fc18eb8e3b378cb8fa','<p class=\"book_chapter_title\">Antonym Drill 15 (Letter \'D\')</p>',1283848553),(706,'7df04fbc722da6f0dc3ff2e32794e1c2','<p class=\"book_chapter_title\">Antonym Drill 14 (Letter \'D\')</p>',1283848587),(707,'3c7e943fc5491a92461a1ea4bc3df99d','<p class=\"book_chapter_title\">Antonym Drill 16 (Letter \'E\')</p>\r\n<div style=\"margin-left: 80px;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /><br /></div><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"ebullience\" target=\"_blank\" href=\"http://thesaurus.com/browse/ebullience\" style=\"color: rgb(0, 51, 102);\">Ebullience</a> : <span style=\"color: rgb(0, 139, 0);\">apathy,disinterest</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"embellish\" target=\"_blank\" href=\"http://thesaurus.com/browse/embellish\" style=\"color: rgb(0, 51, 102);\">Embellish</a> :<span style=\"color: rgb(0, 139, 0);\"> disfigure,uglify</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"emaciate\" target=\"_blank\" href=\"http://thesaurus.com/browse/emaciate\" style=\"color: rgb(0, 51, 102);\">Emaciate</a> :<span style=\"color: rgb(0, 139, 0);\"> beef up,thicken</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">4)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"elicit\" target=\"_blank\" href=\"http://thesaurus.com/browse/elicit\" style=\"color: rgb(0, 51, 102);\">Elicit</a> : <span style=\"color: rgb(0, 139, 0);\">cover,hide,keep,repress</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">5)</span><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"encomium\" target=\"_blank\" href=\"http://thesaurus.com/browse/encomium\" style=\"color: rgb(0, 51, 102);\">Encomium</a> :<span style=\"color: rgb(0, 139, 0);\">demerit,criticism</span></span><br style=\"color: rgb(0, 139, 0);\" /></font>\r\n<div style=\"margin-left: 40px;\"><br /></div> ',1284821379),(708,'0690706256447bc3ef0265cb539d0409','<p class=\"book_chapter_title\">Antonym Drill 17 (Letter \'E\')</p>',1286996850),(709,'02d3847abf8f4aaa0a97d7eba869a811','<p class=\"book_chapter_title\">Antonym Drill 18 (Letter \'E\')</p>',1284821829),(710,'2a288f21e438bf55ded537fd8d165c7d','<p class=\"book_chapter_title\">Antonym Drill 19 (Letter \'E\')</p>',1284821883),(711,'c19eb4bd39ea237843889dffc632b863','<p class=\"book_chapter_title\">Antonym Drill 20 (Letter \'F\')</p>',1284406177),(712,'b8b1bedbedbead2f3c92b978ed1e66d2','<p class=\"book_chapter_title\">Antonym Drill 21 (Letter \'F\')</p>',1283848766),(713,'27c6e0536b5930abc9d8cfd2c2358538','<p class=\"book_chapter_title\">Antonym Drill 22 (Letter \'F\')</p>',1283848785),(714,'312e5f1a3f9379896ab8c5ef54fe5d57','<p class=\"book_chapter_title\">Antonym Drill 23 (Letter \'G\')</p> 1.)Gainsay : accede,affirm,concede,endorse<br />2.)Gambol : <br />3.)Garrulous:<br />4.)Gauchrie:<br />5.)Glean:<br />6.)Gloat over:<br />7.)Glut:<br />8.)Gossamer:<br />9.)Grace:<br />10.)Grave:<br />11.)Gregarious:<br /><br /> ',1283881402),(715,'323b1d8591e24bba6a43a9c19d187add','<p class=\"book_chapter_title\">Antonym Drill 24 (Letter \'H\')</p>',1283848840),(716,'d45d2ab2a7c660f11e9fbaafefe5ff58','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>',1283931211),(717,'b06b4eed8e5798c2a377b955dd2bc1e5','<p class=\"book_chapter_title\">Antonym Drill 26 (Letter \'I\')</p>',1283848884),(718,'6607bc7d325bda0db5bc551438f52d01','<p class=\"book_chapter_title\">Antonym Drill 27 (Letter \'I\')</p>',1283848896),(719,'fecebf520c35f8934aaa16133c2a2b3c','<p class=\"book_chapter_title\">Antonym Drill 28 (Letter \'I\')</p>',1283848911),(720,'8d81162713a6dcdce8fbfec80add2997','<p class=\"book_chapter_title\">Antonym Drill 29 (Letter \'J\')</p>',1283848925),(721,'934f7241a6ab8784eac435d115f7e127','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Abacus\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: left;\"> </div>\r\n <div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility fir their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\" title=\"beyance\" style=\"color: rgb(0, 51, 102);\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"font-weight: bold; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published in the British Journal of Management.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a style=\"color: rgb(0, 51, 102);\" title=\"Abhor\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a style=\"color: rgb(0, 51, 102);\" title=\"Abide\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\" title=\"Abjure\" style=\"color: rgb(0, 51, 102);\">Abjure (v)</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Findon and both abjured the realm.<span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br /> </div></div> ',1283855647),(722,'19f4e413fccce401d754b5f9941e14e9','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\" title=\"Abacus\" style=\"color: rgb(0, 51, 102);\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: left;\"> </div>\r\n <div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility fir their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a style=\"color: rgb(0, 51, 102);\" title=\"beyance\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"font-weight: bold; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\" title=\"Abhor\" style=\"color: rgb(0, 51, 102);\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\" title=\"Abide\" style=\"color: rgb(0, 51, 102);\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a style=\"color: rgb(0, 51, 102);\" title=\"Abjure\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=103679744\">Abjure (v)</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The woman also confessed her share in the crime at Findon and both abjured the realm.<span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br /> </div></div> ',1283960214),(723,'672b8aed929544d4ff5138258b1451b4','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'I\')</p><div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">Please Click on the word in case you need more information</span></font><br /><br /></div>1) <span style=\"color: rgb(0, 51, 102);\">Impolitic</span> : <span style=\"color: rgb(0, 139, 0);\">im(prefix)+politic, "im-" is a variant of "</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">in-"</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">sense</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">of</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">not, "politic" is to be expedient, to polit citizen</span></span><br style=\"color: rgb(0, 139, 0);\" />2) <a href=\"http://www.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk</span></a> : <span style=\"color: rgb(0, 139, 0);\">Based on <span style=\"font-style: italic;\">ilke</span>, <span style=\"font-style: italic;\">ilca</span>(pronoun) the same, and</span> <span style=\"color: rgb(0, 139, 0);\">reduced form of <span style=\"font-style: italic;\">lic</span> like. Ilk is also a village.</span><br />3) <a href=\"http://www.reference.com/browse/wiki/Immanence\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent</span></a> : <span style=\"color: rgb(0, 139, 0);\"></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">im-</span></span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> + </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">man</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">( </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">ēre</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">) <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">to</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">stay</span> + </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span></span></span><span style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: normal; font-weight: normal;\">-ent</span>. In Latin, </span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">manere</span> is</span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">"to</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">remain</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">within"</span></span> <br />4) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.reference.com/browse/Idolatry?fromAsk=true&o=100074\" title=\"Idolatrous\">Idolatrous</a> </span>: <span style=\"color: rgb(0, 139, 0);\"></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">word</span> </span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">idolatry</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">comes</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"></span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">from</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">the</span> </span><span style=\"color: rgb(0, 139, 0);\">Greek</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">word</span> </span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">eidololatria</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">a</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">compound</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">of</span> </span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">eidolon</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">"image"</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">"figure",</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">and</span> </span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">latreia</span> </span></span><span id=\"hotword\"><span style=\"color: rgb(0, 139, 0);\">, </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"color: rgb(0, 139, 0);\">"worship".</span><br /></span>5) <a href=\"http://www.reference.com/browse/illicit?o=100074\" title=\"Illicit\"><span style=\"color: rgb(0, 51, 102);\">Illicit </span></a>: <span style=\"color: rgb(0, 139, 0);\">il- + licit. il- is a variant of in- (negative force), licitus for permitted.</span> ',1284013998),(724,'a90e22a1bcf744cd701f8ad81744b784',' <link type=\"text/css\" rel=\"stylesheet\" href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" />\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\" type=\"text/javascript\"></script>\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\"> $(document).ready(function() { $("#pnlaccordion").accordion(); }); </script>\r\n<div id=\"pnlaccordion\">\r\n <h3> <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p> linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found. The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2. </p> </div>\r\n <h3> <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p> A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time. In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log<sub>2</sub>N. </p> </div>\r\n <h3> <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p> A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br /> • The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br /> • The problem has an exact solution but is too complex to allow for a brute force solution.<br /> <b>Evaluation function:-</b> This gives us the following evaluation function:<br /> </p><center>f( n) = g( n) + h( n)<br /></center> where g( n) measures the actual length of the path from the start state to the state n, and h( n) is a heuristic estimate of the distance from a state n to a goal state.\r\n <p></p> </div> </div>',1283864834),(725,'49d72a26ebb0fbd5181600436d341f54','<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n<script type=\"text/javascript\"> $(document).ready(function() { $(&quot;#pnlaccordion&quot;).accordion(); }); </script>\r\n<div id=\"pnlaccordion\">\r\n <h3> <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p> linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found. The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2. </p> </div>\r\n <h3> <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p> A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time. In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log<sub>2</sub>N. </p> </div>\r\n <h3> <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p> A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br /> • The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br /> • The problem has an exact solution but is too complex to allow for a brute force solution.<br /> <b>Evaluation function:-</b> This gives us the following evaluation function:<br /> </p><center>f( n) = g( n) + h( n)<br /></center> where g( n) measures the actual length of the path from the start state to the state n, and h( n) is a heuristic estimate of the distance from a state n to a goal state.\r\n <p></p> </div> </div>',1283865026),(726,'8b1427fb2988dc7ade455ffdf3d4fe0d','<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n <h3>\r\n <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.\r\n The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.\r\n In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log<sub>2</sub>N.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.\r\nEvaluation function. This gives us the following evaluation function:\r\nf<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> = g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> + h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" />\r\nwhere g<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> measures the actual length of the path from the start state to the state n, and h<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> is a heuristic estimate of the distance from a state n to a goal state.\r\n\r\n </p>\r\n </div>',1283865249),(727,'d9da496c91bc8a1e57a3299ef1caabfc','<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n <h3>\r\n <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.\r\n The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.\r\n In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log<sub>2</sub>N.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.\r\nEvaluation function. This gives us the following evaluation function:\r\nf( n) = g( n) + h( n)\r\nwhere g( n) measures the actual length of the path from the start state to the state n, and h( n) is a heuristic estimate of the distance from a state n to a goal state.\r\n\r\n </p>\r\n </div>',1283865324),(728,'7af3a800ede5aa879f6c0f1212db421c','<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n <h3>\r\n <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.\r\n The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time.\r\n In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log<sub>2</sub>N.\r\n\r\n </p>\r\n </div>\r\n <h3>\r\n <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br/>\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br/>\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.<br/>\r\n<b>Evaluation function.</b> This gives us the following evaluation function:<br/>\r\n<center>f( n) = g( n) + h( n)</center><br/>\r\nwhere g( n) measures the actual length of the path from the start state to the state n, and h( n) is a heuristic estimate of the distance from a state n to a goal state.\r\n\r\n </p>\r\n </div>',1284384644),(729,'23b6e3d1bdae3bc6cdc9274271e25e02',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 2 (Letter \'A\')</span></font><br />',1302700909),(730,'2cb700f7d01fc4d28e80143eb886417d',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 3 (Letter \'A\')</span></font><br /> ',1302700909),(731,'424ae85f6a0ffdb2b1c3c6c5f2b5001f',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 5 (Letter \'B\')</span></font><br /> ',1302700909),(732,'3f492797ab52ec5c11aa0050f90b59b0',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 8 (Letter \'C\')</span></font><br /> ',1302700909),(733,'8a05ab3ca5fb98f6ca94b3c2b3e5b892',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 12 (Letter \'D\')</span></font><br /> ',1302700909),(734,'59751667801a9b0618b833827eb9160d',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 16 (Letter \'E\')</span></font><br /> ',1302700909),(735,'aceddb0f0dfceb888b6a10392ed34417',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 20 (Letter \'F\')</span></font><br /> ',1302700909),(736,'274a74234aa8c1eac84c6454727b5e8a',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 23 (Letter \'G\')</span></font><br /> ',1302700910),(737,'056cf4c480df2f83df1dfd2a0dcc90c7',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 24 (Letter \'H\')</span></font><br /> ',1302700910),(738,'e69feb089dc2d876966c6a0877fdb874',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 25 (Letter \'I\')</span></font><br /> ',1302700910),(739,'aba5efa805bddb576b48b50ef3f970c6',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 29 (Letter \'J\')</span></font><br /> ',1302700910),(740,'9a8c7faee9b0426fc8f96f094b3b3d6e',' <font size=\"3\" style=\"text-decoration: underline; color: rgb(0, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Vocab Lesson 4 (Letter \'A\')</span></font><br /> ',1302700909),(741,'0c480f6b369f32f2aa52f47a86f3c34e','Here we\'ll let you know the basic definitions related to Operating system which are frequently asked in campus interviews. ',1283867251),(742,'153e5125c37dce6074b5253523d507d4','<p class=\"book_chapter_title\">Basic-Operating System</p><link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\"\r\n rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n\r\n <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n\r\n <script type=\"text/javascript\"> $(document).ready(function() { $(\"#pnlaccordion\").accordion(); }); </script>\r\n <div id=\"pnlaccordion\">\r\n <h3>\r\n <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n\r\n<br />1.)What is shell? How it is different from OS kernel?<br /><br /> \r\n',1283868317),(743,'7634d6358502c689d524cac042af9b54','<p class=\"book_chapter_title\">Basic-Operating System</p> <link type=\"text/css\" rel=\"stylesheet\" href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" />\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\" type=\"text/javascript\"></script>\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\"> $(document).ready(function() { $(&amp;quot;#pnlaccordion&amp;quot;).accordion(); }); </script>\r\n<div id=\"pnlaccordion\" class=\"ui-accordion ui-widget ui-helper-reset ui-accordion-icons\" role=\"tablist\">\r\n <h3 class=\"ui-accordion-header ui-helper-reset ui-state-default ui-state-active ui-corner-top\" role=\"tab\" aria-expanded=\"true\" tabindex=\"0\"><span class=\"ui-icon ui-icon-triangle-1-s\"></span> <a href=\"#\" tabindex=\"-1\">What is a Shell? How it is different from OS kernel?</a></h3>\r\n <div class=\"ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active\" style=\"height: 104px;\" role=\"tabpanel\">\r\n <p></p></div></div>',1283868448),(744,'4895624d29cede23d3823c0c53fbd305','<p class=\"book_chapter_title\">Basic-Operating System</p> <link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n<script type=\"text/javascript\"> $(document).ready(function() { $(&amp;amp;quot;#pnlaccordion&amp;amp;quot;).accordion(); }); </script>\r\n<div role=\"tablist\" class=\"ui-accordion ui-widget ui-helper-reset ui-accordion-icons\" id=\"pnlaccordion\">\r\n <h3 tabindex=\"0\" aria-expanded=\"true\" role=\"tab\" class=\"ui-accordion-header ui-helper-reset ui-state-default ui-state-active ui-corner-top\"><span class=\"ui-icon ui-icon-triangle-1-s\"></span> <a tabindex=\"-1\" href=\"#\">What is a Shell? How it is different from OS kernel?</a></h3>\r\n <div role=\"tabpanel\" style=\"height: 104px;\" class=\"ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active\">\r\n <p></p></div></div>\r\nA shell is basically a piece of software that provides an interface for users of an operating system to the services of a kernel.The name shell originates from shells, being an outer layer of interface between the user and the internals of the operating system (the kernel).\r\n Whereas a kernel is a central component of an operating system, it works as a bridge between applications and the actual data processing done at the hardware level.',1283868980),(745,'009a559d1486d895f149e050831312af','<p class=\"book_chapter_title\">Basic-Operating System</p> <link type=\"text/css\" rel=\"stylesheet\" href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" />\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\" type=\"text/javascript\"></script>\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\"> $(document).ready(function() { $(&amp;amp;amp;amp;amp;quot;#pnlaccordion&amp;amp;amp;amp;amp;quot;).accordion(); }); </script>\r\n<div id=\"pnlaccordion\" class=\"ui-accordion ui-widget ui-helper-reset ui-accordion-icons\" role=\"tablist\">\r\n <h3 class=\"ui-accordion-header ui-helper-reset ui-state-default ui-state-active ui-corner-top\" role=\"tab\" aria-expanded=\"true\" tabindex=\"0\"><span class=\"ui-icon ui-icon-triangle-1-s\"></span> <a href=\"#\" tabindex=\"-1\">What is a Shell? How it is different from OS kernel?\r\n</a></h3>\r\n <div>\r\n <p>\r\n A shell is basically a piece of software that provides an interface for users of an operating system to the services of a kernel.The name shell originates from shells, being an outer layer of interface between the user and the internals of the operating system (the kernel).\r\n <br /> Whereas a kernel is a central component of an operating system, it works as a bridge between applications and the actual data processing done at the hardware level.\r\n</p>\r\n </div>\r\n <div class=\"ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active\" style=\"height: 104px;\" role=\"tabpanel\"> </div></div></div></div>',1283869325),(746,'08bffc37837aa98a5af9163b719adc7c','<p class=\"book_chapter_title\">Basic-Operating System</p> <link type=\"text/css\" rel=\"stylesheet\" href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" />\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\" type=\"text/javascript\"></script>\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\"> $(document).ready(function() { $(&amp;amp;amp;amp;amp;amp;amp;quot;#pnlaccordion&amp;amp;amp;amp;amp;amp;amp;quot;).accordion(); }); </script>\r\n<div id=\"pnlaccordion\" class=\"ui-accordion ui-widget ui-helper-reset ui-accordion-icons\" role=\"tablist\">\r\n <h3 class=\"ui-accordion-header ui-helper-reset ui-state-default ui-state-active ui-corner-top\" role=\"tab\" aria-expanded=\"true\" tabindex=\"0\"><span class=\"ui-icon ui-icon-triangle-1-s\"></span> <a href=\"#\" tabindex=\"-1\">What is a Shell? How it is different from OS kernel? </a></h3>\r\n <div>\r\n <p> \r\nA shell is basically a piece of software that provides an interface for users of an operating system to the services of a kernel.The name shell originates from shells, being an outer layer of interface between the user and the internals of the operating system (the kernel). <br /> Whereas a kernel is a central component of an operating system, it works as a bridge between applications and the actual data processing done at the hardware level. \r\n</p> </div>\r\n <div class=\"ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active\" style=\"height: 104px;\" role=\"tabpanel\"> </div></div>',1283966281),(747,'98cb3902f04df4c1ff939106386eebad','<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 17px;\" class=\"Apple-style-span\"><span class=\"Apple-converted-space\">What is Shell? How it is different from OS kernel?</span></span></span></font><font size=\"3\" style=\"font-weight: bold;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 17px;\" class=\"Apple-style-span\"><span class=\"Apple-converted-space\"><br /></span></span></span></font> </p>',1284567532),(748,'909c829dfb0d900c476002c57dce8e55','[What is Shell? How it is different from OS kernel?] ',1283870378),(749,'a6ae3dbc28d111440c03ea5034b88651','<a class=\"ouw_wikilink\" href=\"view.php?id=86&page=What+is+Shell%3F+How+it+is+different+from+OS+kernel%3F\">What is Shell? How it is different from OS kernel?</a> ',1283870426),(750,'92d1f51e621ec723012ff0c56c8dc889',' <a class=\"ouw_wikilink\" href=\"view.php?id=86&page=What+is+Shell%3F+How+it+is+different+from+OS+kernel%3F\">What is Shell? How it is different from OS kernel?</a> ',1284567632),(751,'1479cc3af818322127f2c741586b12ed',' <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-536870145 1107305727 0 0 415 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:595.3pt 841.9pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> <p class=\"MsoNormal\" style=\"font-family: times new roman,times,serif;\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">A shell is basically a piece of software that provides an interface for users of an operating system to the services of a kernel. The name shell originates from shells, being an outer layer of interface between the user and the internals of the operating system (the kernel).</span><span style=\"font-size: 12pt; line-height: 115%;\"><span></span><br />\n</span></font></p>\n\n<p class=\"MsoNormal\" style=\"font-family: times new roman,times,serif;\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"> whereas a kernel is a central component of an operating system, it works as a bridge between applications and the actual data processing done at the hardware level.</span></font></p>\n\n',1283870510),(752,'7c23ca7447b3ffc5352020110798dd3b',' <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-536870145 1107305727 0 0 415 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:595.3pt 841.9pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> <p style=\"font-family: times new roman,times,serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">A shell is basically a piece of software that provides an interface for users of an operating system to the services of a kernel. The name shell originates from shells, being an outer layer of interface between the user and the internals of the operating system (the kernel).</span><span style=\"font-size: 12pt; line-height: 115%;\"><span></span><br />\n</span></font></p>\n\n<p style=\"font-family: times new roman,times,serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"> whereas a kernel is a central component of an operating system, it works as a bridge between applications and the actual data processing done at the hardware level.</span></font></p>\n\n',1283870528),(753,'94457ca7449006de0067f0556e471d57','<font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">A shell is basically a piece of software that provides an interface for users of an operating system to the services of a kernel. The name shell originates from shells, being an outer layer of interface between the user and the internals of the operating system (the kernel).</span><span style=\"font-size: 12pt; line-height: 115%;\"><span></span><br />\n</span></font> <p class=\"MsoNormal\" style=\"font-family: times new roman,times,serif;\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"> whereas a kernel is a central component of an operating system, it works as a bridge between applications and the actual data processing done at the hardware level.</span></font></p>\n\n',1283870574),(754,'db6e1b2914adc4ff3023f870cda19ef0','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p><span style=\"color: rgb(0, 51, 102);\">1.)</span><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/cabal\" target=\"_blank\" title=\"cabal\" style=\"text-decoration: underline; color: rgb(0, 51, 102);\">Cabal <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></a><span style=\"text-decoration: underline; color: rgb(0, 51, 102);\"> </span></font><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">1)</span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\"> A</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">small</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">group</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">of</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">secret</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">plotters,</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">as</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">against</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">a</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">government</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"color: rgb(0, 139, 0); font-style: italic;\">or</span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">person</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">in</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">authority.<br />2) </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">The</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">plots</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">and</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">schemes</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">of</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">such</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">a</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\">group;</span><span style=\"color: rgb(0, 139, 0); font-style: italic;\"> </span></font> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0, 0, 0);\"></span></span><font size=\"2\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\"><span style=\"color: rgb(0, 0, 0);\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold;\">cabal</span>.<span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\"><span style=\"color: rgb(0, 0, 0);\"></span><br /></span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0);\"><span style=\"color: rgb(0, 0, 0);\">2)</span></span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; color: rgb(0, 139, 0); font-style: italic;\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold;\">cabals</span> in action for more than 30 years.<br /><br /><font size=\"4\">2.)</font></font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/cadge\" target=\"_blank\" title=\"cadge\" style=\"color: rgb(0, 51, 102);\">Cadge</a></font><font size=\"2\"><font size=\"4\"><a href=\"http://www.moodle.org/0.12407330079736834\" style=\"color: rgb(0, 51, 102);\"> (v)</a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">1)</font></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> To</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">obtain</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">by</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">imposing</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">on</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">another\'s</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">generosity</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">friendship.<br />2) </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">To</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">borrow</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">without</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">intent</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">repay.</span></font>\r\n<div class=\"dndata\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><font size=\"3\"><span id=\"hotword\"> </span></font></div>\r\n<div class=\"luna-Ent\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span class=\"dnindex\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">3) </span></span></span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">To</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">beg</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">obtain</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">by</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">begging.</span></font>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div></div>\r\n<div class=\"dndata\"><span id=\"hotword\"> </span></div>\r\n<div class=\"dndata\"><span id=\"hotword\"> </span></div>\r\n<div class=\"dndata\"><span id=\"hotword\"> </span></div> ',1283934963),(755,'0daf6fe059f2b4601fb39663700081e6','<div style=\"text-align: justify;\"> <font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">A shell is basically a piece of software that provides an interface for users of an operating system to the services of a kernel. The name shell originates from shells, being an outer layer of interface between the user and the internals of the operating system</span></font><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">.<br />\nwhereas a kernel is a central component of an operating system, it works as a bridge between applications and the actual data processing done at the hardware level.</span></font></div>\n\n',1284621740),(756,'aa79884544c12734666a8afbc30a477f','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p><div class=\"MsoNormal\">6.)Embezzle() :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><o:p></o:p>Use in a wrong way for one\'s own benefit</font><br />1)I had embezzled <a class=\"ex\" href=\"http://www.yourdictionary.com/money\">money</a> at my store; I was lost else; I must have gone to jail.<br />2)Sacirbey was recently arrested for embezzling <a class=\"ex\" href=\"http://www.yourdictionary.com/million\">million</a>s from the impoverished Bosnian state.<br /><br />7.)Emaciate() :<o:p></o:p> Make thin and weak<br />1)Small thin birds would tend to run away, unless severely emaciated or dehydrated.<br />2)Our hearts have been moved as we have seen their emaciated <a class=\"ex\" href=\"http://www.yourdictionary.com/body\">bodies</a> and the deep sunken eyes.<br /><br />8.)Evince() :<o:p></o:p> To show clearly,to indicate<br />1)I\'ve read some books by African novelists and they portrayed a different place and evinced different <a class=\"ex\" href=\"http://www.yourdictionary.com/attitude\">attitude</a>s.<br />2)But as many as 68 percent of classical musicians <a class=\"ex\" href=\"http://www.yourdictionary.com/also\">also</a> evinced impairments.<br /><br />9.)Excoriate() :<o:p></o:p> To flay,strip off the skin,to denounce sharply<br />1)It encourages secure adhesion whilst simultaneously promoting healing in sore or excoriated <a class=\"ex\" href=\"http://www.yourdictionary.com/skin\">skin</a><br />2)Here are images of flight. of excoriated <a class=\"ex\" href=\"http://www.yourdictionary.com/flesh\">flesh</a>, frustrated sex, the geometry of fear.<br /><br />10.)Exculpate<o:p></o:p>() : Free from blame<br />1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which exculpated the <a class=\"ex\" href=\"http://www.yourdictionary.com/claimant\">claimant</a>.<br />2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally exculpating their actions. \r\n <div class=\"entry collo\"> </div></div>',1283877653),(757,'de86cddcd6cfb15405b624fc0f6ebf66','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p>\r\n<div class=\"MsoNormal\">6.) <a href=\"http://dictionary.reference.com/browse/embezzle\" target=\"_blank\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Embezzle(<span style=\"font-style: italic;\">v</span>)</font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><o:p></o:p>Use in a wrong way for one\'s own benefit</font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I had <span style=\"font-weight: bold;\">embezzled</span> money at my store; I was lost else; I must have gone to jail.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)She was recently arrested for <span style=\"font-weight: bold;\">embezzling</span> millions from the impoverished Bosnian state.</span><br style=\"color: rgb(102, 51, 0);\" /></font><br />7.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/emaciate\" target=\"_blank\">Emaciate(<span style=\"font-style: italic;\">v</span>)</a></font> :<o:p></o:p><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> Make thin and weak</span><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)Small thin birds would tend to run away, unless severely <span style=\"font-weight: bold;\">emaciated</span> or dehydrated.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.</span></font><br /><br />8.) <a href=\"http://dictionary.reference.com/browse/evince\" target=\"_blank\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Evince(<span style=\"font-style: italic;\">v</span>)</font></a> :<o:p></o:p> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">To show clearly,to indicate</span><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I\'ve read some books by African novelists and they portrayed a different place and <span style=\"font-weight: bold;\">evinced</span> different attitudes.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)But as many as 68 percent of classical musicians also <span style=\"font-weight: bold;\">evinced </span>impairments.</span><br style=\"color: rgb(102, 51, 0);\" /></font><br />9.)<font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/excoriate\" target=\"_blank\">Excoriate(</a></span><a href=\"http://www.moodle.org/0.2898922447146046\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<o:p></o:p> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">To flay,strip off the skin,to denounce sharply</span><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)It encourages secure adhesion whilst simultaneously promoting healing in sore or<span style=\"font-weight: bold;\"> excoriated </span>skin.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Here are images of flight, of <span style=\"font-weight: bold;\">excoriated</span> flesh</span><span style=\"color: rgb(102, 51, 0);\">, frustrated sex, the geometry of fear.</span><br style=\"color: rgb(102, 51, 0);\" /></font><br />10.) <a href=\"http://dictionary.reference.com/browse/exculpate\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Exculpate</span><o:p style=\"color: rgb(0, 51, 102);\"></o:p><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></font></a> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Free from blame</span><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which <span style=\"font-weight: bold;\">exculpated</span> the claimant</span><span style=\"color: rgb(102, 51, 0);\">.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally <span style=\"font-weight: bold;\">exculpating</span> their actions. </span></font>\r\n <div class=\"entry collo\" style=\"color: rgb(102, 51, 0);\"><font size=\"2\"> </font></div></div>',1283878575),(758,'7c508dbd1fc59667058618857a24be09','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p>\r\n<div class=\"MsoNormal\"><font size=\"4\">6.)</font> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/embezzle\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Embezzle(<span style=\"font-style: italic;\">v</span>)</font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><o:p></o:p>Use in a wrong way for one\'s own benefit</font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I had <span style=\"font-weight: bold;\">embezzled</span> money at my store; I was lost else; I must have gone to jail.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)She was recently arrested for <span style=\"font-weight: bold;\">embezzling</span> millions from the impoverished Bosnian state.</span><br style=\"color: rgb(102, 51, 0);\" /></font><br /><font size=\"4\">7.)</font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/emaciate\" style=\"color: rgb(0, 51, 102);\">Emaciate(<span style=\"font-style: italic;\">v</span>)</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>:<o:p></o:p><span style=\"font-style: italic; color: rgb(0, 139, 0);\"> <font size=\"3\">Make thin and weak</font></span><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)Small thin birds would tend to run away, unless severely <span style=\"font-weight: bold;\">emaciated</span> or dehydrated.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.</span></font><br /><br /><font size=\"4\">8.)</font> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/evince\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Evince(<span style=\"font-style: italic;\">v</span>)</font></a> :<o:p></o:p> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">To show clearly,to indicate</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I\'ve read some books by African novelists and they portrayed a different place and <span style=\"font-weight: bold;\">evinced</span> different attitudes.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)But as many as 68 percent of classical musicians also <span style=\"font-weight: bold;\">evinced </span>impairments.</span><br style=\"color: rgb(102, 51, 0);\" /></font><br /><font size=\"4\">9.)<span style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/excoriate\" style=\"color: rgb(0, 51, 102);\">Excoriate(</a></span><a href=\"http://www.moodle.org/0.2898922447146046\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-style: italic;\">v</span>)</a></font> :<o:p></o:p> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">To flay,strip off the skin,to denounce sharply</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)It encourages secure adhesion whilst simultaneously promoting healing in sore or<span style=\"font-weight: bold;\"> excoriated </span>skin.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Here are images of flight, of <span style=\"font-weight: bold;\">excoriated</span> flesh</span><span style=\"color: rgb(102, 51, 0);\">, frustrated sex, the geometry of fear.</span><br style=\"color: rgb(102, 51, 0);\" /></font><br /><font size=\"4\">10.)</font> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/exculpate\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Exculpate</span><o:p style=\"color: rgb(0, 51, 102);\"></o:p><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></font></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Free from blame</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which <span style=\"font-weight: bold;\">exculpated</span> the claimant</span><span style=\"color: rgb(102, 51, 0);\">.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally <span style=\"font-weight: bold;\">exculpating</span> their actions. </span></font>\r\n <div style=\"color: rgb(102, 51, 0);\" class=\"entry collo\"><font size=\"2\"> </font></div></div>',1283965166),(759,'3f6c9a6d2b9c071a4c0d871371c33459','<p class=\"book_chapter_title\">Vocab Drill 18 (Letter \'E\')</p><br /><font size=\"4\">11.)</font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">Edacious<o:p></o:p>(<span style=\"font-style: italic;\">adj</span>)</font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Voracious,devouring,greedy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I became <span style=\"font-weight: bold;\">edacious</span> after seeing such a delight</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\">Effete</span><o:p style=\"color: rgb(0, 51, 102);\"></o:p><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Infertile,worn out,weak</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)You\'d have been too <span style=\"font-weight: bold;\">effete</span>, with your soft hands and Polo scent.<br />2)Emerging from it ,was a tall,rather <span style=\"font-weight: bold;\">effete</span> looking man dressed in a white tropical suite.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">13.) <span style=\"color: rgb(0, 51, 102);\">Effrontery</span><o:p style=\"color: rgb(0, 51, 102);\"></o:p><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Boldness,impudence,arrogance</font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)Taken aback by such</span><span style=\"text-decoration: underline;\"></span><span style=\"color: rgb(102, 51, 0);\"> <span style=\"font-weight: bold;\">effrontery</span> he allowed me to stay.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)He has the <span style=\"font-weight: bold;\">effrontery</span> to accuse Kant of barbarous jargo</span>n.<br /></font><br /><font size=\"4\">14.) <span style=\"color: rgb(0, 51, 102);\">Endearing(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Making dear or liked</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)She passed an <span style=\"font-weight: bold;\">endearing</span> smile to me.<br />2)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">He</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-weight: bold;\">endeared</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">himself</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">to</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">his</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">friends</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">with</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">his</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">gentle</span> </font><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">ways.</font><br /><br /><font size=\"4\">15.) </font></span></span></span><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium<o:p></o:p>(<span style=\"font-style: italic;\">n</span>)</font>:<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">An</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"font-weight: bold;\">encomium</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">by</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">the</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">President</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">greeted</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">the</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">returning</span> </font><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">hero.</span><br /></font><br /><br /></span> </span></span> ',1284223653),(760,'fc6feca0cba0dca5efb88c23b7b87e51','<p class=\"book_chapter_title\">Antonym Drill 23 (Letter \'G\')</p> 1.)Gainsay : accede,affirm,concede,endorse<br />2.)Gambol : sadness, seriousness<br />3.)Garrulous:<br />4.)Gauchrie:<br />5.)Glean:<br />6.)Gloat over:<br />7.)Glut:<br />8.)Gossamer:<br />9.)Grace:<br />10.)Grave:<br />11.)Gregarious:<br /><br /> ',1283881828),(761,'31a72eb370ff709c01178663faa9bece','<p class=\"book_chapter_title\">Vocab Drill 19 (Letter \'E\')</p><br /><br /><font size=\"4\">16.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/eulogy\" target=\"_blank\" style=\"color: rgb(0, 51, 102);\">Eulogy(</a></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">High</span><span style=\"font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">praise</span><span style=\"font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">or</span><span style=\"font-style: italic;\"> </span></font><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold;\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold;\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/exorbitant\" target=\"_blank\">Exorbitant</a></span><a href=\"http://www.moodle.org/0.16146683109369053\"><o:p style=\"color: rgb(0, 51, 102);\"></o:p><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold;\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold;\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">18.) <a href=\"http://dictionary.reference.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span><o:p style=\"color: rgb(0, 51, 102);\"></o:p><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold;\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold;\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/epicure\" target=\"_blank\">Epicure(</a></span><a href=\"http://www.moodle.org/0.8291131326624142\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<o:p></o:p><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <a class=\"ex\" href=\"http://www.yourdictionary.com/abstemious\">abstemious</a> epicure.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">20.) <a href=\"http://dictionary.reference.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Entreat(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<o:p></o:p> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I therefore <span style=\"font-weight: bold;\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold;\">entreated</span> God to spare us those things that scare us? </font>\r\n<div class=\"dndata\"><span id=\"hotword\"> </span></div>',1283882628),(762,'aa2d8cfa1306e57bce97aaa2c8d40f70','<p>The default category for questions shared in context \'Multiple chioce question\'.</p>',1284892800),(763,'31ad04d9cd7e8800fe5a9413ffa1935d','<p class=\"book_chapter_title\">Antonym Drill 23 (Letter \'G\')</p> 1.)Gainsay : accede,affirm,concede,endorse<br />2.)Gambol : sadness, seriousness<br />3.)Garrulous : mum, reserved, reticent, secretive<br />4.)Gauchrie: discreetness, discretion, propriety, suitability<br />5.)Glean:<br />6.)Gloat over:<br />7.)Glut:<br />8.)Gossamer:<br />9.)Grace:<br />10.)Grave:<br />11.)Gregarious:<br /><br /> ',1283882990),(764,'fa8cc29b2ccfa02bfb57f204f3c65134','<p class=\"book_chapter_title\">Vocab Drill 19 (Letter \'E\')</p><br /><br /><font size=\"4\">16.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/eulogy\" target=\"_blank\" style=\"color: rgb(0, 51, 102);\">Eulogy(</a></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">High</span><span style=\"font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">praise</span><span style=\"font-style: italic;\"> </span><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">or</span><span style=\"font-style: italic;\"> </span></font><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold;\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold;\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/exorbitant\" target=\"_blank\">Exorbitant</a></span><a href=\"http://www.moodle.org/0.16146683109369053\"><o:p style=\"color: rgb(0, 51, 102);\"></o:p><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold;\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold;\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">18.) <a href=\"http://dictionary.reference.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span><o:p style=\"color: rgb(0, 51, 102);\"></o:p><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold;\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold;\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/epicure\" target=\"_blank\">Epicure(</a></span><a href=\"http://www.moodle.org/0.8291131326624142\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<o:p></o:p><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <a class=\"ex\" href=\"http://www.yourdictionary.com/abstemious\">abstemious</a> epicure.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">20.) <a href=\"http://dictionary.reference.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Entreat(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<o:p></o:p> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I therefore <span style=\"font-weight: bold;\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold;\">entreated</span> God to spare us those things that scare us? </font>
<div class=\"dndata\"><span id=\"hotword\"> </span></div>',1283966759),(765,'3ac06bcc81c3f587d4185de292a5a493','<p class=\"book_chapter_title\">Antonym Drill 23 (Letter \'G\')</p> 1.)Gainsay : accede,affirm,concede,endorse<br />2.)Gambol : sadness, seriousness<br />3.)Garrulous : mum, reserved, reticent, secretive<br />4.)Gauchrie : discreetness, discretion, propriety, suitability<br />5.)Glean : disperse, scatter, dissipate, disassemble<br />6.)Gloat over:<br />7.)Glut:<br />8.)Gossamer:<br />9.)Grace:<br />10.)Grave:<br />11.)Gregarious:<br /><br /> ',1283883744),(766,'9da020f8ebdc9a226b0898872b130a19','<p class=\"book_chapter_title\">Antonym Drill 23 (Letter \'G\')</p> 1.)Gainsay : accede,affirm,concede,endorse<br />2.)Gambol : sadness, seriousness<br />3.)Garrulous : mum, reserved, reticent, secretive<br />4.)Gauchrie : discreetness, discretion, propriety, suitability<br />5.)Glean : disperse, scatter, dissipate, disassemble<br />6.)Gloat over : <br />7.)Glut :<br />8.)Gossamer : Coarse, impermeable, indelicate, rough<br />9.)Grace : Anathema, refuse, veto, damnification<br />10.)Grave : frilovous, ridiculous, funny, silly<br />11.)Gregarious : <br /><br /> ',1283885134),(767,'3e7f900d0b6c2b24db0a900b48af77ae','<p class=\"book_chapter_title\">Antonym Drill 23 (Letter \'G\')</p> 1.)Gainsay : accede,affirm,concede,endorse<br />2.)Gambol : sadness, seriousness<br />3.)Garrulous : mum, reserved, reticent, secretive<br />4.)Gauchrie : discreetness, discretion, propriety, suitability<br />5.)Glean : disperse, scatter, dissipate, disassemble<br />6.)Gloat over : <br />7.)Glut :<br />8.)Gossamer : Coarse, impermeable, indelicate, rough<br />9.)Grace : Anathema, refuse, veto, damnification<br />10.)Grave : frilovous, ridiculous, funny, silly<br />11.)Gregarious : unhospitable, introverted, antagonistic, reclusive<br /><br /> ',1283886073),(768,'5d31d5e9bb1605fee8e2a51f57685046','<p class=\"book_chapter_title\">Antonym Drill 23 (Letter \'G\')</p> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; color: rgb(75, 75, 75); font-family: arial,verdana,helvetica,sans-serif; font-size: 14px; text-align: center;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: \'times new roman\',times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font></span></span>\r\n<div style=\"text-align: left;\"><br />1.) <a href=\"http://thesaurus.com/browse/Gainsay\" title=\"Gainsay\" style=\"color: rgb(0, 51, 102);\"><font size=\"3\">Gainsay</font></a><span style=\"color: rgb(0, 51, 102);\"> </span>: accede,affirm,concede,endorse<br /></div>2.) <a href=\"http://thesaurus.com/browse/Gambol\" title=\"Gambol\" style=\"color: rgb(0, 51, 102);\"><font size=\"3\">Gambol</font></a> : sadness, seriousness<font size=\"3\"><br />3.) </font><font size=\"3\"><a href=\"http://thesaurus.com/browse/Garrulous\" title=\"Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a> : mum, reserved, reticent, secretive</font><br />4.) <a href=\"http://thesaurus.com/browse/Gaucherie\" title=\"Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a><span style=\"color: rgb(0, 51, 102);\"> </span>: discreetness, discretion, propriety, suitability<br />5.) <a href=\"http://thesaurus.com/browse/Glean\" title=\"Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a><span style=\"color: rgb(0, 51, 102);\"> </span>: disperse, scatter, dissipate, disassemble<br />6.) <a href=\"http://thesaurus.com/browse/Gloat over\" title=\"Gloat over\" style=\"color: rgb(0, 51, 102);\">Gloat over </a>: <br />7.) <a href=\"http://thesaurus.com/browse/Glut\" title=\"Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a><span style=\"color: rgb(0, 51, 102);\"> </span>:<br />8.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/Gossamer\" title=\"Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a> : Coarse, impermeable, indelicate, rough<br />9.)<span style=\"color: rgb(0, 51, 102);\"> </span><a href=\"http://thesaurus.com/browse/Grace\" title=\"Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a> : Anathema, refuse, veto, damnification</font><br />10.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/Grave\" title=\"Grave\" style=\"color: rgb(0, 51, 102);\">Grave </a>: frilovous, ridiculous, funny, silly</font><br />11.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/Gregarious\" title=\"Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a> : unhospitable, introverted, antagonistic, reclusive</font><br /><br /> ',1283886993),(769,'ba49dba2ee52d90a4d644b44a43cbe09','<p class=\"book_chapter_title\">Antonym Drill 23 (Letter \'G\')</p> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; color: rgb(75, 75, 75); font-family: arial,verdana,helvetica,sans-serif; font-size: 14px; text-align: center;\"><font size=\"4\" style=\"font-family: \'times new roman\',times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font></span></span>\r\n<div style=\"text-align: left;\"><br />1.) <a style=\"color: rgb(0, 51, 102);\" title=\"Gainsay\" href=\"http://thesaurus.com/browse/Gainsay\"><font size=\"3\">Gainsay</font></a><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"color: rgb(0, 139, 0);\">accede,affirm,concede,endorse</span><br /></div>2.) <a style=\"color: rgb(0, 51, 102);\" title=\"Gambol\" href=\"http://thesaurus.com/browse/Gambol\"><font size=\"3\">Gambol</font></a> :<span style=\"color: rgb(0, 139, 0);\"> sadness, seriousness</span><font size=\"3\"><br />3.) </font><font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Garrulous\" href=\"http://thesaurus.com/browse/Garrulous\">Garrulous</a> : <span style=\"color: rgb(0, 139, 0);\">mum, reserved, reticent, secretive</span></font><br />4.) <a style=\"color: rgb(0, 51, 102);\" title=\"Gaucherie\" href=\"http://thesaurus.com/browse/Gaucherie\">Gaucherie</a><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"color: rgb(0, 139, 0);\">discreetness, discretion, propriety, suitability</span><br />5.) <a style=\"color: rgb(0, 51, 102);\" title=\"Glean\" href=\"http://thesaurus.com/browse/Glean\">Glean</a><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"color: rgb(0, 139, 0);\">disperse, scatter, dissipate, disassemble</span><br />6.) <a style=\"color: rgb(0, 51, 102);\" title=\"Gloat over\" href=\"http://thesaurus.com/browse/Gloat over\">Gloat over </a>: <br />7.) <a style=\"color: rgb(0, 51, 102);\" title=\"Glut\" href=\"http://thesaurus.com/browse/Glut\">Glut</a><span style=\"color: rgb(0, 51, 102);\"> </span>:<br />8.) <font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Gossamer\" href=\"http://thesaurus.com/browse/Gossamer\">Gossamer</a> : <span style=\"color: rgb(0, 139, 0);\">Coarse, impermeable, indelicate, rough</span><br />9.)<span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" title=\"Grace\" href=\"http://thesaurus.com/browse/Grace\">Grace</a> : <span style=\"color: rgb(0, 139, 0);\">anathema, refuse, veto, damnification</span></font><br />10.) <font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Grave\" href=\"http://thesaurus.com/browse/Grave\">Grave </a>: <span style=\"color: rgb(0, 139, 0);\">frilovous, ridiculous, funny, silly</span></font><br />11.) <font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Gregarious\" href=\"http://thesaurus.com/browse/Gregarious\">Gregarious</a> : <span style=\"color: rgb(0, 139, 0);\">unhospitable, introverted, antagonistic, reclusive</span></font><br style=\"color: rgb(0, 139, 0);\" /><br /> ',1283887990),(770,'78098d1ac6ee7f9c95a1ea74bd0dd622','<p class=\"book_chapter_title\">Root word Drill 7 (Letter \'G\')</p>',1283929605),(771,'b1bc584623a3521e963bfd9762e03123','<p class=\"book_chapter_title\">Synonym Drill 23 (Letter \'G\')</p> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; color: rgb(75, 75, 75); font-family: arial,verdana,helvetica,sans-serif; font-size: 14px; text-align: center;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: \'times new roman\',times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font></span></span><br /><font size=\"3\"><br />1.)<a title=\"Gainsay\" href=\"http://www.thesaurus.com/browse/gainsay\"><span style=\"color: rgb(0, 51, 102);\">Gainsay</span> </a>: <span style=\"color: rgb(0, 139, 0);\">abjure,abstain,forbid,refrain,spurn</span><br />2.)<a style=\"color: rgb(0, 51, 102);\" title=\"Gambol\" href=\"http://www.thesaurus.com/browse/gambol\">Gambol </a>: <span style=\"color: rgb(0, 139, 0);\">frolic,high jinks, prounce,rollick</span><br />3.)<a style=\"color: rgb(0, 51, 102);\" title=\"Garrulous\" href=\"http://www.thesaurus.com/browse/Garrulous\">Garrulous </a>: <span style=\"color: rgb(0, 139, 0);\">babbling,colloquial,loquacious,effusive,prolix</span><br />4.)<a title=\"Gaucherie\" href=\"http://www.thesaurus.com/browse/Gaucherie\"><span style=\"color: rgb(0, 51, 102);\">Gaucherie</span></a> : <span style=\"color: rgb(0, 139, 0);\">barbarism,immodesty,indecency,solecism</span><br />5.)<a title=\"Glean\" href=\"http://www.thesaurus.com/browse/Glean\"><span style=\"color: rgb(0, 51, 102);\">Glean</span></a>: <span style=\"color: rgb(0, 139, 0);\">abridge,collocate,heap up,recapitulate</span><br />6.)<a title=\"Gloat Over\" href=\"http://www.thesaurus.com/browse/Gloat Over\"><span style=\"color: rgb(0, 51, 102);\">Gloat over </span></a>: <br />7.)<a title=\"Glut\" href=\"http://www.thesaurus.com/browse/Glut\"><span style=\"color: rgb(0, 51, 102);\">Glut</span></a> : <span style=\"color: rgb(0, 139, 0);\">exorbitance,plethora,profusion,surfeit</span><br />8.)<a title=\"Gossamer\" href=\"http://www.thesaurus.com/browse/Gossamer\"><span style=\"color: rgb(0, 51, 102);\">Gossamer</span></a> : <span style=\"color: rgb(0, 139, 0);\">diaphonous,gauzy,flimsy,pellucid,tiffany</span><br />9.)<a title=\"Grace\" href=\"http://www.thesaurus.com/browse/Grace\"><span style=\"color: rgb(0, 51, 102);\">Grace</span> </a>: <span style=\"color: rgb(0, 139, 0);\">benevolence,caritas,clemency,reprieve</span><br />10.)<span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.thesaurus.com/browse/Grave\" title=\"Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a> </span>: <span style=\"color: rgb(0, 139, 0);\">1)grim,somber,sedate</span><br /><span style=\"color: rgb(0, 139, 0);\"> 2)catacomb,mausoleum,shrine,sepulcher</span><br />11.)<a href=\"http://www.thesaurus.com/browse/Gregarious\" title=\"Gregarious\"><span style=\"color: rgb(0, 51, 102);\">Gregarious</span></a> : <span style=\"color: rgb(0, 139, 0);\">clubby,congenial,cozy,sociable</span></font><br /> ',1284750558),(772,'2bfdfdf30f3525433ee34d6f5a19a5aa','<p class=\"book_chapter_title\">Antonym Drill 23 (Letter \'G\')</p> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; color: rgb(75, 75, 75); font-family: arial,verdana,helvetica,sans-serif; font-size: 14px; text-align: center;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: \'times new roman\',times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font></span></span>\r\n<div style=\"text-align: left;\"><br />1.) <a href=\"http://thesaurus.com/browse/Gainsay\" title=\"Gainsay\" style=\"color: rgb(0, 51, 102);\"><font size=\"3\">Gainsay</font></a><span style=\"color: rgb(0, 51, 102);\"> </span>:<font size=\"3\"> <span style=\"color: rgb(0, 139, 0);\">accede,affirm,concede,endorse</span></font><br /></div>2.) <a href=\"http://thesaurus.com/browse/Gambol\" title=\"Gambol\" style=\"color: rgb(0, 51, 102);\"><font size=\"3\">Gambol</font></a> :<span style=\"color: rgb(0, 139, 0);\"> <font size=\"3\">sadness, seriousness</font></span><font size=\"3\"><br />3.) </font><font size=\"3\"><a href=\"http://thesaurus.com/browse/Garrulous\" title=\"Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">mum, reserved, reticent, secretive</span></font></font><br />4.) <a href=\"http://thesaurus.com/browse/Gaucherie\" title=\"Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">discreetness, discretion, propriety, suitability</span></font><br />5.) <font size=\"3\"><a href=\"http://thesaurus.com/browse/Glean\" title=\"Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a><span style=\"color: rgb(0, 51, 102);\"> </span></font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">disperse, scatter, dissipate, disassemble</span></font><br />6.) <a href=\"http://thesaurus.com/browse/Gloat over\" title=\"Gloat over\" style=\"color: rgb(0, 51, 102);\">Gloat over </a>: <br />7.) <a href=\"http://thesaurus.com/browse/Glut\" title=\"Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a><span style=\"color: rgb(0, 51, 102);\"> </span>:<br />8.) <font size=\"3\"><font size=\"3\"><a href=\"http://thesaurus.com/browse/Gossamer\" title=\"Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">coarse, impermeable, indelicate, rough</span></font><br />9.)<span style=\"color: rgb(0, 51, 102);\"> </span><a href=\"http://thesaurus.com/browse/Grace\" title=\"Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">anathema, refuse, veto, damnification</span></font></font><br />10.) <font size=\"3\"><font size=\"3\"><a href=\"http://thesaurus.com/browse/Grave\" title=\"Grave\" style=\"color: rgb(0, 51, 102);\">Grave </a></font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">frilovous, ridiculous, funny, silly</span></font></font><br />11.) <font size=\"3\"><font size=\"3\"><a href=\"http://thesaurus.com/browse/Gregarious\" title=\"Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">unhospitable, introverted, antagonistic, reclusive</span></font></font><br style=\"color: rgb(0, 139, 0);\" /><br /> ',1283888142),(773,'f2b7a1e6c86b763179c9585546919973','<p class=\"book_chapter_title\">Antonym Drill 23 (Letter \'G\')</p> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; color: rgb(75, 75, 75); font-family: arial,verdana,helvetica,sans-serif; font-size: 14px; text-align: center;\"><font size=\"4\" style=\"font-family: \'times new roman\',times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font></span></span>\r\n<div style=\"text-align: left;\"><br />1.) <a style=\"color: rgb(0, 51, 102);\" title=\"Gainsay\" href=\"http://thesaurus.com/browse/Gainsay\"><font size=\"3\">Gainsay</font></a><span style=\"color: rgb(0, 51, 102);\"> </span>:<font size=\"3\"> <span style=\"color: rgb(0, 139, 0);\">accede,affirm,concede,endorse</span></font><br /></div>2.) <a style=\"color: rgb(0, 51, 102);\" title=\"Gambol\" href=\"http://thesaurus.com/browse/Gambol\"><font size=\"3\">Gambol</font></a> :<span style=\"color: rgb(0, 139, 0);\"> <font size=\"3\">sadness, seriousness</font></span><font size=\"3\"><br />3.) </font><font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Garrulous\" href=\"http://thesaurus.com/browse/Garrulous\">Garrulous</a> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">mum, reserved, reticent, secretive</span></font></font><br />4.) <font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Gaucherie\" href=\"http://thesaurus.com/browse/Gaucherie\">Gaucherie</a></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">discreetness, discretion, propriety, suitability</span></font><br />5.) <font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Glean\" href=\"http://thesaurus.com/browse/Glean\">Glean</a><span style=\"color: rgb(0, 51, 102);\"> </span></font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">disperse, scatter, dissipate, disassemble</span></font><br />6.) <font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Gloat over\" href=\"http://thesaurus.com/browse/Gloat over\">Gloat over </a>:</font> <br />7.) <font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Glut\" href=\"http://thesaurus.com/browse/Glut\">Glut</a><span style=\"color: rgb(0, 51, 102);\"> </span></font>:<br />8.) <font size=\"3\"><font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Gossamer\" href=\"http://thesaurus.com/browse/Gossamer\">Gossamer</a> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">coarse, impermeable, indelicate, rough</span></font><br />9.)<span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" title=\"Grace\" href=\"http://thesaurus.com/browse/Grace\">Grace</a> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">anathema, refuse, veto, damnification</span></font></font><br />10.) <font size=\"3\"><font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Grave\" href=\"http://thesaurus.com/browse/Grave\">Grave </a></font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">frilovous, ridiculous, funny, silly</span></font></font><br />11.) <font size=\"3\"><font size=\"3\"><a style=\"color: rgb(0, 51, 102);\" title=\"Gregarious\" href=\"http://thesaurus.com/browse/Gregarious\">Gregarious</a></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">unhospitable, introverted, antagonistic, reclusive</span></font></font><br style=\"color: rgb(0, 139, 0);\" /><br /> ',1286996859),(774,'b3b96de762691f6066f82b54c9ee066a','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br />',1283929691),(775,'f0db9b865836cc8d4493ef077743705d','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\">In case of more information please click on the word<br /> </span>1.) Impolitic : </span></font><span> <span class=\"theColor\">careful</span><span id=\"hotword\">, </span><span class=\"theColor\">cautious</span><span id=\"hotword\">, </span><span class=\"theColor\">discreet</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">politic,</span> </span><span class=\"theColor\">wise</span></span> ',1283931281),(776,'2ca1d047830304b17a52f3acb8318526','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat%20over\" title=\"gloat over\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br />12.)<br /><br />',1284136542),(777,'b6bf3e5c17f337d98e8c7252cf5d925c','<p class=\"book_chapter_title\">Root word Drill 7 (Letter \'G\')</p><br /><br />1.) Gainsay :<br /> 2.) Gambol :<span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> originally</span> </span><span class=\"foreign\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">gambolde</span> </span></span><span id=\"hotword\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">"a</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">leap</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">spring"</span></span><br /> 3.) Garuloues : ',1283931954),(778,'432cc945c0859fad052a602f79891c0c','<p class=\"book_chapter_title\">Root word Drill 7 (Letter \'G\')</p> <br /><br />1.) Gainsay :<br /> 2.) Gambol :<span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"> originally</span> </span><span class=\"foreign\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">gambolde</span> </span></span><span id=\"hotword\"> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">"a</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">leap</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">spring"</span></span><br /> 3.) Garrulous : <span class=\"foreign\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">garrulus</span> </span></span><span id=\"hotword\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">"talkative,"</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">from</span> </span><span class=\"foreign\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">garrire</span> </span></span><span id=\"hotword\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">"to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">chatter"</span> </span>',1286998242),(779,'1e1845540026f7734c1f882eed5aa2c1','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\">In case of more information please click on the word<br /></span>1.) Impolitic : </span></font><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">inexpedient, </span></span><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">injudicious,</span> </span><span class=\"theColor\">stupid</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">tactless</span></span><br />http://thesaurus.com/browse/impolitic<br /><br /><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">2.) Ilk : </span></font><span><span class=\"theColor\">family, </span></span><span class=\"theColor\"><span><span id=\"hotword\"></span><span class=\"theColor\">type</span><span id=\"hotword\">, class<br />http://thesaurus.com/browse/ilk<br /><br />3.) Immanent : </span></span></span><span><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">inborn,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">indwelling,</span> </span><span class=\"theColor\">inherent</span><span id=\"hotword\">, </span><span class=\"theColor\">intrinsic</span> </span><br /><span class=\"theColor\"><span><span id=\"hotword\">http://thesaurus.com/browse/immanent<br /><br />4.) Idolatrous : </span></span></span><span> <span class=\"theColor\">heathen</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">idol</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">worshipping,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">pagan</span> </span></span><br /><span class=\"theColor\"><span><span id=\"hotword\">http://thesaurus.com/browse/idolatrous<br /><br /></span></span></span><span><span class=\"theColor\">5.) Illicit : </span></span><span><span id=\"hotword\"></span><a href=\"http://thesaurus.com/browse/immoral\" rel=\"nofollow\" class=\"theColor\">immoral</a><span id=\"hotword\">, </span><a href=\"http://thesaurus.com/browse/improper\" rel=\"nofollow\" class=\"theColor\">improper</a><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span><span name=\"hotword\" id=\"hotword\"></span><span name=\"hotword\" id=\"hotword\"></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">lawless,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> </span><a href=\"http://thesaurus.com/browse/prohibited\" rel=\"nofollow\" class=\"theColor\">prohibited</a><span id=\"hotword\">,<span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">unauthorized,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">unlawful,</span></span><span id=\"hotword\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">wrongful</span></span></span><span class=\"theColor\"><span><span id=\"hotword\"> <br />http://thesaurus.com/browse/illicit<br /></span></span></span> ',1283961132),(780,'9f4b8d795ac833677f35fe883e91406f','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\">In case of more information please click on the word<br /> </span>1.) Impolitic : </span></font><span> <span class=\"theColor\">careful</span><span id=\"hotword\">, </span><span class=\"theColor\">cautious</span><span id=\"hotword\">, </span><span class=\"theColor\">discreet</span><span id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">politic,</span> </span><span class=\"theColor\">wise<br />http://thesaurus.com/browse/impolitic<br /><br />2.) Immanent : external, extrinsic, acquired<br />http://thesaurus.com/browse/immanent<br /><br />3.) Illicit :</span></span><span><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /></span> </span></span> ',1283962911),(781,'d757ccc5269d7b67f074d670688f8fdf','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p><p align=\"justify\"><span style=\"color: rgb(0,51,102)\"><font size=\"4\">1.)</font></span><a title=\"cabal\" style=\"color: rgb(0,51,102); text-decoration: underline\" href=\"http://dictionary.reference.com/browse/cabal\" target=\"_blank\"><font size=\"4\">Cabal (<em>n</em>)</font></a><span style=\"color: rgb(0,51,102); text-decoration: underline\"><font size=\"4\"> </font></span><span style=\"color: rgb(0,51,102)\"><font size=\"4\">:</font> </span><font size=\"3\"><span style=\"color: rgb(0,139,0); font-style: italic\">1)</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> A</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">small</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">secret</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plotters,</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">as</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">against</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">government</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"color: rgb(0,139,0); font-style: italic\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">person</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">in</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">authority.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">The</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plots</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">and</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">schemes</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">such</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group;</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span></font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0,0,0)\"></span></span><font size=\"2\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold\">cabal</span>.<span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\"></span><br /></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">2)</span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold\">cabals</span> in action for more than 30 years.<br /><br /><font size=\"4\">2.)</font></font><font size=\"4\"><a title=\"cadge\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/cadge\" target=\"_blank\">Cadge</a></font><font size=\"2\"><font size=\"4\"><a style=\"color: rgb(0,51,102)\" href=\"http://www.moodle.org/0.12407330079736834\"> (v)</a> :</font> <font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\">1)</font></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">imposing</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">on</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">another\'s</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">generosity</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">friendship.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">borrow</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">without</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">intent</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">to</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">repay.</span></font></p>\r\n<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span class=\"dnindex\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">3) </span></span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">beg</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">begging.</span></font> </p>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) I believe he was able to <strong>cadge</strong> a lift on the coach.</font></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"></font> </div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">3.)</font><a title=\"calipers\" href=\"http://dictionary.reference.com/browse/calipers\"><font size=\"4\">Calipers (<em>n</em>)</font></a><font size=\"4\"> : </font><font color=\"#008b00\"><em>1)</em> <em>An instrument for measuring thickness and internal or external diameters inaccessible to the scale, consisting usually of a pair of adjustable pivoted legs.</em></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><em><font color=\"#008b00\">2) Automotive- The part of a disc-brake assembly that straddles the disc and presses the brake pads against it.</font></em></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font color=\"#000000\"><font size=\"2\">1) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The mechanical stage has a spring caliper to hold a standard slide.</font></span></span></font></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font face=\"Trebuchet MS\" color=\"#000000\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\">2) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The front brakes use a radial caliper with four opposed<span class=\"Apple-converted-space\"> <span class=\"nolink\">pistons</span></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">, in keeping with the latest trends in racing technology.</font></span></span></font></span></span></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font color=\"#000000\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"2\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\">4<font face=\"courier new,courier,monospace\">.</font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"> <em><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#333333\" size=\"3\">to make false and malicious statement about; slander.</font></em></font></span></span></font></span></span></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 13px; color: rgb(51,51,51); line-height: 16px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"3\"><font color=\"#008b00\"><span onmouseover=\"function anonymous() { this.style.cursor=\'default\' }\" style=\"padding-right: 0px; padding-left: 0px; font-size: 13px; padding-bottom: 0px; margin: 0px; cursor: default; color: rgb(51,51,51); line-height: 1.25em; padding-top: 0px; font-family: verdana, arial, helvetica, sans-serif; position: static; background-color: transparent\" onclick=\"function anonymous() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); }\" onmouseout=\"function anonymous() { this.style.backgroundColor=\'transparent\' }\" name=\"hotword\"><em></em></span></font></font></span></span> </div>',1283935624),(782,'c1d60de390f3af5f0976dbe0bd1f18de','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">1.)Hack (v) : cut roughly<br /><br />2.)Hamper (n ) : basket with a lid, prevent free movement or activity<br /></font></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Hamper<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/basket\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br />3.)Hamper (v) : </font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">hinder,obstruct<br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)Hapless (adj) : unlucky,unfortunate<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/victim\">victim</a>s, like an old woman.<br /><br />5.)Harangue <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : a long passionate speech<br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/not\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />6.)Harbinger <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : something or somebody that foretells the coming of<br /><br />7.)Harrow () : to distress or create stress or torment<br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/story\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br /><br /><br /> ',1283939687),(783,'938190c97ae26b97393db0801f6b4129','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">1.)Hack (v) : cut roughly<br /><br />2.)Hamper (n ) : basket with a lid, prevent free movement or activity<br /></font></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Hamper<span class=\"Apple-converted-space\"> </span><a href=\"/basket\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br />3.)Hamper (v) : </font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">hinder,obstruct<br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)Hapless (adj) : unlucky,unfortunate<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a href=\"/victim\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">victim</a>s, like an old woman.<br /><br />5.)Harangue <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : a long passionate speech<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a href=\"/not\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)Harbinger <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : something or somebody that foretells the coming of<br /></span></span>A white pigeon was also a harbinger of <a class=\"ex\" href=\"http://www.yourdictionary.com/death\">death</a>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)Harrow (v) : to distress or create stress or torment<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a href=\"/story\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)Haughty () : arrogant,conceited<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/too\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)haven () : harbour,safety place<br /><br /><br />9.)<br /><br /><br /><br /> ',1283940190),(784,'03d291e196fb958d85c99467df3467c9','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">1.)Hack (v) : cut roughly<br /><br />2.)Hamper (n ) : basket with a lid, prevent free movement or activity<br /></font></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Hamper<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/basket\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br />3.)Hamper (v) : </font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">hinder,obstruct<br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)Hapless (adj) : unlucky,unfortunate<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/victim\">victim</a>s, like an old woman.<br /><br />5.)Harangue <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : a long passionate speech<br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/not\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />6.)Harbinger <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : something or somebody that foretells the coming of<br /></span></span>A white pigeon was also a harbinger of <a href=\"http://www.yourdictionary.com/death\" class=\"ex\">death</a>.<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />7.)Harrow (v) : to distress or create stress or torment<br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/story\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)Haughty (adj) : arrogant,conceited<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He is<span class=\"Apple-converted-space\"> </span><a href=\"/too\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)Haven <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : harbor,safety place<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/lover\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)Heinous (adj) : odious,hateful<br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)Heresy () : belief contrary to what is generally acceted<br />There were false prophets or people <a class=\"ex\" href=\"http://www.yourdictionary.com/teach\">teach</a>ing heresy in the churches. <br /><br />12.)Hermetic () : sealed by fusion<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/world\">world</a>.</span></span><br /><br /><br /><br /><br /> ',1283940772),(785,'1d970984fa5f02975d82836b7e36e442','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">1.)Hack (v) : cut roughly<br /><br />2.)Hamper (n ) : basket with a lid, prevent free movement or activity<br /></font></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Hamper<span class=\"Apple-converted-space\"> </span><a href=\"/basket\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br />3.)Hamper (v) : </font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">hinder,obstruct<br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)Hapless (adj) : unlucky,unfortunate<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a href=\"/victim\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">victim</a>s, like an old woman.<br /><br />5.)Harangue <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : a long passionate speech<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a href=\"/not\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)Harbinger <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : something or somebody that foretells the coming of<br /></span></span>A white pigeon was also a harbinger of <a class=\"ex\" href=\"http://www.yourdictionary.com/death\">death</a>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)Harrow (v) : to distress or create stress or torment<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a href=\"/story\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)Haughty (adj) : arrogant,conceited<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/too\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)Haven <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : harbor,safety place<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a href=\"/lover\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)Heinous (adj) : odious,hateful<br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)Heresy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : belief contrary to what is generally acceted<br />There were false prophets or people <a href=\"http://www.yourdictionary.com/teach\" class=\"ex\">teach</a>ing heresy in the churches. <br /><br />12.)Hermetic (adj) : sealed by fusion<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a href=\"/world\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">world</a>.</span></span><br /><br />13.)Hew () : make by hard work/cut(by striking)<br />As you draw near to the monument you notice that there are steps hewn into the <a class=\"ex\" href=\"http://www.yourdictionary.com/rock\">rock</a>. <br /><br />14.)Hirsute (adj) : hairy,shaggy<br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a class=\"ex\" href=\"http://www.yourdictionary.com/side\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)Hoax <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : mischievous trick played on somebody for a joke<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/gigantic\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)Holster <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : leather case for a pistol<br /></span></span>Light tools should be carried in a holster <a class=\"ex\" href=\"http://www.yourdictionary.com/attach\">attach</a>ed to a belt, or in a tool bag. <br /><br /><br /><br /><br /> ',1283941663),(786,'a2bb5c258d4b3c82be3da2cffd2cba2a','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">1.)Hack (v) : cut roughly<br /><br />2.)Hamper (n ) : basket with a lid, prevent free movement or activity<br /></font></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Hamper<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/basket\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br />3.)Hamper (v) : </font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">hinder,obstruct<br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)Hapless (adj) : unlucky,unfortunate<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/victim\">victim</a>s, like an old woman.<br /><br />5.)Harangue <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : a long passionate speech<br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/not\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />6.)Harbinger <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : something or somebody that foretells the coming of<br /></span></span>A white pigeon was also a harbinger of <a href=\"http://www.yourdictionary.com/death\" class=\"ex\">death</a>.<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />7.)Harrow (v) : to distress or create stress or torment<br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/story\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)Haughty (adj) : arrogant,conceited<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He is<span class=\"Apple-converted-space\"> </span><a href=\"/too\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)Haven <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : harbor,safety place<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/lover\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)Heinous (adj) : odious,hateful<br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)Heresy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : belief contrary to what is generally acceted<br />There were false prophets or people <a class=\"ex\" href=\"http://www.yourdictionary.com/teach\">teach</a>ing heresy in the churches. <br /><br />12.)Hermetic (adj) : sealed by fusion<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/world\">world</a>.</span></span><br /><br />13.)Hew (v) : make by hard work/cut(by striking)<br />As you draw near to the monument you notice that there are steps hewn into the <a href=\"http://www.yourdictionary.com/rock\" class=\"ex\">rock</a>. <br /><br />14.)Hirsute (adj) : hairy,shaggy<br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a href=\"http://www.yourdictionary.com/side\" class=\"ex\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)Hoax <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : mischievous trick played on somebody for a joke<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a href=\"/gigantic\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)Holster <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : leather case for a pistol<br /></span></span>Light tools should be carried in a holster <a href=\"http://www.yourdictionary.com/attach\" class=\"ex\">attach</a>ed to a belt, or in a tool bag. <br /><br />17.)Hoodwink (v) : trick,mislead <br />They didn\'t muck about nor did they try to hoodwink the <a class=\"ex\" href=\"http://www.yourdictionary.com/public\">public</a>.<br /><br />18.)Hospitality <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : liking to give hospitality<br /><br /><br />19.)Hubris <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : arrogant pride<br />That is your <a class=\"ex\" href=\"http://www.yourdictionary.com/own\">own</a> hubris to which I alluded just now.<br /><br /><br /><br /><br /> ',1283942269),(787,'cbc058cc8c1188b4493a58e331ff01ac','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">1.)Hack (v) : cut roughly<br /><br />2.)Hamper (n ) : basket with a lid, prevent free movement or activity<br /></font></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Hamper<span class=\"Apple-converted-space\"> </span><a href=\"/basket\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br />3.)Hamper (v) : </font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">hinder,obstruct<br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)Hapless (adj) : unlucky,unfortunate<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a href=\"/victim\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">victim</a>s, like an old woman.<br /><br />5.)Harangue <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : a long passionate speech<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a href=\"/not\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)Harbinger <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : something or somebody that foretells the coming of<br /></span></span>A white pigeon was also a harbinger of <a class=\"ex\" href=\"http://www.yourdictionary.com/death\">death</a>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)Harrow (v) : to distress or create stress or torment<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a href=\"/story\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)Haughty (adj) : arrogant,conceited<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/too\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)Haven <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : harbor,safety place<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a href=\"/lover\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)Heinous (adj) : odious,hateful<br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)Heresy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : belief contrary to what is generally acceted<br />There were false prophets or people <a href=\"http://www.yourdictionary.com/teach\" class=\"ex\">teach</a>ing heresy in the churches. <br /><br />12.)Hermetic (adj) : sealed by fusion<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a href=\"/world\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">world</a>.</span></span><br /><br />13.)Hew (v) : make by hard work/cut(by striking)<br />As you draw near to the monument you notice that there are steps hewn into the <a class=\"ex\" href=\"http://www.yourdictionary.com/rock\">rock</a>. <br /><br />14.)Hirsute (adj) : hairy,shaggy<br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a class=\"ex\" href=\"http://www.yourdictionary.com/side\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)Hoax <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : mischievous trick played on somebody for a joke<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/gigantic\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)Holster <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : leather case for a pistol<br /></span></span>Light tools should be carried in a holster <a class=\"ex\" href=\"http://www.yourdictionary.com/attach\">attach</a>ed to a belt, or in a tool bag. <br /><br />17.)Hoodwink (v) : trick,mislead <br />They didn\'t muck about nor did they try to hoodwink the <a href=\"http://www.yourdictionary.com/public\" class=\"ex\">public</a>.<br /><br />18.)Hospitality <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : liking to give hospitality<br />In addition, you have the prospect of offering your premium clients <a class=\"ex\" href=\"http://www.yourdictionary.com/generous\">generous</a> hospitality at the event itself. <br /><br />19.)Hubris <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : arrogant pride<br />That is your <a href=\"http://www.yourdictionary.com/own\" class=\"ex\">own</a> hubris to which I alluded just now.<br /><br />20.)Hurdle <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : fence to be jumped over<br />However, once you <a class=\"ex\" href=\"http://www.yourdictionary.com/overcome\">overcome</a> these hurdles, the software is very pleasant to use.<br /> <br />21.)Husk <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : worthless outside part of anything<br />22.)Hullabaloo <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : uproar<br />23.)Humdrum (adj) : commonplace,dull,monotonous<br />24.)Hunky-dory(adj) : excellent<br />25.)Hypocrisy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : falsely making oneself appear to be good<br /><br /><br /><br /><br /><br /> ',1283943787),(788,'af7ebecb74ba31fa8114edcc9ae6884b','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">1.)Hack (v) : cut roughly<br /><br />2.)Hamper (n ) : basket with a lid, prevent free movement or activity<br /></font></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Hamper<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/basket\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br />3.)Hamper (v) : </font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">hinder,obstruct<br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)Hapless (adj) : unlucky,unfortunate<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/victim\">victim</a>s, like an old woman.<br /><br />5.)Harangue <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : a long passionate speech<br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/not\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />6.)Harbinger <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : something or somebody that foretells the coming of<br /></span></span>A white pigeon was also a harbinger of <a href=\"http://www.yourdictionary.com/death\" class=\"ex\">death</a>.<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />7.)Harrow (v) : to distress or create stress or torment<br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/story\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)Haughty (adj) : arrogant,conceited<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He is<span class=\"Apple-converted-space\"> </span><a href=\"/too\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)Haven <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : harbor,safety place<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/lover\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)Heinous (adj) : odious,hateful<br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)Heresy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : belief contrary to what is generally acceted<br />There were false prophets or people <a class=\"ex\" href=\"http://www.yourdictionary.com/teach\">teach</a>ing heresy in the churches. <br /><br />12.)Hermetic (adj) : sealed by fusion<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/world\">world</a>.</span></span><br /><br />13.)Hew (v) : make by hard work/cut(by striking)<br />As you draw near to the monument you notice that there are steps hewn into the <a href=\"http://www.yourdictionary.com/rock\" class=\"ex\">rock</a>. <br /><br />14.)Hirsute (adj) : hairy,shaggy<br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a href=\"http://www.yourdictionary.com/side\" class=\"ex\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)Hoax <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : mischievous trick played on somebody for a joke<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a href=\"/gigantic\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)Holster <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : leather case for a pistol<br /></span></span>Light tools should be carried in a holster <a href=\"http://www.yourdictionary.com/attach\" class=\"ex\">attach</a>ed to a belt, or in a tool bag. <br /><br />17.)Hoodwink (v) : trick,mislead <br />They didn\'t muck about nor did they try to hoodwink the <a class=\"ex\" href=\"http://www.yourdictionary.com/public\">public</a>.<br /><br />18.)Hospitality <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : liking to give hospitality<br />In addition, you have the prospect of offering your premium clients <a href=\"http://www.yourdictionary.com/generous\" class=\"ex\">generous</a> hospitality at the event itself. <br /><br />19.)Hubris <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : arrogant pride<br />That is your <a class=\"ex\" href=\"http://www.yourdictionary.com/own\">own</a> hubris to which I alluded just now.<br /><br />20.)Hurdle <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : fence to be jumped over<br />However, once you <a href=\"http://www.yourdictionary.com/overcome\" class=\"ex\">overcome</a> these hurdles, the software is very pleasant to use.<br /> <br />21.)Husk <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : worthless outside part of anything<br />They usually have high fiber being the outer husks of the <a class=\"ex\" href=\"http://www.yourdictionary.com/grain\">grain</a>. <br /><br />22.)Hullabaloo <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : uproar<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The hullabaloo<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/raise\">raise</a>d by the British, French and American press over the Soviet Ukraine is characteristic.</span></span><br /><br />23.)Humdrum (adj) : commonplace,dull,monotonous<br />It was thought in politics to be a sign of failure not to be given a less humdrum <a class=\"ex\" href=\"http://www.yourdictionary.com/job\">job</a>. <br /><br />24.)Hunky-dory(adj) : excellent<br />It\'s <a class=\"ex\" href=\"http://www.yourdictionary.com/not\">not</a> hunky-dory, but I am saying that things are happening. <br /><br />25.)Hypocrisy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : falsely making oneself appear to be good<br />There is a pungent smell of hypocrisy at the <a class=\"ex\" href=\"http://www.yourdictionary.com/heart\">heart</a> of government.<br /><br /><br /><br /><br /><br /><br /> ',1283944541),(789,'a8c8c7ab2d1bb2944d7dba6a3f4fa348','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">1.)<a href=\"http://www.yourdictionary.com/Hack\" title=\"Hack\">Hack</a> (v) : cut roughly<br /><br />2.)<a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\">Hamper</a> (n ) : basket with a lid<br /></font></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Hamper<span class=\"Apple-converted-space\"> </span><a href=\"/basket\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br />3.)<a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\">Hamper</a> (v) : </font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">hinder,obstruct<br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)<a href=\"http://www.yourdictionary.com/Hapless\" title=\"Hapless\">Hapless</a> (adj) : unlucky,unfortunate<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a href=\"/victim\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">victim</a>s, like an old woman.<br /><br />5.)Harangue <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : a long passionate speech<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a href=\"/not\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)Harbinger <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : something or somebody that foretells the coming of<br /></span></span>A white pigeon was also a harbinger of <a class=\"ex\" href=\"http://www.yourdictionary.com/death\">death</a>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)Harrow (v) : to distress or create stress or torment<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a href=\"/story\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)Haughty (adj) : arrogant,conceited<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/too\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)Haven <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : harbor,safety place<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a href=\"/lover\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)Heinous (adj) : odious,hateful<br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)Heresy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : belief contrary to what is generally acceted<br />There were false prophets or people <a href=\"http://www.yourdictionary.com/teach\" class=\"ex\">teach</a>ing heresy in the churches. <br /><br />12.)Hermetic (adj) : sealed by fusion<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a href=\"/world\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">world</a>.</span></span><br /><br />13.)Hew (v) : make by hard work/cut(by striking)<br />As you draw near to the monument you notice that there are steps hewn into the <a class=\"ex\" href=\"http://www.yourdictionary.com/rock\">rock</a>. <br /><br />14.)Hirsute (adj) : hairy,shaggy<br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a class=\"ex\" href=\"http://www.yourdictionary.com/side\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)Hoax <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : mischievous trick played on somebody for a joke<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/gigantic\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)Holster <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : leather case for a pistol<br /></span></span>Light tools should be carried in a holster <a class=\"ex\" href=\"http://www.yourdictionary.com/attach\">attach</a>ed to a belt, or in a tool bag. <br /><br />17.)Hoodwink (v) : trick,mislead <br />They didn\'t muck about nor did they try to hoodwink the <a href=\"http://www.yourdictionary.com/public\" class=\"ex\">public</a>.<br /><br />18.)Hospitality <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : liking to give hospitality<br />In addition, you have the prospect of offering your premium clients <a class=\"ex\" href=\"http://www.yourdictionary.com/generous\">generous</a> hospitality at the event itself. <br /><br />19.)Hubris <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : arrogant pride<br />That is your <a href=\"http://www.yourdictionary.com/own\" class=\"ex\">own</a> hubris to which I alluded just now.<br /><br />20.)Hurdle <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : fence to be jumped over<br />However, once you <a class=\"ex\" href=\"http://www.yourdictionary.com/overcome\">overcome</a> these hurdles, the software is very pleasant to use.<br /> <br />21.)Husk <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : worthless outside part of anything<br />They usually have high fiber being the outer husks of the <a href=\"http://www.yourdictionary.com/grain\" class=\"ex\">grain</a>. <br /><br />22.)Hullabaloo <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : uproar<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The hullabaloo<span class=\"Apple-converted-space\"> </span><a href=\"/raise\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">raise</a>d by the British, French and American press over the Soviet Ukraine is characteristic.</span></span><br /><br />23.)Humdrum (adj) : commonplace,dull,monotonous<br />It was thought in politics to be a sign of failure not to be given a less humdrum <a href=\"http://www.yourdictionary.com/job\" class=\"ex\">job</a>. <br /><br />24.)Hunky-dory(adj) : excellent<br />It\'s <a href=\"http://www.yourdictionary.com/not\" class=\"ex\">not</a> hunky-dory, but I am saying that things are happening. <br /><br />25.)Hypocrisy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : falsely making oneself appear to be good<br />There is a pungent smell of hypocrisy at the <a href=\"http://www.yourdictionary.com/heart\" class=\"ex\">heart</a> of government.<br /><br /><br /><br /><br /><br /><br /> ',1283944934),(790,'2e19b162b84a139e07916c3977266d0b','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">1.)<a title=\"Hack\" href=\"http://www.yourdictionary.com/Hack\">Hack</a> (v) : cut roughly<br /><br />2.)<a title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a> (n ) : basket with a lid<br /></font></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Hamper<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/basket\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br />3.)<a title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a> (v) : </font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">hinder,obstruct<br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)<a title=\"Hapless\" href=\"http://www.yourdictionary.com/Hapless\">Hapless</a> (adj) : unlucky,unfortunate<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/victim\">victim</a>s, like an old woman.<br /><br />5.)<a href=\"http://www.yourdictionary.com/Harangue\" title=\"Harangue\">Harangue</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : a long passionate speech<br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/not\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />6.)<a href=\"http://www.yourdictionary.com/Harbinger\" title=\"Harbinger\">Harbinger</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : something or somebody that foretells the coming of<br /></span></span>A white pigeon was also a harbinger of <a href=\"http://www.yourdictionary.com/death\" class=\"ex\">death</a>.<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />7.)<a href=\"http://www.yourdictionary.com/Harrow\" title=\"Harrow\">Harrow</a> (v) : to distress or create stress or torment<br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/story\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<a href=\"http://www.yourdictionary.com/Haughty\" title=\"Haughty\">Haughty</a> (adj) : arrogant,conceited<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He is<span class=\"Apple-converted-space\"> </span><a href=\"/too\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<a href=\"http://www.yourdictionary.com/Haven\" title=\"Haven\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : harbor,safety place<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/lover\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<a href=\"http://www.yourdictionary.com/Heinous\" title=\"Heinous\">Heinous</a> (adj) : odious,hateful<br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<a href=\"www.yourdictionary.com/Heresy\" title=\"Heresy\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : belief contrary to what is generally acceted<br />There were false prophets or people <a class=\"ex\" href=\"http://www.yourdictionary.com/teach\">teach</a>ing heresy in the churches. <br /><br />12.)<a href=\"http://www.yourdictionary.com/Hermetic\" title=\"Hermetic\">Hermetic</a> (adj) : sealed by fusion<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/world\">world</a>.</span></span><br /><br />13.)<a href=\"http://www.yourdictionary.com/Hew\" title=\"Hew\">Hew</a> (v) : make by hard work/cut(by striking)<br />As you draw near to the monument you notice that there are steps hewn into the <a href=\"http://www.yourdictionary.com/rock\" class=\"ex\">rock</a>. <br /><br />14.)<a href=\"http://www.yourdictionary.com/Hirsute\" title=\"Hirsute\">Hirsute</a> (adj) : hairy,shaggy<br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a href=\"http://www.yourdictionary.com/side\" class=\"ex\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)<a href=\"http://www.yourdictionary.com/Hoax\" title=\"Hoax\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : mischievous trick played on somebody for a joke<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a href=\"/gigantic\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)<a href=\"http://www.yourdictionary.com/Holster\" title=\"Holster\">Holster </a><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : leather case for a pistol<br /></span></span>Light tools should be carried in a holster <a href=\"http://www.yourdictionary.com/attach\" class=\"ex\">attach</a>ed to a belt, or in a tool bag. <br /><br />17.)<a href=\"http://www.yourdictionary.com/Hoodwink\" title=\"Hoodwink\">Hoodwink</a> (v) : trick,mislead <br />They didn\'t muck about nor did they try to hoodwink the <a class=\"ex\" href=\"http://www.yourdictionary.com/public\">public</a>.<br /><br />18.)<a href=\"http://www.yourdictionary.com/Hospitality\" title=\"Hospitality\">Hospitality</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : liking to give hospitality<br />In addition, you have the prospect of offering your premium clients <a href=\"http://www.yourdictionary.com/generous\" class=\"ex\">generous</a> hospitality at the event itself. <br /><br />19.)<a href=\"http://www.yourdictionary.com/Hubris\" title=\"Hubris\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : arrogant pride<br />That is your <a class=\"ex\" href=\"http://www.yourdictionary.com/own\">own</a> hubris to which I alluded just now.<br /><br />20.)<a href=\"http://www.yourdictionary.com/Hurdle\" title=\"Hurdle\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : fence to be jumped over<br />However, once you <a href=\"http://www.yourdictionary.com/overcome\" class=\"ex\">overcome</a> these hurdles, the software is very pleasant to use.<br /> <br />21.)<a href=\"http://www.yourdictionary.com/Husk\" title=\"Husk\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : worthless outside part of anything<br />They usually have high fiber being the outer husks of the <a class=\"ex\" href=\"http://www.yourdictionary.com/grain\">grain</a>. <br /><br />22.)Hullabaloo <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : uproar<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The hullabaloo<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/raise\">raise</a>d by the British, French and American press over the Soviet Ukraine is characteristic.</span></span><br /><br />23.)Humdrum (adj) : commonplace,dull,monotonous<br />It was thought in politics to be a sign of failure not to be given a less humdrum <a class=\"ex\" href=\"http://www.yourdictionary.com/job\">job</a>. <br /><br />24.)Hunky-dory(adj) : excellent<br />It\'s <a class=\"ex\" href=\"http://www.yourdictionary.com/not\">not</a> hunky-dory, but I am saying that things are happening. <br /><br />25.)Hypocrisy <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : falsely making oneself appear to be good<br />There is a pungent smell of hypocrisy at the <a class=\"ex\" href=\"http://www.yourdictionary.com/heart\">heart</a> of government.<br /><br /><br /><br /><br /><br /><br /> ',1283945595),(791,'91fae64a1ae1fa2445ae35a70ca5f571','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">1.)<a href=\"http://www.yourdictionary.com/Hack\" title=\"Hack\">Hack</a> (v) : cut roughly<br /><br />2.)<a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\">Hamper</a> (n ) : basket with a lid<br /></font></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Hamper<span class=\"Apple-converted-space\"> </span><a href=\"/basket\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br />3.)<a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\">Hamper</a> (v) : </font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">hinder,obstruct<br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)<a href=\"http://www.yourdictionary.com/Hapless\" title=\"Hapless\">Hapless</a> (adj) : unlucky,unfortunate<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a href=\"/victim\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">victim</a>s, like an old woman.<br /><br />5.)<a title=\"Harangue\" href=\"http://www.yourdictionary.com/Harangue\">Harangue</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : a long passionate speech<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a href=\"/not\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)<a title=\"Harbinger\" href=\"http://www.yourdictionary.com/Harbinger\">Harbinger</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : something or somebody that foretells the coming of<br /></span></span>A white pigeon was also a harbinger of <a class=\"ex\" href=\"http://www.yourdictionary.com/death\">death</a>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)<a title=\"Harrow\" href=\"http://www.yourdictionary.com/Harrow\">Harrow</a> (v) : to distress or create stress or torment<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a href=\"/story\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<a title=\"Haughty\" href=\"http://www.yourdictionary.com/Haughty\">Haughty</a> (adj) : arrogant,conceited<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/too\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<a title=\"Haven\" href=\"http://www.yourdictionary.com/Haven\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : harbor,safety place<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a href=\"/lover\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<a title=\"Heinous\" href=\"http://www.yourdictionary.com/Heinous\">Heinous</a> (adj) : odious,hateful<br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<a title=\"Heresy\" href=\"www.yourdictionary.com/Heresy\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : belief contrary to what is generally acceted<br />There were false prophets or people <a href=\"http://www.yourdictionary.com/teach\" class=\"ex\">teach</a>ing heresy in the churches. <br /><br />12.)<a title=\"Hermetic\" href=\"http://www.yourdictionary.com/Hermetic\">Hermetic</a> (adj) : sealed by fusion<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a href=\"/world\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">world</a>.</span></span><br /><br />13.)<a title=\"Hew\" href=\"http://www.yourdictionary.com/Hew\">Hew</a> (v) : make by hard work/cut(by striking)<br />As you draw near to the monument you notice that there are steps hewn into the <a class=\"ex\" href=\"http://www.yourdictionary.com/rock\">rock</a>. <br /><br />14.)<a title=\"Hirsute\" href=\"http://www.yourdictionary.com/Hirsute\">Hirsute</a> (adj) : hairy,shaggy<br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a class=\"ex\" href=\"http://www.yourdictionary.com/side\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)<a title=\"Hoax\" href=\"http://www.yourdictionary.com/Hoax\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : mischievous trick played on somebody for a joke<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/gigantic\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)<a title=\"Holster\" href=\"http://www.yourdictionary.com/Holster\">Holster </a><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : leather case for a pistol<br /></span></span>Light tools should be carried in a holster <a class=\"ex\" href=\"http://www.yourdictionary.com/attach\">attach</a>ed to a belt, or in a tool bag. <br /><br />17.)<a title=\"Hoodwink\" href=\"http://www.yourdictionary.com/Hoodwink\">Hoodwink</a> (v) : trick,mislead <br />They didn\'t muck about nor did they try to hoodwink the <a href=\"http://www.yourdictionary.com/public\" class=\"ex\">public</a>.<br /><br />18.)<a title=\"Hospitality\" href=\"http://www.yourdictionary.com/Hospitality\">Hospitality</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : liking to give hospitality<br />In addition, you have the prospect of offering your premium clients <a class=\"ex\" href=\"http://www.yourdictionary.com/generous\">generous</a> hospitality at the event itself. <br /><br />19.)<a title=\"Hubris\" href=\"http://www.yourdictionary.com/Hubris\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : arrogant pride<br />That is your <a href=\"http://www.yourdictionary.com/own\" class=\"ex\">own</a> hubris to which I alluded just now.<br /><br />20.)<a title=\"Hurdle\" href=\"http://www.yourdictionary.com/Hurdle\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : fence to be jumped over<br />However, once you <a class=\"ex\" href=\"http://www.yourdictionary.com/overcome\">overcome</a> these hurdles, the software is very pleasant to use.<br /> <br />21.)<a title=\"Husk\" href=\"http://www.yourdictionary.com/Husk\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : worthless outside part of anything<br />They usually have high fiber being the outer husks of the <a href=\"http://www.yourdictionary.com/grain\" class=\"ex\">grain</a>. <br /><br />22.)<a href=\"http://www.yourdictionary.com/Hullabaloo\" title=\"Hullabaloo\">Hullabaloo</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : uproar<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The hullabaloo<span class=\"Apple-converted-space\"> </span><a href=\"/raise\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">raise</a>d by the British, French and American press over the Soviet Ukraine is characteristic.</span></span><br /><br />23.)<a href=\"http://www.yourdictionary.com/Humdrum\" title=\"Humdrum\">Humdrum</a> (adj) : commonplace,dull,monotonous<br />It was thought in politics to be a sign of failure not to be given a less humdrum <a href=\"http://www.yourdictionary.com/job\" class=\"ex\">job</a>. <br /><br />24.)<a href=\"http://www.yourdictionary.com/Hunky-dory\" title=\"Hunky-dory\">Hunky-dory</a>(adj) : excellent<br />It\'s <a href=\"http://www.yourdictionary.com/not\" class=\"ex\">not</a> hunky-dory, but I am saying that things are happening. <br /><br />25.)<a href=\"http://www.yourdictionary.com/Hypocrisy\" title=\"Hypocrisy\">Hypocrisy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : falsely making oneself appear to be good<br />There is a pungent smell of hypocrisy at the <a href=\"http://www.yourdictionary.com/heart\" class=\"ex\">heart</a> of government.<br /><br /><br /><br /><br /><br /><br /> ',1283945763),(792,'52792e8d90d0b532139a7d8e7c1a8699','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">1.)<a title=\"Hack\" href=\"http://www.yourdictionary.com/Hack\">Hack</a> (v) :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br />2.)<a title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a> (n ) : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">basket with a lid</font><br /></font></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Hamper<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/basket\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br />3.)<a title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a> (v) :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)<a title=\"Hapless\" href=\"http://www.yourdictionary.com/Hapless\">Hapless</a> (adj) : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/victim\">victim</a>s, like an old woman.<br /><br />5.)<a href=\"http://www.yourdictionary.com/Harangue\" title=\"Harangue\">Harangue</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/not\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />6.)<a href=\"http://www.yourdictionary.com/Harbinger\" title=\"Harbinger\">Harbinger</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : <span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span><br /></span></span>A white pigeon was also a harbinger of <a href=\"http://www.yourdictionary.com/death\" class=\"ex\">death</a>.<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />7.)<a href=\"http://www.yourdictionary.com/Harrow\" title=\"Harrow\">Harrow</a> (v) :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> to distress or create stress or torment</span><br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/story\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<a href=\"http://www.yourdictionary.com/Haughty\" title=\"Haughty\">Haughty</a> (adj) : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He is<span class=\"Apple-converted-space\"> </span><a href=\"/too\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<a href=\"http://www.yourdictionary.com/Haven\" title=\"Haven\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/lover\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<a href=\"http://www.yourdictionary.com/Heinous\" title=\"Heinous\">Heinous</a> (adj) : <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span><br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<a href=\"www.yourdictionary.com/Heresy\" title=\"Heresy\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span><br />There were false prophets or people <a class=\"ex\" href=\"http://www.yourdictionary.com/teach\">teach</a>ing heresy in the churches. <br /><br />12.)<a href=\"http://www.yourdictionary.com/Hermetic\" title=\"Hermetic\">Hermetic</a> (adj) : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/world\">world</a>.</span></span><br /><br />13.)<a href=\"http://www.yourdictionary.com/Hew\" title=\"Hew\">Hew</a> (v) : <span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span><br />As you draw near to the monument you notice that there are steps hewn into the <a href=\"http://www.yourdictionary.com/rock\" class=\"ex\">rock</a>. <br /><br />14.)<a href=\"http://www.yourdictionary.com/Hirsute\" title=\"Hirsute\">Hirsute</a> (adj) : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span><br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a href=\"http://www.yourdictionary.com/side\" class=\"ex\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)<a href=\"http://www.yourdictionary.com/Hoax\" title=\"Hoax\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a href=\"/gigantic\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Holster\" title=\"Holster\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span>Light tools should be carried in a holster <a href=\"http://www.yourdictionary.com/attach\" class=\"ex\">attach</a>ed to a belt, or in a tool bag. <br /><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hoodwink\" title=\"Hoodwink\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br />They didn\'t muck about nor did they try to hoodwink the <a class=\"ex\" href=\"http://www.yourdictionary.com/public\">public</a>.<br /><br />18.)<a href=\"http://www.yourdictionary.com/Hospitality\" title=\"Hospitality\" style=\"color: rgb(0, 51, 102);\">Hospitality</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br />In addition, you have the prospect of offering your premium clients <a href=\"http://www.yourdictionary.com/generous\" class=\"ex\">generous</a> hospitality at the event itself. <br /><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hubris\" title=\"Hubris\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br />That is your <a class=\"ex\" href=\"http://www.yourdictionary.com/own\">own</a> hubris to which I alluded just now.<br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hurdle\" title=\"Hurdle\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br />However, once you <a href=\"http://www.yourdictionary.com/overcome\" class=\"ex\">overcome</a> these hurdles, the software is very pleasant to use.<br /> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Husk\" title=\"Husk\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br />They usually have high fiber being the outer husks of the <a class=\"ex\" href=\"http://www.yourdictionary.com/grain\">grain</a>. <br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hullabaloo\" href=\"http://www.yourdictionary.com/Hullabaloo\">Hullabaloo</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The hullabaloo<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/raise\">raise</a>d by the British, French and American press over the Soviet Ukraine is characteristic.</span></span><br /><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Humdrum\" href=\"http://www.yourdictionary.com/Humdrum\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br />It was thought in politics to be a sign of failure not to be given a less humdrum <a class=\"ex\" href=\"http://www.yourdictionary.com/job\">job</a>. <br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hunky-dory\" href=\"http://www.yourdictionary.com/Hunky-dory\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><br />It\'s <a class=\"ex\" href=\"http://www.yourdictionary.com/not\">not</a> hunky-dory, but I am saying that things are happening. <br /><br />25.)<font size=\"4\"><a title=\"Hypocrisy\" href=\"http://www.yourdictionary.com/Hypocrisy\" style=\"color: rgb(0, 51, 102);\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br />There is a pungent smell of hypocrisy at the <a class=\"ex\" href=\"http://www.yourdictionary.com/heart\">heart</a> of government.<br /><br /><br /><br /><br /><br /><br /> ',1283946906),(793,'c16c3d5134be1eae6b44214bb674c24f','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a href=\"http://www.yourdictionary.com/Hack\" title=\"Hack\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <span style=\"color: rgb(0, 51, 102);\">(n )</span></span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Hamper<span class=\"Apple-converted-space\"> </span><a href=\"/basket\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hapless\" title=\"Hapless\">Hapless</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a href=\"/victim\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">victim</a>s, like an old woman.<br /><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harangue\" href=\"http://www.yourdictionary.com/Harangue\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a href=\"/not\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harbinger\" href=\"http://www.yourdictionary.com/Harbinger\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span>A white pigeon was also a harbinger of <a class=\"ex\" href=\"http://www.yourdictionary.com/death\">death</a>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a title=\"Harrow\" href=\"http://www.yourdictionary.com/Harrow\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a href=\"/story\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Haughty\" href=\"http://www.yourdictionary.com/Haughty\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/too\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Haven\" href=\"http://www.yourdictionary.com/Haven\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a href=\"/lover\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Heinous\" href=\"http://www.yourdictionary.com/Heinous\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Heresy\" href=\"www.yourdictionary.com/Heresy\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br />There were false prophets or people <a href=\"http://www.yourdictionary.com/teach\" class=\"ex\">teach</a>ing heresy in the churches. <br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hermetic\" href=\"http://www.yourdictionary.com/Hermetic\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a href=\"/world\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">world</a>.</span></span><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hew\" href=\"http://www.yourdictionary.com/Hew\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br />As you draw near to the monument you notice that there are steps hewn into the <a class=\"ex\" href=\"http://www.yourdictionary.com/rock\">rock</a>. <br /><br />14.)<font size=\"4\"><a title=\"Hirsute\" href=\"http://www.yourdictionary.com/Hirsute\" style=\"color: rgb(0, 51, 102);\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a class=\"ex\" href=\"http://www.yourdictionary.com/side\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hoax\" href=\"http://www.yourdictionary.com/Hoax\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/gigantic\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" title=\"Holster\" href=\"http://www.yourdictionary.com/Holster\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span>Light tools should be carried in a holster <a class=\"ex\" href=\"http://www.yourdictionary.com/attach\">attach</a>ed to a belt, or in a tool bag. <br /><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hoodwink\" href=\"http://www.yourdictionary.com/Hoodwink\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br />They didn\'t muck about nor did they try to hoodwink the <a href=\"http://www.yourdictionary.com/public\" class=\"ex\">public</a>.<br /><br />18.)<a style=\"color: rgb(0, 51, 102);\" title=\"Hospitality\" href=\"http://www.yourdictionary.com/Hospitality\">Hospitality</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br />In addition, you have the prospect of offering your premium clients <a class=\"ex\" href=\"http://www.yourdictionary.com/generous\">generous</a> hospitality at the event itself. <br /><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hubris\" href=\"http://www.yourdictionary.com/Hubris\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br />That is your <a href=\"http://www.yourdictionary.com/own\" class=\"ex\">own</a> hubris to which I alluded just now.<br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hurdle\" href=\"http://www.yourdictionary.com/Hurdle\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br />However, once you <a class=\"ex\" href=\"http://www.yourdictionary.com/overcome\">overcome</a> these hurdles, the software is very pleasant to use.<br /> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Husk\" href=\"http://www.yourdictionary.com/Husk\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br />They usually have high fiber being the outer husks of the <a href=\"http://www.yourdictionary.com/grain\" class=\"ex\">grain</a>. <br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hullabaloo\" title=\"Hullabaloo\">Hullabaloo</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The hullabaloo<span class=\"Apple-converted-space\"> </span><a href=\"/raise\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">raise</a>d by the British, French and American press over the Soviet Ukraine is characteristic.</span></span><br /><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Humdrum\" title=\"Humdrum\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br />It was thought in politics to be a sign of failure not to be given a less humdrum <a href=\"http://www.yourdictionary.com/job\" class=\"ex\">job</a>. <br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hunky-dory\" title=\"Hunky-dory\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><br />It\'s <a href=\"http://www.yourdictionary.com/not\" class=\"ex\">not</a> hunky-dory, but I am saying that things are happening. <br /><br />25.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hypocrisy\" title=\"Hypocrisy\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br />There is a pungent smell of hypocrisy at the <a href=\"http://www.yourdictionary.com/heart\" class=\"ex\">heart</a> of government.<br /><br /><br /><br /><br /><br /><br /> ',1283947742),(794,'adbacae3f3dea1cef2f9c59bced65008','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hack\" href=\"http://www.yourdictionary.com/Hack\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (n )</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Hamper<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/basket\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hapless\" href=\"http://www.yourdictionary.com/Hapless\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/victim\">victim</a>s, like an old woman.<br /><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" href=\"http://www.yourdictionary.com/Harangue\" title=\"Harangue\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/not\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" href=\"http://www.yourdictionary.com/Harbinger\" title=\"Harbinger\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span>A white pigeon was also a harbinger of <a href=\"http://www.yourdictionary.com/death\" class=\"ex\">death</a>.<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Harrow\" title=\"Harrow\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/story\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Haughty\" title=\"Haughty\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He is<span class=\"Apple-converted-space\"> </span><a href=\"/too\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Haven\" title=\"Haven\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/lover\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" href=\"http://www.yourdictionary.com/Heinous\" title=\"Heinous\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"www.yourdictionary.com/Heresy\" title=\"Heresy\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br />There were false prophets or people <a class=\"ex\" href=\"http://www.yourdictionary.com/teach\">teach</a>ing heresy in the churches. <br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hermetic\" title=\"Hermetic\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/world\">world</a>.</span></span><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hew\" title=\"Hew\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br />As you draw near to the monument you notice that there are steps hewn into the <a href=\"http://www.yourdictionary.com/rock\" class=\"ex\">rock</a>. <br /><br />14.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hirsute\" title=\"Hirsute\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a href=\"http://www.yourdictionary.com/side\" class=\"ex\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hoax\" title=\"Hoax\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a href=\"/gigantic\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Holster\" title=\"Holster\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span>Light tools should be carried in a holster <a href=\"http://www.yourdictionary.com/attach\" class=\"ex\">attach</a>ed to a belt, or in a tool bag. <br /><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hoodwink\" title=\"Hoodwink\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br />They didn\'t muck about nor did they try to hoodwink the <a class=\"ex\" href=\"http://www.yourdictionary.com/public\">public</a>.<br /><br />18.)<a href=\"http://www.yourdictionary.com/Hospitality\" title=\"Hospitality\" style=\"color: rgb(0, 51, 102);\">Hospitality</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br />In addition, you have the prospect of offering your premium clients <a href=\"http://www.yourdictionary.com/generous\" class=\"ex\">generous</a> hospitality at the event itself. <br /><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hubris\" title=\"Hubris\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br />That is your <a class=\"ex\" href=\"http://www.yourdictionary.com/own\">own</a> hubris to which I alluded just now.<br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hurdle\" title=\"Hurdle\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br />However, once you <a href=\"http://www.yourdictionary.com/overcome\" class=\"ex\">overcome</a> these hurdles, the software is very pleasant to use.<br /> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Husk\" title=\"Husk\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br />They usually have high fiber being the outer husks of the <a class=\"ex\" href=\"http://www.yourdictionary.com/grain\">grain</a>. <br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hullabaloo\" href=\"http://www.yourdictionary.com/Hullabaloo\">Hullabaloo</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The hullabaloo<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/raise\">raise</a>d by the British, French and American press over the Soviet Ukraine is characteristic.</span></span><br /><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Humdrum\" href=\"http://www.yourdictionary.com/Humdrum\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br />It was thought in politics to be a sign of failure not to be given a less humdrum <a class=\"ex\" href=\"http://www.yourdictionary.com/job\">job</a>. <br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hunky-dory\" href=\"http://www.yourdictionary.com/Hunky-dory\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><br />It\'s <a class=\"ex\" href=\"http://www.yourdictionary.com/not\">not</a> hunky-dory, but I am saying that things are happening. <br /><br />25.)<font size=\"4\"><a title=\"Hypocrisy\" href=\"http://www.yourdictionary.com/Hypocrisy\" style=\"color: rgb(0, 51, 102);\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br />There is a pungent smell of hypocrisy at the <a class=\"ex\" href=\"http://www.yourdictionary.com/heart\">heart</a> of government.<br /><br /><br /><br /><br /><br /><br /> ',1283947947); INSERT INTO `mdl_cache_text` VALUES (795,'02a9eed93facf606ce40f739c811d8df','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a href=\"http://www.yourdictionary.com/Hack\" title=\"Hack\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (n )</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Hamper<span class=\"Apple-converted-space\"> </span><a href=\"/basket\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hapless\" title=\"Hapless\" style=\"color: rgb(0, 51, 102);\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a href=\"/victim\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">victim</a>s, like an old woman.<br /><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harangue\" href=\"http://www.yourdictionary.com/Harangue\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a href=\"/not\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harbinger\" href=\"http://www.yourdictionary.com/Harbinger\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span>A white pigeon was also a harbinger of <a class=\"ex\" href=\"http://www.yourdictionary.com/death\">death</a>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a title=\"Harrow\" href=\"http://www.yourdictionary.com/Harrow\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a href=\"/story\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Haughty\" href=\"http://www.yourdictionary.com/Haughty\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/too\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Haven\" href=\"http://www.yourdictionary.com/Haven\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a href=\"/lover\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Heinous\" href=\"http://www.yourdictionary.com/Heinous\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Heresy\" href=\"www.yourdictionary.com/Heresy\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br />There were false prophets or people <a href=\"http://www.yourdictionary.com/teach\" class=\"ex\">teach</a>ing heresy in the churches. <br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hermetic\" href=\"http://www.yourdictionary.com/Hermetic\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a href=\"/world\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">world</a>.</span></span><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hew\" href=\"http://www.yourdictionary.com/Hew\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br />As you draw near to the monument you notice that there are steps hewn into the <a class=\"ex\" href=\"http://www.yourdictionary.com/rock\">rock</a>. <br /><br />14.)<font size=\"4\"><a title=\"Hirsute\" href=\"http://www.yourdictionary.com/Hirsute\" style=\"color: rgb(0, 51, 102);\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a class=\"ex\" href=\"http://www.yourdictionary.com/side\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hoax\" href=\"http://www.yourdictionary.com/Hoax\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/gigantic\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" title=\"Holster\" href=\"http://www.yourdictionary.com/Holster\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span>Light tools should be carried in a holster <a class=\"ex\" href=\"http://www.yourdictionary.com/attach\">attach</a>ed to a belt, or in a tool bag. <br /><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hoodwink\" href=\"http://www.yourdictionary.com/Hoodwink\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br />They didn\'t muck about nor did they try to hoodwink the <a href=\"http://www.yourdictionary.com/public\" class=\"ex\">public</a>.<br /><br />18.)<a style=\"color: rgb(0, 51, 102);\" title=\"Hospitality\" href=\"http://www.yourdictionary.com/Hospitality\">Hospitality</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br />In addition, you have the prospect of offering your premium clients <a class=\"ex\" href=\"http://www.yourdictionary.com/generous\">generous</a> hospitality at the event itself. <br /><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hubris\" href=\"http://www.yourdictionary.com/Hubris\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br />That is your <a href=\"http://www.yourdictionary.com/own\" class=\"ex\">own</a> hubris to which I alluded just now.<br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hurdle\" href=\"http://www.yourdictionary.com/Hurdle\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br />However, once you <a class=\"ex\" href=\"http://www.yourdictionary.com/overcome\">overcome</a> these hurdles, the software is very pleasant to use.<br /> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Husk\" href=\"http://www.yourdictionary.com/Husk\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br />They usually have high fiber being the outer husks of the <a href=\"http://www.yourdictionary.com/grain\" class=\"ex\">grain</a>. <br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hullabaloo\" title=\"Hullabaloo\">Hullabaloo</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The hullabaloo<span class=\"Apple-converted-space\"> </span><a href=\"/raise\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">raise</a>d by the British, French and American press over the Soviet Ukraine is characteristic.</span></span><br /><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Humdrum\" title=\"Humdrum\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br />It was thought in politics to be a sign of failure not to be given a less humdrum <a href=\"http://www.yourdictionary.com/job\" class=\"ex\">job</a>. <br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hunky-dory\" title=\"Hunky-dory\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><br />It\'s <a href=\"http://www.yourdictionary.com/not\" class=\"ex\">not</a> hunky-dory, but I am saying that things are happening. <br /><br />25.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hypocrisy\" title=\"Hypocrisy\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br />There is a pungent smell of hypocrisy at the <a href=\"http://www.yourdictionary.com/heart\" class=\"ex\">heart</a> of government.<br /><br /><br /><br /><br /><br /><br /> ',1283948055),(796,'4af60b5994e1867b3ce20864f9257083','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hack\" href=\"http://www.yourdictionary.com/Hack\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (n )</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Hamper<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/basket\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hapless\" href=\"http://www.yourdictionary.com/Hapless\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/victim\">victim</a>s, like an old woman.<br /><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Harangue\" title=\"Harangue\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/not\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Harbinger\" title=\"Harbinger\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span>A white pigeon was also a harbinger of <a href=\"http://www.yourdictionary.com/death\" class=\"ex\">death</a>.<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Harrow\" title=\"Harrow\" style=\"color: rgb(0, 51, 102);\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/story\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Haughty\" title=\"Haughty\" style=\"color: rgb(0, 51, 102);\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He is<span class=\"Apple-converted-space\"> </span><a href=\"/too\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Haven\" title=\"Haven\" style=\"color: rgb(0, 51, 102);\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/lover\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Heinous\" title=\"Heinous\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"www.yourdictionary.com/Heresy\" title=\"Heresy\" style=\"color: rgb(0, 51, 102);\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br />There were false prophets or people <a class=\"ex\" href=\"http://www.yourdictionary.com/teach\">teach</a>ing heresy in the churches. <br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hermetic\" title=\"Hermetic\" style=\"color: rgb(0, 51, 102);\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/world\">world</a>.</span></span><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hew\" title=\"Hew\" style=\"color: rgb(0, 51, 102);\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br />As you draw near to the monument you notice that there are steps hewn into the <a href=\"http://www.yourdictionary.com/rock\" class=\"ex\">rock</a>. <br /><br />14.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hirsute\" title=\"Hirsute\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a href=\"http://www.yourdictionary.com/side\" class=\"ex\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hoax\" title=\"Hoax\" style=\"color: rgb(0, 51, 102);\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a href=\"/gigantic\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Holster\" title=\"Holster\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span>Light tools should be carried in a holster <a href=\"http://www.yourdictionary.com/attach\" class=\"ex\">attach</a>ed to a belt, or in a tool bag. <br /><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hoodwink\" title=\"Hoodwink\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br />They didn\'t muck about nor did they try to hoodwink the <a class=\"ex\" href=\"http://www.yourdictionary.com/public\">public</a>.<br /><br />18.)<a href=\"http://www.yourdictionary.com/Hospitality\" title=\"Hospitality\" style=\"color: rgb(0, 51, 102);\">Hospitality</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br />In addition, you have the prospect of offering your premium clients <a href=\"http://www.yourdictionary.com/generous\" class=\"ex\">generous</a> hospitality at the event itself. <br /><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hubris\" title=\"Hubris\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br />That is your <a class=\"ex\" href=\"http://www.yourdictionary.com/own\">own</a> hubris to which I alluded just now.<br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hurdle\" title=\"Hurdle\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br />However, once you <a href=\"http://www.yourdictionary.com/overcome\" class=\"ex\">overcome</a> these hurdles, the software is very pleasant to use.<br /> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Husk\" title=\"Husk\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br />They usually have high fiber being the outer husks of the <a class=\"ex\" href=\"http://www.yourdictionary.com/grain\">grain</a>. <br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hullabaloo\" href=\"http://www.yourdictionary.com/Hullabaloo\">Hullabaloo</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The hullabaloo<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/raise\">raise</a>d by the British, French and American press over the Soviet Ukraine is characteristic.</span></span><br /><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Humdrum\" href=\"http://www.yourdictionary.com/Humdrum\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br />It was thought in politics to be a sign of failure not to be given a less humdrum <a class=\"ex\" href=\"http://www.yourdictionary.com/job\">job</a>. <br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hunky-dory\" href=\"http://www.yourdictionary.com/Hunky-dory\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><br />It\'s <a class=\"ex\" href=\"http://www.yourdictionary.com/not\">not</a> hunky-dory, but I am saying that things are happening. <br /><br />25.)<font size=\"4\"><a title=\"Hypocrisy\" href=\"http://www.yourdictionary.com/Hypocrisy\" style=\"color: rgb(0, 51, 102);\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br />There is a pungent smell of hypocrisy at the <a class=\"ex\" href=\"http://www.yourdictionary.com/heart\">heart</a> of government.<br /><br /><br /><br /><br /><br /><br /> ',1283948423),(797,'58f5b31f52659efd775041004aceef95','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a href=\"http://www.yourdictionary.com/Hack\" title=\"Hack\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (n )</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Hamper<span class=\"Apple-converted-space\"> </span><a href=\"/basket\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hapless\" title=\"Hapless\" style=\"color: rgb(0, 51, 102);\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a href=\"/victim\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">victim</a>s, like an old woman.<br /><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harangue\" href=\"http://www.yourdictionary.com/Harangue\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a href=\"/not\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harbinger\" href=\"http://www.yourdictionary.com/Harbinger\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span>A white pigeon was also a harbinger of <a class=\"ex\" href=\"http://www.yourdictionary.com/death\">death</a>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Harrow\" href=\"http://www.yourdictionary.com/Harrow\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a href=\"/story\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Haughty\" href=\"http://www.yourdictionary.com/Haughty\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/too\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Haven\" href=\"http://www.yourdictionary.com/Haven\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a href=\"/lover\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Heinous\" href=\"http://www.yourdictionary.com/Heinous\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Heresy\" href=\"www.yourdictionary.com/Heresy\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br />There were false prophets or people <a href=\"http://www.yourdictionary.com/teach\" class=\"ex\">teach</a>ing heresy in the churches. <br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hermetic\" href=\"http://www.yourdictionary.com/Hermetic\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> </span><a href=\"/world\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">world</a>.</span></span><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hew\" href=\"http://www.yourdictionary.com/Hew\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br />As you draw near to the monument you notice that there are steps hewn into the <a class=\"ex\" href=\"http://www.yourdictionary.com/rock\">rock</a>. <br /><br />14.)<font size=\"4\"><a title=\"Hirsute\" href=\"http://www.yourdictionary.com/Hirsute\" style=\"color: rgb(0, 51, 102);\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br />The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both <a class=\"ex\" href=\"http://www.yourdictionary.com/side\">side</a>s when young. <br />Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hoax\" href=\"http://www.yourdictionary.com/Hoax\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Its message is either the supreme fact in history or else a<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/gigantic\">gigantic</a><span class=\"Apple-converted-space\"> </span>hoax.<br /><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Holster\" href=\"http://www.yourdictionary.com/Holster\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span>Light tools should be carried in a holster <a class=\"ex\" href=\"http://www.yourdictionary.com/attach\">attach</a>ed to a belt, or in a tool bag. <br /><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hoodwink\" href=\"http://www.yourdictionary.com/Hoodwink\" style=\"color: rgb(0, 51, 102);\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br />They didn\'t muck about nor did they try to hoodwink the <a href=\"http://www.yourdictionary.com/public\" class=\"ex\">public</a>.<br /><br />18.)<a style=\"color: rgb(0, 51, 102);\" title=\"Hospitality\" href=\"http://www.yourdictionary.com/Hospitality\">Hospitality</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br />In addition, you have the prospect of offering your premium clients <a class=\"ex\" href=\"http://www.yourdictionary.com/generous\">generous</a> hospitality at the event itself. <br /><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hubris\" href=\"http://www.yourdictionary.com/Hubris\" style=\"color: rgb(0, 51, 102);\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br />That is your <a href=\"http://www.yourdictionary.com/own\" class=\"ex\">own</a> hubris to which I alluded just now.<br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hurdle\" href=\"http://www.yourdictionary.com/Hurdle\" style=\"color: rgb(0, 51, 102);\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br />However, once you <a class=\"ex\" href=\"http://www.yourdictionary.com/overcome\">overcome</a> these hurdles, the software is very pleasant to use.<br /> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Husk\" href=\"http://www.yourdictionary.com/Husk\" style=\"color: rgb(0, 51, 102);\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br />They usually have high fiber being the outer husks of the <a href=\"http://www.yourdictionary.com/grain\" class=\"ex\">grain</a>. <br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hullabaloo\" title=\"Hullabaloo\" style=\"color: rgb(0, 51, 102);\">Hullabaloo</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The hullabaloo<span class=\"Apple-converted-space\"> </span><a href=\"/raise\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">raise</a>d by the British, French and American press over the Soviet Ukraine is characteristic.</span></span><br /><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Humdrum\" title=\"Humdrum\" style=\"color: rgb(0, 51, 102);\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br />It was thought in politics to be a sign of failure not to be given a less humdrum <a href=\"http://www.yourdictionary.com/job\" class=\"ex\">job</a>. <br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hunky-dory\" title=\"Hunky-dory\" style=\"color: rgb(0, 51, 102);\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><br />It\'s <a href=\"http://www.yourdictionary.com/not\" class=\"ex\">not</a> hunky-dory, but I am saying that things are happening. <br /><br />25.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hypocrisy\" title=\"Hypocrisy\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br />There is a pungent smell of hypocrisy at the <a href=\"http://www.yourdictionary.com/heart\" class=\"ex\">heart</a> of government.<br /><br /><br /><br /><br /><br /><br /> ',1283948742),(798,'7a7ec6348b0faccf6f46afaa576fd58f','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hack\" href=\"http://www.yourdictionary.com/Hack\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (n )</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Hamper<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/basket\">basket</a><span class=\"Apple-converted-space\"> </span>full of locally produced treats available upon request.</span></span><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hapless\" href=\"http://www.yourdictionary.com/Hapless\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/victim\">victim</a>s, like an old woman.<br /><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Harangue\" title=\"Harangue\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/not\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Harbinger\" title=\"Harbinger\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span>A white pigeon was also a harbinger of <a href=\"http://www.yourdictionary.com/death\" class=\"ex\">death</a>.<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Harrow\" title=\"Harrow\" style=\"color: rgb(0, 51, 102);\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/story\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Haughty\" title=\"Haughty\" style=\"color: rgb(0, 51, 102);\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He is<span class=\"Apple-converted-space\"> </span><a href=\"/too\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Haven\" title=\"Haven\" style=\"color: rgb(0, 51, 102);\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/lover\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Heinous\" title=\"Heinous\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"www.yourdictionary.com/Heresy\" title=\"Heresy\" style=\"color: rgb(0, 51, 102);\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br />There were false prophets or people <a class=\"ex\" href=\"http://www.yourdictionary.com/teach\">teach</a>ing heresy in the churches.<br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hermetic\" title=\"Hermetic\" style=\"color: rgb(0, 51, 102);\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> world</span>.</span></span></font><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hew\" title=\"Hew\" style=\"color: rgb(0, 51, 102);\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">As you draw near to the monument you notice that there are steps hewn into the rock. <br /></font><br />14.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hirsute\" title=\"Hirsute\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both side<a href=\"http://www.yourdictionary.com/side\" class=\"ex\"></a>s when young. <br />2.)Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /></font><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hoax\" title=\"Hoax\" style=\"color: rgb(0, 51, 102);\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Its message is either the supreme fact in history or else a</span><span class=\"Apple-converted-space\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">gigantic</span><span class=\"Apple-converted-space\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">hoax.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Holster\" title=\"Holster\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">Light tools should be carried in a holster attached to a belt, or in a tool bag. </span><br /></font><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hoodwink\" title=\"Hoodwink\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">They didn\'t muck about nor did they try to hoodwink the public.</font><br /><br />18.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hospitality\" title=\"Hospitality\">Hospitality</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">In addition, you have the prospect of offering your premium clients generous hospitality at the event itself</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hubris\" title=\"Hubris\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">That is your </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">own hubris to which I alluded just now.</span></font><br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hurdle\" title=\"Hurdle\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">However, once you overcome these hurdles, the software is very pleasant to use.<br /></font> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Husk\" title=\"Husk\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">They usually have high fiber being the outer husks of the grain<a class=\"ex\" href=\"http://www.yourdictionary.com/grain\"></a>. </font><br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hullabaloo\" href=\"http://www.yourdictionary.com/Hullabaloo\">Hullabaloo</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">The hullabaloo<span class=\"Apple-converted-space\"> </span><span style=\"font-style: italic;\">raise</span>d by the </font><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">British, French and American press over the Soviet Ukraine </span>is characteristic</font>.</span></span><br /></font><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Humdrum\" href=\"http://www.yourdictionary.com/Humdrum\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">It was thought in politics to be a sign of failure not to be given a less humdrum job. </font><br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hunky-dory\" href=\"http://www.yourdictionary.com/Hunky-dory\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br />It\'s not hunky-dory, but I am saying that things are happening</font>. <br /><br />25.)<font size=\"4\"><a title=\"Hypocrisy\" href=\"http://www.yourdictionary.com/Hypocrisy\" style=\"color: rgb(0, 51, 102);\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There is a pungent smell of hypocrisy at the heart<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> of government.</font><br /><br /><br /><br /><br /><br /><br /> ',1283949809),(799,'c95a809a3ad7b76dad2093f79bb12900','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a href=\"http://www.yourdictionary.com/Hack\" title=\"Hack\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (n )</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Hamper<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> basket </span>full of locally produced treats available upon request.</span></span></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hapless\" title=\"Hapless\" style=\"color: rgb(0, 51, 102);\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a href=\"/victim\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">victim</a>s, like an old woman.<br /><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harangue\" href=\"http://www.yourdictionary.com/Harangue\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a href=\"/not\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harbinger\" href=\"http://www.yourdictionary.com/Harbinger\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span>A white pigeon was also a harbinger of <a class=\"ex\" href=\"http://www.yourdictionary.com/death\">death</a>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Harrow\" href=\"http://www.yourdictionary.com/Harrow\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a href=\"/story\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Haughty\" href=\"http://www.yourdictionary.com/Haughty\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/too\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Haven\" href=\"http://www.yourdictionary.com/Haven\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a href=\"/lover\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Heinous\" href=\"http://www.yourdictionary.com/Heinous\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Heresy\" href=\"www.yourdictionary.com/Heresy\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br />There were false prophets or people <a href=\"http://www.yourdictionary.com/teach\" class=\"ex\">teach</a>ing heresy in the churches.<br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hermetic\" href=\"http://www.yourdictionary.com/Hermetic\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> world</span>.</span></span></font><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hew\" href=\"http://www.yourdictionary.com/Hew\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">As you draw near to the monument you notice that there are steps hewn into the rock. <br /></font><br />14.)<font size=\"4\"><a title=\"Hirsute\" href=\"http://www.yourdictionary.com/Hirsute\" style=\"color: rgb(0, 51, 102);\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both side<a class=\"ex\" href=\"http://www.yourdictionary.com/side\"></a>s when young. <br />2.)Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /></font><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hoax\" href=\"http://www.yourdictionary.com/Hoax\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Its message is either the supreme fact in history or else a</span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">gigantic</span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">hoax.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Holster\" href=\"http://www.yourdictionary.com/Holster\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">Light tools should be carried in a holster attached to a belt, or in a tool bag. </span><br /></font><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hoodwink\" href=\"http://www.yourdictionary.com/Hoodwink\" style=\"color: rgb(0, 51, 102);\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">They didn\'t muck about nor did they try to hoodwink the public.</font><br /><br />18.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hospitality\" href=\"http://www.yourdictionary.com/Hospitality\">Hospitality</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">In addition, you have the prospect of offering your premium clients generous hospitality at the event itself</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hubris\" href=\"http://www.yourdictionary.com/Hubris\" style=\"color: rgb(0, 51, 102);\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">That is your </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">own hubris to which I alluded just now.</span></font><br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hurdle\" href=\"http://www.yourdictionary.com/Hurdle\" style=\"color: rgb(0, 51, 102);\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">However, once you overcome these hurdles, the software is very pleasant to use.<br /></font> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Husk\" href=\"http://www.yourdictionary.com/Husk\" style=\"color: rgb(0, 51, 102);\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">They usually have high fiber being the outer husks of the grain<a href=\"http://www.yourdictionary.com/grain\" class=\"ex\"></a>. </font><br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hullabaloo\" title=\"Hullabaloo\" style=\"color: rgb(0, 51, 102);\">Hullabaloo</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">The hullabaloo<span class=\"Apple-converted-space\"> </span><span style=\"font-style: italic;\">raise</span>d by the </font><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">British, French and American press over the Soviet Ukraine </span>is characteristic</font>.</span></span><br /></font><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Humdrum\" title=\"Humdrum\" style=\"color: rgb(0, 51, 102);\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">It was thought in politics to be a sign of failure not to be given a less humdrum job. </font><br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hunky-dory\" title=\"Hunky-dory\" style=\"color: rgb(0, 51, 102);\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br />It\'s not hunky-dory, but I am saying that things are happening</font>. <br /><br />25.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hypocrisy\" title=\"Hypocrisy\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There is a pungent smell of hypocrisy at the heart<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> of government.</font><br /><br /><br /><br /><br /><br /><br /> ',1283950089),(800,'23b14051ab70ceab019826eab153e991','<p class=\"book_chapter_title\">Synonym Drill 17 (Letter \'E\')</p><br /><font size=\"3\"><a href=\"http://thesaurus.com/browse/embezzle\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Embezzle</span></a>:</font><span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> <span style=\"color: rgb(0, 139, 0);\">forge</span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, loot</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">misapply,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">misappropriate,</span> misuse</span></span><br /><a href=\"http://thesaurus.com/browse/emaciate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Emaciate</span></a>:<span><span id=\"hotword\"></span> <span style=\"color: rgb(0, 139, 0);\">decrease</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, delete</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, diminish</span></span><br /><a href=\"http://thesaurus.com/browse/evince\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Evince</span></a>:<span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">display,</span>elucidate</span><span id=\"hotword\">,establish</span><span id=\"hotword\"></span></span><br /><a href=\"http://thesaurus.com/browse/excoriate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Excoriate</span></a>:<span style=\"color: rgb(0, 139, 0);\">abrade,chafe.,flay</span><br /><a href=\"http://thesaurus.com/browse/exculpate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exculpate</span></a>:<span><span id=\"hotword\"> <span style=\"color: rgb(0, 139, 0);\">free</span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">,justify</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">let</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">off</span></span></span>',1284819885),(801,'25e261e2318df6797f877fae6c8e607b','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hack\" href=\"http://www.yourdictionary.com/Hack\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (n )</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Hamper<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> basket </span>full of locally produced treats available upon request.</span></span></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br />The steady rain hampered the progress of the work.</font></font></font><br /><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hapless\" href=\"http://www.yourdictionary.com/Hapless\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/victim\">victim</a>s, like an old woman.<br /><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Harangue\" title=\"Harangue\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/not\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Harbinger\" title=\"Harbinger\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span>A white pigeon was also a harbinger of <a href=\"http://www.yourdictionary.com/death\" class=\"ex\">death</a>.<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Harrow\" title=\"Harrow\" style=\"color: rgb(0, 51, 102);\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/story\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Haughty\" title=\"Haughty\" style=\"color: rgb(0, 51, 102);\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He is<span class=\"Apple-converted-space\"> </span><a href=\"/too\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Haven\" title=\"Haven\" style=\"color: rgb(0, 51, 102);\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/lover\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Heinous\" title=\"Heinous\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"www.yourdictionary.com/Heresy\" title=\"Heresy\" style=\"color: rgb(0, 51, 102);\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br />There were false prophets or people <a class=\"ex\" href=\"http://www.yourdictionary.com/teach\">teach</a>ing heresy in the churches.<br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hermetic\" title=\"Hermetic\" style=\"color: rgb(0, 51, 102);\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> world</span>.</span></span></font><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hew\" title=\"Hew\" style=\"color: rgb(0, 51, 102);\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">As you draw near to the monument you notice that there are steps hewn into the rock. <br /></font><br />14.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hirsute\" title=\"Hirsute\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both side<a href=\"http://www.yourdictionary.com/side\" class=\"ex\"></a>s when young. <br />2.)Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /></font><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hoax\" title=\"Hoax\" style=\"color: rgb(0, 51, 102);\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Its message is either the supreme fact in history or else a</span><span class=\"Apple-converted-space\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">gigantic</span><span class=\"Apple-converted-space\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">hoax.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Holster\" title=\"Holster\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">Light tools should be carried in a holster attached to a belt, or in a tool bag. </span><br /></font><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hoodwink\" title=\"Hoodwink\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">They didn\'t muck about nor did they try to hoodwink the public.</font><br /><br />18.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hospitality\" title=\"Hospitality\">Hospitality</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">In addition, you have the prospect of offering your premium clients generous hospitality at the event itself</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hubris\" title=\"Hubris\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">That is your </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">own hubris to which I alluded just now.</span></font><br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hurdle\" title=\"Hurdle\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">However, once you overcome these hurdles, the software is very pleasant to use.<br /></font> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Husk\" title=\"Husk\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">They usually have high fiber being the outer husks of the grain<a class=\"ex\" href=\"http://www.yourdictionary.com/grain\"></a>. </font><br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hullabaloo\" href=\"http://www.yourdictionary.com/Hullabaloo\">Hullabaloo</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">The hullabaloo<span class=\"Apple-converted-space\"> </span><span style=\"font-style: italic;\">raise</span>d by the </font><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">British, French and American press over the Soviet Ukraine </span>is characteristic</font>.</span></span><br /></font><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Humdrum\" href=\"http://www.yourdictionary.com/Humdrum\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">It was thought in politics to be a sign of failure not to be given a less humdrum job. </font><br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hunky-dory\" href=\"http://www.yourdictionary.com/Hunky-dory\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br />It\'s not hunky-dory, but I am saying that things are happening</font>. <br /><br />25.)<font size=\"4\"><a title=\"Hypocrisy\" href=\"http://www.yourdictionary.com/Hypocrisy\" style=\"color: rgb(0, 51, 102);\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There is a pungent smell of hypocrisy at the heart<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> of government.</font><br /><br /><br /><br /><br /><br /><br /> ',1283951241),(802,'254e071071979c4f603a2210875c804f','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p><p align=\"justify\"><span style=\"color: rgb(0,51,102)\"><font size=\"4\">1.)</font></span><a title=\"cabal\" style=\"color: rgb(0,51,102); text-decoration: underline\" href=\"http://dictionary.reference.com/browse/cabal\" target=\"_blank\"><font size=\"4\">Cabal (<em>n</em>)</font></a><span style=\"color: rgb(0,51,102); text-decoration: underline\"><font size=\"4\"> </font></span><span style=\"color: rgb(0,51,102)\"><font size=\"4\">:</font> </span><font size=\"3\"><span style=\"color: rgb(0,139,0); font-style: italic\">1)</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> A</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">small</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">secret</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plotters,</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">as</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">against</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">government</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"color: rgb(0,139,0); font-style: italic\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">person</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">in</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">authority.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">The</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plots</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">and</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">schemes</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">such</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group;</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span></font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0,0,0)\"></span></span><font size=\"2\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold\">cabal</span>.<span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\"></span><br /></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">2)</span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold\">cabals</span> in action for more than 30 years.<br /><br /><font size=\"4\">2.)</font></font><font size=\"4\"><a title=\"cadge\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/cadge\" target=\"_blank\">Cadge</a></font><font size=\"2\"><font size=\"4\"><a style=\"color: rgb(0,51,102)\" href=\"http://www.moodle.org/0.12407330079736834\"> (v)</a> :</font> <font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\">1)</font></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">imposing</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">on</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">another\'s</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">generosity</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">friendship.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">borrow</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">without</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">intent</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">to</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">repay.</span></font></p>
<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span class=\"dnindex\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">3) </span></span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">beg</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">begging.</span></font> </p>
<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) I believe he was able to <strong>cadge</strong> a lift on the coach.</font></font></div>
<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"></font> </div>
<div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">3.)</font><a title=\"calipers\" href=\"http://dictionary.reference.com/browse/calipers\"><font size=\"4\">Calipers (<em>n</em>)</font></a><font size=\"4\"> : </font><font color=\"#008b00\"><em>1)</em> <em>An instrument for measuring thickness and internal or external diameters inaccessible to the scale, consisting usually of a pair of adjustable pivoted legs.</em></font></div>
<div class=\"luna-Ent\" align=\"justify\"><em><font color=\"#008b00\">2) Automotive- The part of a disc-brake assembly that straddles the disc and presses the brake pads against it.</font></em></div>
<div class=\"luna-Ent\" align=\"justify\"><font color=\"#000000\"><font size=\"2\">1) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The mechanical stage has a spring caliper to hold a standard slide.</font></span></span></font></font></div>
<div class=\"luna-Ent\" align=\"justify\"><font face=\"Trebuchet MS\" color=\"#000000\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\">2) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The front brakes use a radial caliper with four opposed<span class=\"Apple-converted-space\"> <span class=\"nolink\">pistons</span></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">, in keeping with the latest trends in racing technology.</font></span></span></font></span></span></font></div>
<div class=\"luna-Ent\" align=\"justify\"><font color=\"#000000\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"2\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\">4<font face=\"courier new,courier,monospace\">.</font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"> <em><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#333333\" size=\"3\">to make false and malicious statement about; slander.</font></em></font></span></span></font></span></span></font></div>
<div class=\"luna-Ent\" align=\"justify\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 13px; color: rgb(51,51,51); line-height: 16px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"3\"><font color=\"#008b00\"><span onmouseover=\"function anonymous() { this.style.cursor=\'default\' }\" style=\"padding-right: 0px; padding-left: 0px; font-size: 13px; padding-bottom: 0px; margin: 0px; cursor: default; color: rgb(51,51,51); line-height: 1.25em; padding-top: 0px; font-family: verdana, arial, helvetica, sans-serif; position: static; background-color: transparent\" onclick=\"function anonymous() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); }\" onmouseout=\"function anonymous() { this.style.backgroundColor=\'transparent\' }\" name=\"hotword\"><em></em></span></font></font></span></span> </div>',1283954305),(803,'a2858fca74f0cda4a769ebe401a667eb','<p class=\"book_chapter_title\">Synonym Drill 18 (Letter \'E\')</p><br /><br /><font size=\"3\">11)</font><font size=\"3\"><a href=\"http://thesaurus.com/browse/edacious\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Edacious</span></a>:<span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">gluttonous,</span>greedy</span><span id=\"hotword\">, <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">hoggish</span></span></span><br />12)<a href=\"http://thesaurus.com/browse/effete\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Effete</span></a>:<span style=\"color: rgb(0, 139, 0);\">feeble,declining</span><br />13)<a href=\"http://thesaurus.com/browse/effrontery\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Effrontery</span></a>:<span style=\"color: rgb(0, 139, 0);\">impudence,arrogance</span><br />14)<a href=\"http://thesaurus.com/browse/endearing\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Endearing</span></a>:<span style=\"color: rgb(0, 139, 0);\">attach,bind,captivate</span><br />15)<a href=\"http://thesaurus.com/browse/engrossing\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Engrossing</span></a>:<span style=\"color: rgb(0, 139, 0);\">grip,involve</span></font><br />',1284364456),(804,'1a481dac7bfc0d7439727a6a86b5ae84','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a href=\"http://www.yourdictionary.com/Hack\" title=\"Hack\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (n )</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Hamper<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> basket </span>full of locally produced treats available upon request.</span></span></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">The steady rain hampered the progress of the work.</span></font></font></font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hapless\" title=\"Hapless\" style=\"color: rgb(0, 51, 102);\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He even tortured some hapless<span class=\"Apple-converted-space\"> </span><a href=\"/victim\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">victim</a>s, like an old woman.<br /><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harangue\" href=\"http://www.yourdictionary.com/Harangue\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall<span class=\"Apple-converted-space\"> </span><a href=\"/not\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">not</a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harbinger\" href=\"http://www.yourdictionary.com/Harbinger\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span>A white pigeon was also a harbinger of <a class=\"ex\" href=\"http://www.yourdictionary.com/death\">death</a>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Harrow\" href=\"http://www.yourdictionary.com/Harrow\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a href=\"/story\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Haughty\" href=\"http://www.yourdictionary.com/Haughty\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/too\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Haven\" href=\"http://www.yourdictionary.com/Haven\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a href=\"/lover\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Heinous\" href=\"http://www.yourdictionary.com/Heinous\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Heresy\" href=\"www.yourdictionary.com/Heresy\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br />There were false prophets or people <a href=\"http://www.yourdictionary.com/teach\" class=\"ex\">teach</a>ing heresy in the churches.<br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hermetic\" href=\"http://www.yourdictionary.com/Hermetic\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> world</span>.</span></span></font><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hew\" href=\"http://www.yourdictionary.com/Hew\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">As you draw near to the monument you notice that there are steps hewn into the rock. <br /></font><br />14.)<font size=\"4\"><a title=\"Hirsute\" href=\"http://www.yourdictionary.com/Hirsute\" style=\"color: rgb(0, 51, 102);\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both side<a class=\"ex\" href=\"http://www.yourdictionary.com/side\"></a>s when young. <br />2.)Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /></font><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hoax\" href=\"http://www.yourdictionary.com/Hoax\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Its message is either the supreme fact in history or else a</span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">gigantic</span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">hoax.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Holster\" href=\"http://www.yourdictionary.com/Holster\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">Light tools should be carried in a holster attached to a belt, or in a tool bag. </span><br /></font><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hoodwink\" href=\"http://www.yourdictionary.com/Hoodwink\" style=\"color: rgb(0, 51, 102);\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">They didn\'t muck about nor did they try to hoodwink the public.</font><br /><br />18.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hospitality\" href=\"http://www.yourdictionary.com/Hospitality\">Hospitality</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">In addition, you have the prospect of offering your premium clients generous hospitality at the event itself</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hubris\" href=\"http://www.yourdictionary.com/Hubris\" style=\"color: rgb(0, 51, 102);\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">That is your </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">own hubris to which I alluded just now.</span></font><br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hurdle\" href=\"http://www.yourdictionary.com/Hurdle\" style=\"color: rgb(0, 51, 102);\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">However, once you overcome these hurdles, the software is very pleasant to use.<br /></font> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Husk\" href=\"http://www.yourdictionary.com/Husk\" style=\"color: rgb(0, 51, 102);\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">They usually have high fiber being the outer husks of the grain<a href=\"http://www.yourdictionary.com/grain\" class=\"ex\"></a>. </font><br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hullabaloo\" title=\"Hullabaloo\" style=\"color: rgb(0, 51, 102);\">Hullabaloo</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">The hullabaloo<span class=\"Apple-converted-space\"> </span><span style=\"font-style: italic;\">raise</span>d by the </font><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">British, French and American press over the Soviet Ukraine </span>is characteristic</font>.</span></span><br /></font><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Humdrum\" title=\"Humdrum\" style=\"color: rgb(0, 51, 102);\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">It was thought in politics to be a sign of failure not to be given a less humdrum job. </font><br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hunky-dory\" title=\"Hunky-dory\" style=\"color: rgb(0, 51, 102);\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br />It\'s not hunky-dory, but I am saying that things are happening</font>. <br /><br />25.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hypocrisy\" title=\"Hypocrisy\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There is a pungent smell of hypocrisy at the heart<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> of government.</font><br /><br /><br /><br /><br /><br /><br /> ',1283951951),(805,'b30dbc87bbb32af8f0a6d1a325f7f88a','<p class=\"book_chapter_title\">Synonym Drill 19 (Letter \'E\')</p><br /><br />16)<font size=\"3\"><a href=\"http://thesaurus.com/browse/eulogy\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Eulogy</span></a>:</font><span style=\"color: rgb(0, 139, 0);\">accolade,applause</span><br />17)<a href=\"http://thesaurus.com/browse/exorbitant\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exorbitant</span></a>:<span style=\"color: rgb(0, 139, 0);\">enormous,expensive</span><br />18)<a href=\"http://thesaurus.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span></a>:<span style=\"color: rgb(0, 139, 0);\">diminish,excuse,justify</span><br />19)<a href=\"http://thesaurus.com/browse/epicure\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Epicure</span></a>:<span><span id=\"hotword\"> </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">connoisseur</span></span><span style=\"color: rgb(0, 139, 0);\">,expert</span><br />20)<a href=\"http://thesaurus.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Entreat</span></a>:<span style=\"color: rgb(0, 139, 0);\">beg,urge</span><br />',1287067950),(806,'6bffbe68a6b008223149af3a5a2f6b34','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hack\" href=\"http://www.yourdictionary.com/Hack\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (n )</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Hamper<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> basket </span>full of locally produced treats available upon request.</span></span></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">The steady rain hampered the progress of the work.</span></font></font></font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hapless\" href=\"http://www.yourdictionary.com/Hapless\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">He even tortured some hapless</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-style: italic;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">victims, like an old woman.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Harangue\" title=\"Harangue\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, I am feeling particularly magnanimous this morning, so I shall not<span class=\"Apple-converted-space\"></span><a style=\"font-style: italic;\" class=\"ex\" href=\"/not\"></a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Harbinger\" title=\"Harbinger\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">A white pigeon was also a harbinger of death</font>.<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Harrow\" title=\"Harrow\" style=\"color: rgb(0, 51, 102);\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/story\">stories</a><span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Haughty\" title=\"Haughty\" style=\"color: rgb(0, 51, 102);\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\">He is<span class=\"Apple-converted-space\"> </span><a href=\"/too\" class=\"ex\" style=\"color: rgb(34, 102, 153); font-style: italic;\">too</a><span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Haven\" title=\"Haven\" style=\"color: rgb(0, 51, 102);\">Haven</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span><a style=\"color: rgb(34, 102, 153); font-style: italic;\" class=\"ex\" href=\"/lover\">lover</a>s, photographers or those who just enjoy a quiet holiday.<br /><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Heinous\" title=\"Heinous\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><span style=\"text-decoration: underline;\">Sin</span> against grace is far more heinous than sin against law. <br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"www.yourdictionary.com/Heresy\" title=\"Heresy\" style=\"color: rgb(0, 51, 102);\">Heresy</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br />There were false prophets or people <a class=\"ex\" href=\"http://www.yourdictionary.com/teach\">teach</a>ing heresy in the churches.<br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hermetic\" title=\"Hermetic\" style=\"color: rgb(0, 51, 102);\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> world</span>.</span></span></font><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hew\" title=\"Hew\" style=\"color: rgb(0, 51, 102);\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">As you draw near to the monument you notice that there are steps hewn into the rock. <br /></font><br />14.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hirsute\" title=\"Hirsute\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both side<a href=\"http://www.yourdictionary.com/side\" class=\"ex\"></a>s when young. <br />2.)Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /></font><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hoax\" title=\"Hoax\" style=\"color: rgb(0, 51, 102);\">Hoax</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Its message is either the supreme fact in history or else a</span><span class=\"Apple-converted-space\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">gigantic</span><span class=\"Apple-converted-space\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">hoax.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Holster\" title=\"Holster\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">Light tools should be carried in a holster attached to a belt, or in a tool bag. </span><br /></font><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hoodwink\" title=\"Hoodwink\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">They didn\'t muck about nor did they try to hoodwink the public.</font><br /><br />18.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hospitality\" title=\"Hospitality\">Hospitality</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">In addition, you have the prospect of offering your premium clients generous hospitality at the event itself</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hubris\" title=\"Hubris\">Hubris</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">That is your </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">own hubris to which I alluded just now.</span></font><br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hurdle\" title=\"Hurdle\">Hurdle</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">However, once you overcome these hurdles, the software is very pleasant to use.<br /></font> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Husk\" title=\"Husk\">Husk</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">They usually have high fiber being the outer husks of the grain<a class=\"ex\" href=\"http://www.yourdictionary.com/grain\"></a>. </font><br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hullabaloo\" href=\"http://www.yourdictionary.com/Hullabaloo\">Hullabaloo</a> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">The hullabaloo<span class=\"Apple-converted-space\"> </span><span style=\"font-style: italic;\">raise</span>d by the </font><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">British, French and American press over the Soviet Ukraine </span>is characteristic</font>.</span></span><br /></font><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Humdrum\" href=\"http://www.yourdictionary.com/Humdrum\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">It was thought in politics to be a sign of failure not to be given a less humdrum job. </font><br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hunky-dory\" href=\"http://www.yourdictionary.com/Hunky-dory\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br />It\'s not hunky-dory, but I am saying that things are happening</font>. <br /><br />25.)<font size=\"4\"><a title=\"Hypocrisy\" href=\"http://www.yourdictionary.com/Hypocrisy\" style=\"color: rgb(0, 51, 102);\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There is a pungent smell of hypocrisy at the heart<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> of government.</font><br /><br /><br /><br /><br /><br /><br /> ',1283952958),(807,'6001d61b61a33c2373413bd4e36e88c2','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')<br />test drill</p>this is a test drill chapter. ',1283953169),(808,'9fa9729621ae9b91bb048231709ef799','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')<br />test drill</p> this is a test drill chapter.this is more contents.<br />',1283953220),(809,'7749b6d3ede8e60a0c05e1fc86df608a','<p class=\"book_chapter_title\">Antonym Drill 17 (Letter \'E\')</p><br /><br />6)<a href=\"http://thesaurus.com/browse/embezzle\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Embezzle</span></a>:<span style=\"color: rgb(0, 139, 0);\">pay,return</span><br />7)<a href=\"http://thesaurus.com/browse/emaciate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Emaciate</span></a>:<span style=\"color: rgb(0, 139, 0);\">beef up,thicken</span><br />8)<a href=\"http://thesaurus.com/browse/evince\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Evince</span></a>:<span style=\"color: rgb(0, 139, 0);\">agree,comply</span><br />9)<a href=\"http://thesaurus.com/browse/excoriate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Excoriate</span></a>:<span style=\"color: rgb(0, 139, 0);\">compliment</span><br />10)<a href=\"http://thesaurus.com/browse/exculpate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exculpate</span></a>:<span style=\"color: rgb(0, 139, 0);\">blame,condemn</span><br />',1284272847),(810,'9bf30f41979495f9db2e788e9939f032','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a href=\"http://www.yourdictionary.com/Hack\" title=\"Hack\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (<span style=\"font-style: italic;\">n</span>)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Hamper<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> basket </span>full of locally produced treats available upon request.</span></span></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">The steady rain hampered the progress of the work.</span></font></font></font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hapless\" title=\"Hapless\" style=\"color: rgb(0, 51, 102);\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">He even tortured some hapless</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-style: italic;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">victims, like an old woman.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harangue\" href=\"http://www.yourdictionary.com/Harangue\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (<span style=\"font-style: italic;\">n</span>)</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall not<span class=\"Apple-converted-space\"></span><a href=\"/not\" class=\"ex\" style=\"font-style: italic;\"></a><span class=\"Apple-converted-space\"> </span>harangue the Minister.</span></span><br /></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harbinger\" href=\"http://www.yourdictionary.com/Harbinger\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (<span style=\"font-style: italic;\">n</span>)</span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">A white pigeon was also a harbinger of death</font>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Harrow\" href=\"http://www.yourdictionary.com/Harrow\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The piece includes some harrowing<span class=\"Apple-converted-space\"> </span>stories<span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span></font><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Haughty\" href=\"http://www.yourdictionary.com/Haughty\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span>too<span class=\"Apple-converted-space\"> </span>haughty to listen to truth from the lips of any of his fellow men.</span></span></font><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Haven\" href=\"http://www.yourdictionary.com/Haven\">Haven</a> (<span style=\"font-style: italic;\">n</span>) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">The Park is an absolute haven for nature<span class=\"Apple-converted-space\"> </span>lovers, photographers or those who just enjoy a quiet holiday.<br /></font><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Heinous\" href=\"http://www.yourdictionary.com/Heinous\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Sin against grace is far more heinous than sin against law. </font><br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Heresy\" href=\"www.yourdictionary.com/Heresy\">Heresy</a> (<span style=\"font-style: italic;\">n</span>)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There were false prophets or people teach<a href=\"http://www.yourdictionary.com/teach\" class=\"ex\"></a>ing heresy in the churches.</font><br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hermetic\" href=\"http://www.yourdictionary.com/Hermetic\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Immerse yourself in a Harry Potter and you are inside a hermetic<span class=\"Apple-converted-space\"> world</span>.</span></span></font><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hew\" href=\"http://www.yourdictionary.com/Hew\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">As you draw near to the monument you notice that there are steps hewn into the rock. <br /></font><br />14.)<font size=\"4\"><a title=\"Hirsute\" href=\"http://www.yourdictionary.com/Hirsute\" style=\"color: rgb(0, 51, 102);\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)The leaves are alternate, round, 4-10 cm long, and somewhat hirsute on both side<a class=\"ex\" href=\"http://www.yourdictionary.com/side\"></a>s when young. <br />2.)Sally bought a ticket from the large, <b>hirsute</b> woman behind the counter.<br /></font><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hoax\" href=\"http://www.yourdictionary.com/Hoax\">Hoax</a> (<span style=\"font-style: italic;\">n</span>) </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Its message is either the supreme fact in history or else a</span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">gigantic</span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">hoax.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Holster\" href=\"http://www.yourdictionary.com/Holster\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(<span style=\"font-style: italic;\">n</span>)</span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">Light tools should be carried in a holster attached to a belt, or in a tool bag. </span><br /></font><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hoodwink\" href=\"http://www.yourdictionary.com/Hoodwink\" style=\"color: rgb(0, 51, 102);\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">They didn\'t muck about nor did they try to hoodwink the public.</font><br /><br />18.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hospitality\" href=\"http://www.yourdictionary.com/Hospitality\">Hospitality</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">In addition, you have the prospect of offering your premium clients generous hospitality at the event itself</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hubris\" href=\"http://www.yourdictionary.com/Hubris\" style=\"color: rgb(0, 51, 102);\">Hubris</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">That is your </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">own hubris to which I alluded just now.</span></font><br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hurdle\" href=\"http://www.yourdictionary.com/Hurdle\" style=\"color: rgb(0, 51, 102);\">Hurdle</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">However, once you overcome these hurdles, the software is very pleasant to use.<br /></font> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Husk\" href=\"http://www.yourdictionary.com/Husk\" style=\"color: rgb(0, 51, 102);\">Husk</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">They usually have high fiber being the outer husks of the grain<a href=\"http://www.yourdictionary.com/grain\" class=\"ex\"></a>. </font><br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hullabaloo\" title=\"Hullabaloo\" style=\"color: rgb(0, 51, 102);\">Hullabaloo</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">The hullabaloo<span class=\"Apple-converted-space\"> </span><span style=\"font-style: italic;\">raise</span>d by the </font><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">British, French and American press over the Soviet Ukraine </span>is characteristic</font>.</span></span><br /></font><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Humdrum\" title=\"Humdrum\" style=\"color: rgb(0, 51, 102);\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">It was thought in politics to be a sign of failure not to be given a less humdrum job. </font><br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hunky-dory\" title=\"Hunky-dory\" style=\"color: rgb(0, 51, 102);\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br />It\'s not hunky-dory, but I am saying that things are happening</font>. <br /><br />25.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hypocrisy\" title=\"Hypocrisy\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> (<span style=\"font-style: italic;\">n</span>)</span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There is a pungent smell of hypocrisy at the heart<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> of government.</font><br /><br /><br /><br /><br /><br /><br /> ',1283953609),(811,'a442ba5bad172c3171399ebc7abd54ec','<p class=\"book_chapter_title\">Vocab Drill 5 (Letter \'B\')</p> <font size=\"3\">1.)<span style=\"font-weight: bold; color: rgb(0, 0, 102);\"> </span></font><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">Badge<span style=\"font-style: italic;\">r</span></span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">:</span> </span><span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">To pester, to harass or urge persistently</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1)The boy badgered his friend into coming to the movie with him.<br />2)Even though the old man never left the bed for 2 years, the children continuously badgered him into moving around.</font><span style=\"font-style: italic;\"><br /><br /></span><font size=\"3\">2.)</font><span style=\"color: rgb(0, 0, 153);\"> </span><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">Baffle</span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold; color: rgb(0, 0, 102);\">:</span> <span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">To foil or frustrate, to confuse,bewilder,or perplex</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1.Tom was baffled by the technical language of the university professor.</font><span style=\"font-style: italic;\"><br /></span><br />3.)<span style=\"font-weight: bold;\"> <span style=\"color: rgb(0, 0, 102);\">Bale</span><span style=\"font-style: italic; color: rgb(0, 0, 102);\">(N)</span><span style=\"color: rgb(0, 0, 102);\">:</span></span><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 102, 0);\">A large package prepared for shipping or storage</span><br /></span><font size=\"2\" style=\"color: rgb(102, 0, 0);\">1.</font><span style=\"font-style: italic; color: rgb(102, 0, 0);\"> </span><font size=\"2\"><span style=\"color: rgb(102, 0, 0);\">Since Bob\'s uncle worked in a chocolate factory, Bob got a huge bale of chocolates each year.</span><br /><font size=\"3\"><br />4.) <span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">Ballad</span><span style=\"font-style: italic; color: rgb(0, 0, 102);\">(N)</span><span style=\"color: rgb(0, 0, 102);\">:</span> </span><span style=\"font-style: italic;\"><span style=\"color: rgb(0, 102, 0);\">A simple narrative poem, often of folk origin</span><br /></span><font size=\"2\"><span style=\"color: rgb(102, 0, 0);\">1.Brian remembered many ballads each year to present year at the school\'s talent show. </span><br /><br /><font size=\"3\">5.)<span style=\"font-weight: bold;\"> <span style=\"color: rgb(0, 0, 102);\">Bask</span></span><span style=\"font-style: italic; font-weight: bold; color: rgb(0, 0, 102);\">(V)</span><span style=\"font-weight: bold;\"><span style=\"color: rgb(0, 0, 102);\">:</span> </span></font><span style=\"font-style: italic;\"><font size=\"3\" style=\"color: rgb(0, 102, 0);\">To lie in or be exposed to a pleasant warmth, or to enjoy a pleasant situation</font><br /><span style=\"color: rgb(102, 0, 0);\">1.Marry basked in the sunlight at the pool party.</span><br style=\"color: rgb(102, 0, 0);\" /><span style=\"color: rgb(102, 0, 0);\">2.The brave civilian basked in moment of glory after running into the burning building. </span><br /></span></font><span style=\"font-style: italic;\"></span></font><br /></font><span style=\"font-style: italic;\">test , how are you???<br /></span> ',1287384495),(812,'1323b89b26ac71b19aa0e6f0b8dbb76b','<p class=\"book_chapter_title\">Antonym Drill 18 (Letter \'E\')</p><br /><br />11)<a href=\"http://thesaurus.com/browse/edacious\" target=\"_blank\"><font size=\"3\"><span style=\"color: rgb(0, 51, 102);\">Edacious</span></font></a>:<span style=\"color: rgb(0, 139, 0);\">generous,liberal</span><br />12)<a href=\"http://thesaurus.com/browse/effete\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Effete</span></a>:<span style=\"color: rgb(0, 139, 0);\">capable,tireless</span><br />13)<a href=\"http://thesaurus.com/browse/effrontery\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Effrontery</span></a>:<span style=\"color: rgb(0, 139, 0);\">modesty,shame,shyness</span><br />14)<a href=\"http://thesaurus.com/browse/endearing\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Endearing</span></a>:<span style=\"color: rgb(0, 139, 0);\">repulse,repel</span><br />15)<a href=\"http://thesaurus.com/browse/engrossing\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Engrossing</span></a>:<span style=\"color: rgb(0, 139, 0);\">forget,ignore,reject</span><br />',1283953936),(813,'93693d38ba7470f71955667b889ea2c7','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hack\" href=\"http://www.yourdictionary.com/Hack\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (<span style=\"font-style: italic;\">n</span>)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-weight: bold;\">Hamper</span><span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> basket </span>full of locally produced treats available upon request.</span></span></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Hamper\" href=\"http://www.yourdictionary.com/Hamper\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">The steady rain <span style=\"font-weight: bold;\">hampered </span>the progress of the work.</span></font></font></font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hapless\" href=\"http://www.yourdictionary.com/Hapless\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">He even tortured some <span style=\"font-weight: bold;\">hapless</span></span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-style: italic;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">victims, like an old woman.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Harangue\" title=\"Harangue\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (<span style=\"font-style: italic;\">n</span>)</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, I am feeling particularly magnanimous this morning, so I shall not<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">harangue </span>the Minister.</span></span></font><br /></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Harbinger\" title=\"Harbinger\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (<span style=\"font-style: italic;\">n</span>)</span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">A white pigeon was also a <span style=\"font-weight: bold;\">harbinger</span> of death</font>.<br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Harrow\" title=\"Harrow\" style=\"color: rgb(0, 51, 102);\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The piece includes some <span style=\"font-weight: bold;\">harrowing</span><span class=\"Apple-converted-space\"> </span>stories<span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span></font><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Haughty\" title=\"Haughty\" style=\"color: rgb(0, 51, 102);\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">He is<span class=\"Apple-converted-space\"> </span>too<span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">haughty</span> to listen to truth from the lips of any of his fellow men.</span></span></font><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Haven\" title=\"Haven\" style=\"color: rgb(0, 51, 102);\">Haven</a> (<span style=\"font-style: italic;\">n</span>) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">The Park is an absolute <span style=\"font-weight: bold;\">haven</span> for nature<span class=\"Apple-converted-space\"> </span>lovers, photographers or those who just enjoy a quiet holiday.<br /></font><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Heinous\" title=\"Heinous\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Sin against grace is far more <span style=\"font-weight: bold;\">heinous</span> than sin against law. </font><br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"www.yourdictionary.com/Heresy\" title=\"Heresy\" style=\"color: rgb(0, 51, 102);\">Heresy</a> (<span style=\"font-style: italic;\">n</span>)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There were false prophets or people teaching <span style=\"font-weight: bold;\">heresy</span> in the churches.</font><br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hermetic\" title=\"Hermetic\" style=\"color: rgb(0, 51, 102);\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Immerse yourself in a Harry Potter and you are inside a <span style=\"font-weight: bold;\">hermetic</span><span class=\"Apple-converted-space\"> world</span>.</span></span></font><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hew\" title=\"Hew\" style=\"color: rgb(0, 51, 102);\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">As you draw near to the monument you notice that there are steps <span style=\"font-weight: bold;\">hewn</span> into the rock. <br /></font><br />14.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hirsute\" title=\"Hirsute\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)The leaves are alternate, round, 4-10 cm long, and somewhat <span style=\"font-weight: bold;\">hirsute</span> on both sides when young. <br />2.)Sally bought a ticket from the large, <span style=\"font-weight: bold;\">hirsute</span> woman behind the counter.<br /></font><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hoax\" title=\"Hoax\" style=\"color: rgb(0, 51, 102);\">Hoax</a> (<span style=\"font-style: italic;\">n</span>) </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Its message is either the supreme fact in history or else a</span><span class=\"Apple-converted-space\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">gigantic</span><span class=\"Apple-converted-space\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"Apple-converted-space\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> </span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\">hoax.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Holster\" title=\"Holster\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(<span style=\"font-style: italic;\">n</span>)</span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">Light tools should be carried in a <span style=\"font-weight: bold;\">holster</span> attached to a belt, or in a tool bag. </span><br /></font><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hoodwink\" title=\"Hoodwink\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">They didn\'t muck about nor did they try to <span style=\"font-weight: bold;\">hoodwink</span> the public.</font><br /><br />18.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hospitality\" title=\"Hospitality\">Hospitality</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">In addition, you have the prospect of offering your premium clients generous <span style=\"font-weight: bold;\">hospitality</span> at the event itself</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hubris\" title=\"Hubris\">Hubris</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">That is your </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">own <span style=\"font-weight: bold;\">hubris</span> to which I alluded just now.</span></font><br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hurdle\" title=\"Hurdle\">Hurdle</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">However, once you overcome these <span style=\"font-weight: bold;\">hurdles</span>, the software is very pleasant to use.<br /></font> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Husk\" title=\"Husk\">Husk</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">They usually have high fiber being the outer <span style=\"font-weight: bold;\">husks</span> of the grain. </font><br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hullabaloo\" href=\"http://www.yourdictionary.com/Hullabaloo\">Hullabaloo</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">The hullabaloo<span class=\"Apple-converted-space\"> </span>raised by the </font><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">British, French and American press over the Soviet Ukraine </span>is characteristic</font>.</span></span><br /></font><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Humdrum\" href=\"http://www.yourdictionary.com/Humdrum\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">It was thought in politics to be a sign of failure not to be given a less <span style=\"font-weight: bold;\">humdrum</span> job. </font><br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hunky-dory\" href=\"http://www.yourdictionary.com/Hunky-dory\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br />It\'s not <span style=\"font-weight: bold;\">hunky-dory</span>, but I am saying that things are happening</font>. <br /><br />25.)<font size=\"4\"><a title=\"Hypocrisy\" href=\"http://www.yourdictionary.com/Hypocrisy\" style=\"color: rgb(0, 51, 102);\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> (<span style=\"font-style: italic;\">n</span>)</span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There is a pungent smell of <span style=\"font-weight: bold;\">hypocrisy</span> at the heart<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> of government.</font><br /><br /><br /><br /><br /><br /><br /> ',1283954146),(814,'b491516071c2cbd7adee3d6a65b0f512','<p class=\"book_chapter_title\">Vocab Drill 24 (Letter \'H\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span></font></font><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)</span></font><a href=\"http://www.yourdictionary.com/Hack\" title=\"Hack\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hack</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">cut roughly</span></font><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (<span style=\"font-style: italic;\">n</span>)</span> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span>basket with a lid</font><br /></font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-weight: bold;\">Hamper</span><span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> basket </span>full of locally produced treats available upon request.</span></span></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"> <br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3.)</span></font><a href=\"http://www.yourdictionary.com/Hamper\" title=\"Hamper\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Hamper</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> (v)</span> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> </span></font></font></font></font><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">hinder,obstruct</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">The steady rain <span style=\"font-weight: bold;\">hampered </span>the progress of the work.</span></font></font></font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hapless\" title=\"Hapless\" style=\"color: rgb(0, 51, 102);\">Hapless</a> (adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">unlucky,unfortunate</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">He even tortured some <span style=\"font-weight: bold;\">hapless</span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-style: italic;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">victims, like an old woman.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />5.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harangue\" href=\"http://www.yourdictionary.com/Harangue\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harangue</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (<span style=\"font-style: italic;\">n</span>)</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a long passionate speech</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">However, I am feeling particularly magnanimous this morning, so I shall not<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">harangue </span>the Minister.</span></span></font><br /></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />6.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Harbinger\" href=\"http://www.yourdictionary.com/Harbinger\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Harbinger</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (<span style=\"font-style: italic;\">n</span>)</span></font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">something or somebody that foretells the coming of</span></font><br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">A white pigeon was also a <span style=\"font-weight: bold;\">harbinger</span> of death</font>.<br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><br />7.)<font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Harrow\" href=\"http://www.yourdictionary.com/Harrow\">Harrow</a> (v)</font> :<span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> <font size=\"3\">to distress or create stress or torment</font></span><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The piece includes some <span style=\"font-weight: bold;\">harrowing</span><span class=\"Apple-converted-space\"> </span>stories<span class=\"Apple-converted-space\"> </span>of how some participants originally came to London.</span></span></font><br /><br />8.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Haughty\" href=\"http://www.yourdictionary.com/Haughty\">Haughty</a> (adj)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">arrogant,conceited</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He is<span class=\"Apple-converted-space\"> </span>too<span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">haughty</span> to listen to truth from the lips of any of his fellow men.</span></span></font><br /><br />9.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Haven\" href=\"http://www.yourdictionary.com/Haven\">Haven</a> (<span style=\"font-style: italic;\">n</span>) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">harbor,safety place</span></font><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">The Park is an absolute <span style=\"font-weight: bold;\">haven</span> for nature<span class=\"Apple-converted-space\"> </span>lovers, photographers or those who just enjoy a quiet holiday.<br /></font><br />10.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Heinous\" href=\"http://www.yourdictionary.com/Heinous\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Heinous</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> (adj)</span></font> : <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">odious,hateful</span></font><br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Sin against grace is far more <span style=\"font-weight: bold;\">heinous</span> than sin against law. </font><br /><br />11.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Heresy\" href=\"www.yourdictionary.com/Heresy\">Heresy</a> (<span style=\"font-style: italic;\">n</span>)</font> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">belief contrary to what is generally acceted</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There were false prophets or people teaching <span style=\"font-weight: bold;\">heresy</span> in the churches.</font><br /><br />12.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hermetic\" href=\"http://www.yourdictionary.com/Hermetic\">Hermetic</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sealed by fusion</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Immerse yourself in a Harry Potter and you are inside a <span style=\"font-weight: bold;\">hermetic</span><span class=\"Apple-converted-space\"> world</span>.</span></span></font><br /><br />13.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hew\" href=\"http://www.yourdictionary.com/Hew\">Hew</a> (v) </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">make by hard work/cut(by striking)</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">As you draw near to the monument you notice that there are steps <span style=\"font-weight: bold;\">hewn</span> into the rock. <br /></font><br />14.)<font size=\"4\"><a title=\"Hirsute\" href=\"http://www.yourdictionary.com/Hirsute\" style=\"color: rgb(0, 51, 102);\">Hirsute</a><span style=\"color: rgb(0, 51, 102);\"> (adj)</span> </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">hairy,shaggy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1.)The leaves are alternate, round, 4-10 cm long, and somewhat <span style=\"font-weight: bold;\">hirsute</span> on both sides when young. <br />2.)Sally bought a ticket from the large, <span style=\"font-weight: bold;\">hirsute</span> woman behind the counter.<br /></font><br />15.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Hoax\" href=\"http://www.yourdictionary.com/Hoax\">Hoax</a> (<span style=\"font-style: italic;\">n</span>) </font>: <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">mischievous trick played on somebody for a joke</span></font><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Its message is either the supreme fact in history or else a</span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">gigantic</span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"></span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\" class=\"Apple-converted-space\"> </span><span style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\">hoax.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />16.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Holster\" href=\"http://www.yourdictionary.com/Holster\">Holster </a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(<span style=\"font-style: italic;\">n</span>)</span> </font>: <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">leather case for a pistol</span></font><br /></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">Light tools should be carried in a <span style=\"font-weight: bold;\">holster</span> attached to a belt, or in a tool bag. </span><br /></font><br />17.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hoodwink\" href=\"http://www.yourdictionary.com/Hoodwink\" style=\"color: rgb(0, 51, 102);\">Hoodwink</a> (v)</font> : <span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">trick,mislead</font> </span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">They didn\'t muck about nor did they try to <span style=\"font-weight: bold;\">hoodwink</span> the public.</font><br /><br />18.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hospitality\" href=\"http://www.yourdictionary.com/Hospitality\">Hospitality</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking to give hospitality</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">In addition, you have the prospect of offering your premium clients generous <span style=\"font-weight: bold;\">hospitality</span> at the event itself</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br />19.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hubris\" href=\"http://www.yourdictionary.com/Hubris\" style=\"color: rgb(0, 51, 102);\">Hubris</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">arrogant pride</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">That is your </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">own <span style=\"font-weight: bold;\">hubris</span> to which I alluded just now.</span></font><br /><br />20.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Hurdle\" href=\"http://www.yourdictionary.com/Hurdle\" style=\"color: rgb(0, 51, 102);\">Hurdle</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">fence to be jumped over</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">However, once you overcome these <span style=\"font-weight: bold;\">hurdles</span>, the software is very pleasant to use.<br /></font> <br />21.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a title=\"Husk\" href=\"http://www.yourdictionary.com/Husk\" style=\"color: rgb(0, 51, 102);\">Husk</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">worthless outside part of anything</span></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">They usually have high fiber being the outer <span style=\"font-weight: bold;\">husks</span> of the grain. </font><br /><br />22.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hullabaloo\" title=\"Hullabaloo\" style=\"color: rgb(0, 51, 102);\">Hullabaloo</a> (<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">uproar</font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">The hullabaloo<span class=\"Apple-converted-space\"> </span>raised by the </font><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">British, French and American press over the Soviet Ukraine </span>is characteristic</font>.</span></span><br /></font><br />23.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Humdrum\" title=\"Humdrum\" style=\"color: rgb(0, 51, 102);\">Humdrum</a> (adj)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">commonplace,dull,monotonous</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">It was thought in politics to be a sign of failure not to be given a less <span style=\"font-weight: bold;\">humdrum</span> job. </font><br /><br />24.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/Hunky-dory\" title=\"Hunky-dory\" style=\"color: rgb(0, 51, 102);\">Hunky-dory</a>(adj)</font> : <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">excellent</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br />It\'s not <span style=\"font-weight: bold;\">hunky-dory</span>, but I am saying that things are happening</font>. <br /><br />25.)<font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Hypocrisy\" title=\"Hypocrisy\">Hypocrisy</a><span style=\"color: rgb(0, 51, 102);\"> (<span style=\"font-style: italic;\">n</span>)</span></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">falsely making oneself appear to be good</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">There is a pungent smell of <span style=\"font-weight: bold;\">hypocrisy</span> at the heart<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> of government.</font><br /><br /><br /><br /><br /><br /><br /> ',1286556755),(815,'a32ca7e360e387f014978c6be0d65bda','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'C\')</p>1.) ',1284353974),(816,'f739cef16f486f2c49bb514f55d1ec22','<p class=\"book_chapter_title\">Antonym Drill 19 (Letter \'E\')</p><br /><br />16)<a href=\"http://thesaurus.com/browse/eulogy\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Eulogy</span></a>:<span style=\"color: rgb(0, 139, 0);\">criticism</span><br />17)<a href=\"http://thesaurus.com/browse/exorbitant\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exorbitant</span></a>:<span style=\"color: rgb(0, 139, 0);\">cheap,inexpensive</span><br />18)<a href=\"http://thesaurus.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span></a>:<span style=\"color: rgb(0, 139, 0);\">expand,increase,intensify</span><br />19)<a href=\"http://thesaurus.com/browse/epicure\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Epicure</span></a>:<span></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">ignoramus</span><br />20)<a href=\"http://thesaurus.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Entreat</span></a>:<span style=\"color: rgb(0, 139, 0);\">revoke,retract,renounce</span><br />',1283954426),(817,'fc51a116c7d3e8323232208b4ce9430f','<p class=\"book_chapter_title\">Root word Drill 8 (Letter \'H\')</p>',1283954476),(818,'44411ea2a154ff697cef63df6821fb9a','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p><p align=\"justify\"><span style=\"color: rgb(0,51,102)\"><font size=\"4\">1.)</font></span><a title=\"cabal\" style=\"color: rgb(0,51,102); text-decoration: underline\" href=\"http://dictionary.reference.com/browse/cabal\" target=\"_blank\"><font size=\"4\">Cabal (<em>n</em>)</font></a><span style=\"color: rgb(0,51,102); text-decoration: underline\"><font size=\"4\"> </font></span><span style=\"color: rgb(0,51,102)\"><font size=\"4\">:</font> </span><font size=\"3\"><span style=\"color: rgb(0,139,0); font-style: italic\">1)</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> A</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">small</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">secret</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plotters,</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">as</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">against</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">government</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"color: rgb(0,139,0); font-style: italic\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">person</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">in</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">authority.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">The</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plots</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">and</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">schemes</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">such</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group;</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span></font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0,0,0)\"></span></span><font size=\"2\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold\">cabal</span>.<span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\"></span><br /></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">2)</span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold\">cabals</span> in action for more than 30 years.<br /><br /><font size=\"4\">2.)</font></font><font size=\"4\"><a title=\"cadge\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/cadge\" target=\"_blank\">Cadge</a></font><font size=\"2\"><font size=\"4\"><a style=\"color: rgb(0,51,102)\" href=\"http://www.moodle.org/0.12407330079736834\"> (v)</a> :</font> <font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\">1)</font></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">imposing</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">on</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">another\'s</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">generosity</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">friendship.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">borrow</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">without</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">intent</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">to</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">repay.</span></font></p>\r\n<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span class=\"dnindex\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">3) </span></span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">beg</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">begging.</span></font> </p>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) I believe he was able to <strong>cadge</strong> a lift on the coach.</font></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"></font> </div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">3.)</font><a title=\"calipers\" href=\"http://dictionary.reference.com/browse/calipers\"><font size=\"4\">Calipers (<em>n</em>)</font></a><font size=\"4\"> : </font><font color=\"#008b00\"><em>1)</em> <em>An instrument for measuring thickness and internal or external diameters inaccessible to the scale, consisting usually of a pair of adjustable pivoted legs.</em></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><em><font color=\"#008b00\">2) Automotive- The part of a disc-brake assembly that straddles the disc and presses the brake pads against it.</font></em></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font color=\"#000000\"><font size=\"2\">1) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The mechanical stage has a spring caliper to hold a standard slide.</font></span></span></font></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font face=\"Trebuchet MS\" color=\"#000000\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\">2) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The front brakes use a radial caliper with four opposed<span class=\"Apple-converted-space\"> <span class=\"nolink\">pistons</span></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">, in keeping with the latest trends in racing technology.</font></span></span></font></span></span></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 13px; color: rgb(51,51,51); line-height: 16px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"3\"><font color=\"#008b00\"><span onmouseover=\"function anonymous() { function anonymous() { this.style.cursor=\'default\' } }\" style=\"padding-right: 0px; padding-left: 0px; font-size: 13px; padding-bottom: 0px; margin: 0px; cursor: default; color: rgb(51,51,51); line-height: 1.25em; padding-top: 0px; font-family: verdana, arial, helvetica, sans-serif; position: static; background-color: transparent\" onclick=\"function anonymous() { function anonymous() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function anonymous() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\"><em></em></span></font></font></span></span> </div>',1283954530),(819,'7b44336759fca2d196b532faf3e73166','<p class=\"book_chapter_title\">Root word Drill 5 (Letter \'E\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> </span></font><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> Please Click on the word in case you need more information</span></font><br /><br />1) <a href=\"http://www.reference.com/browse/ebullience\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Ebullience</span> </a>: <span style=\"color: rgb(0, 139, 0);\">From the Latin ebullire "to bubble up."</span><br style=\"color: rgb(0, 139, 0);\" />2) <a href=\"http://www.reference.com/browse/embellish\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Embellish</span></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\">embelir (</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Old French) </font><br />3) <a href=\"http://www.reference.com/browse/emaciate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Emaciate</span></a> : <span style=\"color: rgb(0, 139, 0);\"></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">wasted</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">away,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">equiv.</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">to</span> </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">ē-</span> </span></span> <span style=\"color: rgb(0, 139, 0);\"><a style=\"font-style: normal; font-weight: normal;\" href=\"http://dictionary.reference.com/browse/e-\"></a><span class=\"nolink\">e-</span> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> + </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">maciātus,</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">ptp.</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">of</span> </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">maciāre</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">produce</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">leanness</span></span><br />4) <a href=\"http://www.reference.com/browse/elicit\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Elicit</span></a>: <span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"></span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">drawn</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">out</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">(ptp.</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">of</span> </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">ēlicere</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">), <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">equiv.</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">to</span> </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">ē-</span> </span></span> <span style=\"color: rgb(0, 139, 0);\"><a style=\"font-style: normal; font-weight: normal;\" href=\"http://dictionary.reference.com/browse/e-\"></a><span class=\"nolink\">e-</span> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> + </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">lici-</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">draw,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">lure</span> + </span><span class=\"ital-inline\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">-tus</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">ptp.</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">suffix</span> </span><br />5) <a target=\"_blank\" href=\"http://www.reference.com/browse/encomium\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 51, 102);\">Encomium</span> </span></a>:<span style=\"color: rgb(0, 139, 0);\"> It </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">is</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">a</span> </span><a title=\"Latin language\" href=\"http://www.reference.com/browse/wiki/Latin_language\" style=\"color: rgb(0, 139, 0);\"></a><span class=\"nolink\"><span style=\"color: rgb(0, 139, 0);\">Latin</span> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">word</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">deriving</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">from</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> </span><span class=\"nolink\" style=\"color: rgb(0, 139, 0);\">Classical Greek</span><a title=\"Classical Greek\" href=\"http://www.reference.com/browse/wiki/Classical_Greek\" style=\"color: rgb(0, 139, 0);\"></a><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"> ἐγκώμιον ( </span><span style=\"font-style: italic; color: rgb(0, 139, 0);\"><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">encomion</span> </span></span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">) <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">meaning</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">praise</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">of</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">a</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">person</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\">or</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">thing.</span></span> ',1286998263),(820,'b0cb7bfa93c4564dfe2f4be8028b08ee','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p><p align=\"justify\"><span style=\"color: rgb(0,51,102)\"><font size=\"4\">1.)</font></span><a title=\"cabal\" style=\"color: rgb(0,51,102); text-decoration: underline\" href=\"http://dictionary.reference.com/browse/cabal\" target=\"_blank\"><font size=\"4\">Cabal (<em>n</em>)</font></a><span style=\"color: rgb(0,51,102); text-decoration: underline\"><font size=\"4\"> </font></span><span style=\"color: rgb(0,51,102)\"><font size=\"4\">:</font> </span><font size=\"3\"><span style=\"color: rgb(0,139,0); font-style: italic\">1)</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> A</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">small</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">secret</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plotters,</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">as</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">against</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">government</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"color: rgb(0,139,0); font-style: italic\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">person</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">in</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">authority.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">The</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plots</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">and</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">schemes</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">such</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group;</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span></font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0,0,0)\"></span></span><font size=\"2\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold\">cabal</span>.<span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\"></span><br /></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">2)</span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold\">cabals</span> in action for more than 30 years.<br /><br /><font size=\"4\">2.)</font></font><font size=\"4\"><a title=\"cadge\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/cadge\" target=\"_blank\">Cadge</a></font><font size=\"2\"><font size=\"4\"><a style=\"color: rgb(0,51,102)\" href=\"http://www.moodle.org/0.12407330079736834\"> (v)</a> :</font> <font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\">1)</font></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">imposing</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">on</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">another\'s</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">generosity</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">friendship.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">borrow</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">without</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">intent</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">to</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">repay.</span></font></p>
<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span class=\"dnindex\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">3) </span></span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">beg</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">begging.</span></font> </p>
<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) I believe he was able to <strong>cadge</strong> a lift on the coach.</font></font></div>
<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"></font> </div>
<div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">3.)</font><a title=\"calipers\" href=\"http://dictionary.reference.com/browse/calipers\"><font size=\"4\">Calipers (<em>n</em>)</font></a><font size=\"4\"> : </font><font color=\"#008b00\"><em>1)</em> <em>An instrument for measuring thickness and internal or external diameters inaccessible to the scale, consisting usually of a pair of adjustable pivoted legs.</em></font></div>
<div class=\"luna-Ent\" align=\"justify\"><em><font color=\"#008b00\">2) Automotive- The part of a disc-brake assembly that straddles the disc and presses the brake pads against it.</font></em></div>
<div class=\"luna-Ent\" align=\"justify\"><font color=\"#000000\"><font size=\"2\">1) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The mechanical stage has a spring caliper to hold a standard slide.</font></span></span></font></font></div>
<div class=\"luna-Ent\" align=\"justify\"><font face=\"Trebuchet MS\" color=\"#000000\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\">2) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The front brakes use a radial caliper with four opposed<span class=\"Apple-converted-space\"> <span class=\"nolink\">pistons</span></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">, in keeping with the latest trends in racing technology.</font></span></span></font></span></span></font></div>
<div class=\"luna-Ent\" align=\"justify\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 13px; color: rgb(51,51,51); line-height: 16px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"3\"><font color=\"#008b00\"><span onmouseover=\"function anonymous() { function anonymous() { this.style.cursor=\'default\' } }\" style=\"padding-right: 0px; padding-left: 0px; font-size: 13px; padding-bottom: 0px; margin: 0px; cursor: default; color: rgb(51,51,51); line-height: 1.25em; padding-top: 0px; font-family: verdana, arial, helvetica, sans-serif; position: static; background-color: transparent\" onclick=\"function anonymous() { function anonymous() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function anonymous() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\"><em></em></span></font></font></span></span> </div>',1284012102),(821,'9f38414a6a18938d9fb2388c4a318349','<p class=\"book_chapter_title\">Synonym Drill 24 (Letter \'H\')</p>1.)<a title=\"Hack\" href=\"http://www.thesaurus.com/browse/Hack\"><font color=\"#003366\">Hack</font></a> : <font color=\"#008b00\">chop,gash,mutilate</font>',1284017580),(822,'2f086fb7408071bc73fde553bf7792c5','<p class=\"book_chapter_title\">Slide show Drill 1(Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"3\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"> <font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word for the slide show</span></font> </font><br /></div><font size=\"3\"><br /><br />1)<a title=\"Abacus\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Abacus.swf\">Abacus: </a><br />2)Abdicate: <br />3)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abate.swf\" title=\"Abate\">Abate:</a><br />4)Abeyance:<br />5)Abhor:<br /><br />1)<a title=\"Abacus\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Slide_1.swf\">Abacus with video</a><br /></font> ',1283960127),(823,'a64e959ad39449217f2c76c5f791a096','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p><div style=\"text-align: center\"><font size=\"4\" style=\"color: rgb(255,0,0)\"><font size=\"4\" style=\"text-decoration: underline\"><font style=\"font-family: times new roman,times,serif; color: rgb(204,0,0)\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0,0,0)\">1.)</span><span style=\"color: rgb(0,71,127)\"><a title=\"Abacus\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic\">n</span>)</a> </span>:</font><span style=\"color: rgb(0,139,0)\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0,139,0)\"><span style=\"font-style: italic\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102,51,0); font-size: medium; word-spacing: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold\" /></font><br style=\"color: rgb(0,0,0)\" /><font size=\"4\" style=\"color: rgb(0,0,0)\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102,51,0); font-weight: bold\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px\">1)Whether this zeal will <span style=\"font-weight: bold\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: bold italic medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px\"></span></font><br />\r\n<div style=\"text-align: justify\"><font size=\"4\"><span style=\"color: rgb(0,0,0)\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic\"><font style=\"color: rgb(0,139,0)\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0,139,0)\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic\"><span style=\"color: rgb(0,139,0)\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0,139,0)\" /></div>\r\n<div style=\"text-align: justify\"> \r\n <div style=\"text-align: left\"></div> \r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"><span style=\"color: rgb(102,51,0)\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"><span style=\"color: rgb(102,51,0)\">1)If a king or queen <span style=\"font-weight: bold\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"><br style=\"color: rgb(102,51,0)\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"><span style=\"color: rgb(102,51,0)\">2)Many parents simply <span style=\"font-weight: bold\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0,0,0)\" /><font size=\"4\"><span style=\"color: rgb(0,0,0)\">4.)</span><a title=\"beyance\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0,139,0)\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0); font-weight: bold\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0,0,0)\"><br style=\"color: rgb(0,0,0)\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0,0,0)\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"><span style=\"color: rgb(0,0,0)\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\" /></span></span></font> \r\n <div style=\"text-align: justify\"><font size=\"2\" style=\"color: rgb(102,51,0)\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px\">1)They are people who <span style=\"font-weight: bold\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102,51,0)\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0,0,0)\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102,51,0)\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255,255,153)\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px\">2)I agree to <span style=\"font-weight: bold\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px\">The woman also confessed her share in the crime at Findon and both abjured the realm.<span class=\"ex\" style=\"background-color: rgb(255,255,153)\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\" /></font><br /></div></div>',1284215620),(824,'489dad3c117e4303d6faa8ca2c921a5d','<p class=\"book_chapter_title\">Slide show Drill 1(Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"3\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"> <font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word for the slide show</span></font> </font><br /></div><font size=\"3\"><br /><br />1)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Abacus.swf\" title=\"Abacus\">Abacus: </a><br />2)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abdicate.swf\" title=\"Abdicate\">Abdicate:</a> <br />3)<a title=\"Abate\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abate.swf\">Abate:</a><br />4)Abeyance:<br />5)Abhor:<br /><br />1)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Slide_1.swf\" title=\"Abacus\">Abacus with video</a><br /></font> ',1283968794),(825,'d63cc372a259ebff38d571cf6c3f19c5','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p>1.)<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 12\" name=\"Generator\" /><meta content=\"Microsoft Word 12\" name=\"Originator\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" style=\"color: rgb(0, 51, 102); font-weight: bold;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" style=\"color: rgb(0, 51, 102); font-weight: bold;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"color: rgb(0, 51, 102); font-weight: bold;\" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold;\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"calibri\",\"sans-serif\";\">Jabber(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">To talk rapidly, unintelligibly, or idly.<br /></span></span></font>How can <span class=\"nolink\">someone</span> jabber on for so many years and not really say anything? <br /> ',1283963025),(826,'10caff16fa3807a0d0bafed2f82f2a55','<p><p>Letter \'B\' Flash Card</p></p>',1284293145),(827,'5f378d460932ea66e9bb7b498597b86d','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p><span style=\"font-family: times new roman,times,serif;\"> 1.)</span><link style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\" rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" /><link style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\" rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" /><link style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\" rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &lt;!-- /* Font Definitions */ @font-face {font-family:&quot;Cambria Math&quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&quot;&quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\"><span style=\"font-size: 14pt; line-height: 115%;\">Jabber(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: times new roman,times,serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-style: italic;\">To talk rapidly, unintelligibly, or idly.</span><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: times new roman,times,serif;\">How can <span class=\"nolink\">someone</span> <span style=\"font-weight: bold;\">jabber </span>on for so many years and not really say anything? </font><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><span style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\">Jeoperdize(v):</span><font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Risk loss, damage, or failure of; endanger.<br /></span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">How could UFOs <span style=\"font-weight: bold;\">jeopardize </span>the national<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">security</span><span class=\"Apple-converted-space\"> </span>of the U.S</font>.</span></span><meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 12\" name=\"Generator\" /><meta content=\"Microsoft Word 12\" name=\"Originator\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--><font size=\"4\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"></span></font> ',1283965006),(828,'83f9dfa2b483b093a4b5ca4a68f94f31','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p> <span style=\"font-family: times new roman,times,serif;\"> 1.)</span><a href=\"http://dictionary.reference.com/browse/jabber\" title=\"jabber\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Jabber</span></font></a><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\"><span style=\"font-size: 14pt; line-height: 115%;\">(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: times new roman,times,serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-style: italic;\">To talk rapidly, unintelligibly, or idly.</span><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: times new roman,times,serif;\">How can <span class=\"nolink\">someone</span> <span style=\"font-weight: bold;\">jabber </span>on for so many years and not really say anything? </font><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><span style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">Jeopardize(v)</font>:</span><font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-style: italic;\">Risk loss, damage, or failure of; endanger.</span><br /></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">How could UFOs <span style=\"font-weight: bold;\">jeopardize </span>the national<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">security</span><span class=\"Apple-converted-space\"> </span>of the U.S</font>.</span></span><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"File-List\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"themeData\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"colorSchemeMapping\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &lt;!-- /* Font Definitions */ @font-face {font-family:&quot;Cambria Math&quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&quot;&quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"></span></font> ',1283965226),(829,'a6c8d6309845df55d21b7a27cd0a027e','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p>\r\n<div class=\"MsoNormal\"><font size=\"4\"><br /></font><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\"></span></font>\r\n <div class=\"entry collo\" style=\"color: rgb(102, 51, 0);\"><font size=\"2\"> </font></div></div>',1283965236),(830,'4c0ffab114d4208910c904ff6eb88fb5','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p> <span style=\"font-family: times new roman,times,serif;\"> 1.)</span><a title=\"jabber\" href=\"http://dictionary.reference.com/browse/jabber\" target=\"_blank\" style=\"font-weight: bold;\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Jabber</span></font></a><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\"><span style=\"font-size: 14pt; line-height: 115%;\">(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: times new roman,times,serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-style: italic;\">To talk rapidly, unintelligibly, or idly.</span><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: times new roman,times,serif;\">How can <span class=\"nolink\">someone</span> <span style=\"font-weight: bold;\">jabber </span>on for so many years and not really say anything? </font><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><a href=\"http://dictionary.reference.com/browse/jeopardize\" target=\"_blank\" title=\"jeopardize\" style=\"font-weight: bold;\"><span style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">Jeopardize</font></span></a><span style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">(v)</font>:</span><font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-style: italic;\">Risk loss, damage, or failure of; endanger.</span><br /></span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">How could UFOs <span style=\"font-weight: bold;\">jeopardize </span>the national<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">security</span><span class=\"Apple-converted-space\"> </span>of the U.S</font>.<br /><br /><br />3.)</span></span><meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 12\" name=\"Generator\" /><meta content=\"Microsoft Word 12\" name=\"Originator\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" style=\"color: rgb(0, 51, 102);\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" style=\"color: rgb(0, 51, 102);\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"color: rgb(0, 51, 102);\" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-size: 11pt; line-height: 115%; font-family: \"calibri\",\"sans-serif\";\">Jibe</span></font><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;quot;Cambria Math&amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;quot;&amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"></span></font> ',1283965547),(831,'24c286be44ad88a999e4f821d9e6ba0d','<p>Well its okay...but the answers need more improvements. Better to keep them more general. </p>',1284625885),(832,'9e2a739744e67d7ac8d25a2b6429bdb7','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p> <span style=\"font-family: times new roman,times,serif;\"> 1.)</span><a style=\"font-weight: bold;\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jabber\" title=\"jabber\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Jabber</span></font></a><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\"><span style=\"font-size: 14pt; line-height: 115%;\">(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: times new roman,times,serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-style: italic;\">To talk rapidly, unintelligibly, or idly.</span><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: times new roman,times,serif;\">How can <span class=\"nolink\">someone</span> <span style=\"font-weight: bold;\">jabber </span>on for so many years and not really say anything? </font><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><a style=\"font-weight: bold;\" title=\"jeopardize\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jeopardize\"><span style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">Jeopardize</font></span></a><span style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">(v)</font>:</span><font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-style: italic;\">Risk loss, damage, or failure of; endanger.</span><br /></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">How could UFOs <span style=\"font-weight: bold;\">jeopardize </span>the national<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">security</span><span class=\"Apple-converted-space\"> </span>of the U.S</font>.<br /><br /><br />3.)</span></span><link style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" /><link style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" /><link style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &lt;!-- /* Font Definitions */ @font-face {font-family:&quot;Cambria Math&quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&quot;&quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"><a href=\"http://dictionary.reference.com/browse/jibe\" target=\"_blank\" title=\"jibe\" style=\"color: rgb(0, 51, 102); font-weight: bold;\">Jibe</a>(v):</span></font><meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 12\" name=\"Generator\" /><meta content=\"Microsoft Word 12\" name=\"Originator\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--><span style=\"font-size: 11pt; line-height: 115%; font-family: \"calibri\",\"sans-serif\";\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">gibe,make fun of.<br /></font></span><font size=\"2\" style=\"font-family: times new roman,times,serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Mr Kennedy has<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">face</span>d <span style=\"font-weight: bold;\">jibes </span>about his widely rumored alcoholism for several years.</span></span></font><br /><span style=\"font-size: 11pt; line-height: 115%; font-family: \"calibri\",\"sans-serif\";\"><br /></span><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"File-List\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"themeData\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"colorSchemeMapping\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;quot;Cambria Math&amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;quot;&amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"></span></font> ',1283966116),(833,'3e88512d09727f9549c1d0ad2e89a59c','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p>\r\n<div class=\"MsoNormal\"><font size=\"4\"><br />6.) <a href=\"http://dictionary.reference.com/browse/embezzle\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Embezzle(v)</span></a> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Use in a wrong way for one\'s own benefit</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I had <span style=\"font-weight: bold;\">embezzled</span> money at my store; I was lost else; I must have gone to jail.<br />2)She was recently arrested for <span style=\"font-weight: bold;\">embezzling</span> millions from the impoverished Bosnian state.</font><br style=\"color: rgb(102, 51, 0);\" /><br />7.) <a href=\"http://dictionary.reference.com/browse/engender\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Engender(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Cause,produce,give rise to</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1) Hatred <span style=\"font-weight: bold;\">engenders</span> violence. </span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Conditions for a war were <span style=\"font-weight: bold;\">engendering</span> in Europe. </span><br /></font><br />8.) <a href=\"http://dictionary.reference.com/browse/evince\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Evince(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">To show clearly,to indicate</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I\'ve read some books by African novelists and they portrayed a different place and<span style=\"font-weight: bold;\"> evinced</span> different attitudes.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)But as many as 68 percent of classical musicians also <span style=\"font-weight: bold;\">evinced</span> impairments.</span><br /></font><br />9.) <a href=\"http://dictionary.reference.com/browse/excoriate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Excoriate(v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To flay,strip off the skin,to denounce sharply</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It encourages secure adhesion whilst simultaneously promoting healing in sore or <span style=\"font-weight: bold;\">excoriated</span> skin.<br />2)Here are images of flight, of <span style=\"font-weight: bold;\">excoriated</span> flesh, frustrated sex, the geometry of fear.</font><br /><br />10.) <a href=\"http://dictionary.reference.com/browse/exculpate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exculpate(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Free from blame</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which <span style=\"font-weight: bold;\">exculpated</span> the claimant.<br />2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally <span style=\"font-weight: bold;\">exculpating</span> their actions. </font><br /></font><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\"></span></font>\r\n <div style=\"color: rgb(102, 51, 0);\" class=\"entry collo\"><font size=\"2\"> </font></div></div>',1284223647),(834,'3e5fde4a03a5bdffa3341d5d5c6db15f','<p class=\"book_chapter_title\">Operating System</p> <link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n<script type=\"text/javascript\"> $(document).ready(function() { $(&amp;amp;amp;amp;amp;amp;amp;amp;quot;#pnlaccordion&amp;amp;amp;amp;amp;amp;amp;amp;quot;).accordion(); }); </script>\r\n<div role=\"tablist\" class=\"ui-accordion ui-widget ui-helper-reset ui-accordion-icons\" id=\"pnlaccordion\">\r\n <h3 tabindex=\"0\" aria-expanded=\"true\" role=\"tab\" class=\"ui-accordion-header ui-helper-reset ui-state-default ui-state-active ui-corner-top\"><span class=\"ui-icon ui-icon-triangle-1-s\"></span> <a tabindex=\"-1\" href=\"#\">What is a Shell? How it is different from OS kernel? </a></h3>\r\n <div>\r\n <p> A shell is basically a piece of software that provides an interface for users of an operating system to the services of a kernel.The name shell originates from shells, being an outer layer of interface between the user and the internals of the operating system (the kernel). <br /> Whereas a kernel is a central component of an operating system, it works as a bridge between applications and the actual data processing done at the hardware level. </p> </div>\r\n <div role=\"tabpanel\" style=\"height: 104px;\" class=\"ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active\"> </div></div>',1284622644),(835,'40d505af18a6a7715c588de2277fdf54','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p><span style=\"font-family: times new roman,times,serif;\">1.)</span><a title=\"jabber\" href=\"http://dictionary.reference.com/browse/jabber\" target=\"_blank\" style=\"font-weight: bold;\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Jabber</span></font></a><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\"><span style=\"font-size: 14pt; line-height: 115%;\">(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: times new roman,times,serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-style: italic;\">To talk rapidly, unintelligibly, or idly.</span><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: times new roman,times,serif;\">How can <span class=\"nolink\">someone</span> <span style=\"font-weight: bold;\">jabber </span>on for so many years and not really say anything? </font><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><a href=\"http://dictionary.reference.com/browse/jeopardize\" target=\"_blank\" title=\"jeopardize\" style=\"font-weight: bold;\"><span style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">Jeopardize</font></span></a><span style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">(v)</font>:</span><font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-style: italic;\">Risk loss, damage, or failure of; endanger.</span><br /></span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">How could UFOs <span style=\"font-weight: bold;\">jeopardize </span>the national<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">security</span><span class=\"Apple-converted-space\"> </span>of the U.S</font>.<br /><br />3.)</span></span><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;quot;Cambria Math&amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;quot;&amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"><span style=\"text-decoration: underline;\"><span style=\"font-weight: bold;\">Jibe</span></span>(v):</span></font><link rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &lt;!-- /* Font Definitions */ @font-face {font-family:&quot;Cambria Math&quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&quot;&quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span style=\"font-size: 11pt; line-height: 115%;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">gibe,make fun of.<br /></font></span><font size=\"2\" style=\"font-family: times new roman,times,serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Mr Kennedy has<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">face</span>d <span style=\"font-weight: bold;\">jibes </span>about his widely rumored alcoholism for several years.<br /><br />4.)</span></span></font><meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 12\" name=\"Generator\" /><meta content=\"Microsoft Word 12\" name=\"Originator\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\"><a href=\"http://dictionary.reference.com/browse/jocular\" target=\"_blank\" title=\"jocular\"><span style=\"font-size: 11pt; line-height: 115%;\">Jocular</span></a></font>(a):<span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0);\">joking, humorous, full of fun</span><span style=\"border-collapse: separate; color: rgb(0, 59, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0);\">.</span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He was<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">very</span><span class=\"Apple-converted-space\"> </span>jocular, and about as good of walking on his hands as feet.</span></span><br /><span style=\"font-size: 11pt; line-height: 115%;\"><br /></span><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;quot;Cambria Math&amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;quot;&amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;quot;Calibri&amp;amp;amp;quot;,&amp;amp;amp;quot;sans-serif&amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"></span></font> ',1283966722),(836,'64df5689365d77e788967dd277fdf7e9','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p> <span style=\"font-family: times new roman,times,serif;\">1.)</span><a style=\"font-weight: bold;\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jabber\" title=\"jabber\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Jabber</span></font></a><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\"><span style=\"font-size: 14pt; line-height: 115%;\">(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: times new roman,times,serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-style: italic;\">To talk rapidly, unintelligibly, or idly.</span><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: times new roman,times,serif;\">How can <span class=\"nolink\">someone</span> <span style=\"font-weight: bold;\">jabber </span>on for so many years and not really say anything? </font><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><a style=\"font-weight: bold;\" title=\"jeopardize\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jeopardize\"><span style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">Jeopardize</font></span></a><span style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">(v)</font>:</span><font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-style: italic;\">Risk loss, damage, or failure of; endanger.</span><br /></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">How could UFOs <span style=\"font-weight: bold;\">jeopardize </span>the national<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">security</span><span class=\"Apple-converted-space\"> </span>of the U.S</font>.<br /><br />3.)</span></span><link style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" /><link style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" /><link style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;quot;Cambria Math&amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;quot;&amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"><span style=\"text-decoration: underline;\"><span style=\"font-weight: bold;\">Jibe</span></span>(v):</span></font><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;quot;Cambria Math&amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;quot;&amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span style=\"font-size: 11pt; line-height: 115%;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">gibe,make fun of.<br /></font></span><font size=\"2\" style=\"font-family: times new roman,times,serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Mr Kennedy has<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">face</span>d <span style=\"font-weight: bold;\">jibes </span>about his widely rumored alcoholism for several years.<br /><br />4.)</span></span></font><link rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &lt;!-- /* Font Definitions */ @font-face {font-family:&quot;Cambria Math&quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&quot;&quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\"><a title=\"jocular\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jocular\"><span style=\"font-size: 11pt; line-height: 115%;\">Jocular</span></a></font>(a):<span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">joking, humorous, full of fun</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 59, 0); font-family: times new roman,times,serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">.</span><br /><font size=\"2\" style=\"font-family: times new roman,times,serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">He was<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">jocular</span>, and about as good of walking on his hands as feet.</span></span><br /></font><span style=\"font-size: 11pt; line-height: 115%;\"><br /></span><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"File-List\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"themeData\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"colorSchemeMapping\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;quot;&amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;quot;,&amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"></span></font> ',1283967015),(837,'87c564c996728099a2becb8203fcb443','<p class=\"book_chapter_title\">Vocab Drill 19 (Letter \'E\')</p><br /><br /><font size=\"4\">16.)<span style=\"color: rgb(0,51,102)\"> <a style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/eulogy\" target=\"_blank\">Eulogy(</a></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0,51,102)\">n</span><span style=\"color: rgb(0,51,102)\">)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0,139,0)\"><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">High</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">praise</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\" style=\"color: rgb(0,139,0)\"><span style=\"font-style: italic\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)</font></span><font size=\"2\" style=\"color: rgb(102,51,0)\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0,51,102)\"> <a href=\"http://dictionary.reference.com/browse/exorbitant\" target=\"_blank\">Exorbitant</a></span><a href=\"http://www.moodle.org/0.16146683109369053\">\r\n<p style=\"color: rgb(0,51,102)\"></p><span style=\"color: rgb(0,51,102)\">(</span><span style=\"font-style: italic; color: rgb(0,51,102)\">adj</span><span style=\"color: rgb(0,51,102)\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic\"> <span style=\"color: rgb(0,139,0)\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102,51,0)\" /><br /><font size=\"4\">18.) <a href=\"http://dictionary.reference.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Extenuate</span>\r\n<p style=\"color: rgb(0,51,102)\"></p><span style=\"color: rgb(0,51,102)\">(</span><span style=\"font-style: italic; color: rgb(0,51,102)\">v</span><span style=\"color: rgb(0,51,102)\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102,51,0)\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0,51,102)\"> <a href=\"http://dictionary.reference.com/browse/epicure\" target=\"_blank\">Epicure(</a></span><a href=\"http://www.moodle.org/0.8291131326624142\"><span style=\"font-style: italic; color: rgb(0,51,102)\">n</span><span style=\"color: rgb(0,51,102)\">)</span></a></font> :\r\n<p></p><span style=\"color: rgb(0,139,0)\"> </span><font size=\"3\" style=\"color: rgb(0,139,0)\"><span style=\"font-style: italic\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <a class=\"ex\" href=\"http://www.yourdictionary.com/abstemious\">abstemious</a> epicure.</font><br style=\"color: rgb(102,51,0)\" /><br /><font size=\"4\">20.) <a href=\"http://dictionary.reference.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Entreat(</span><span style=\"font-style: italic; color: rgb(0,51,102)\">v</span><span style=\"color: rgb(0,51,102)\">)</span></a></font> :\r\n<p></p> <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)I therefore <span style=\"font-weight: bold\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold\">entreated</span> God to spare us those things that scare us? </font>\r\n<div class=\"dndata\"><span id=\"hotword\"></span> </div>\r\n<div class=\"dndata\"><span>21.)<font size=\"4\">Engrave(<em>v</em>)</font> :Impress deeply</span></div>\r\n<div class=\"dndata\"><span>1)I saw his name engraved on <a class=\"ex\" href=\"http://www.yourdictionary.com/plaque\">plaque</a>s as the winner of various competitions. 2)The date of your wedding can be engraved on the <a class=\"ex\" href=\"http://www.yourdictionary.com/reverse\">reverse</a> of the hat. </span> </div>\r\n<div class=\"dndata\"></div>',1283967026),(838,'6d1e1e66bd1479423acd14b7d3ce16bf','<p class=\"book_chapter_title\">Vocab Drill 19 (Letter \'E\')</p><br /><br /><font size=\"4\">16.)<span style=\"color: rgb(0,51,102)\"> <a style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/eulogy\" target=\"_blank\">Eulogy(</a></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0,51,102)\">n</span><span style=\"color: rgb(0,51,102)\">)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0,139,0)\"><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">High</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">praise</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\" style=\"color: rgb(0,139,0)\"><span style=\"font-style: italic\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)</font></span><font size=\"2\" style=\"color: rgb(102,51,0)\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0,51,102)\"> <a href=\"http://dictionary.reference.com/browse/exorbitant\" target=\"_blank\">Exorbitant</a></span><a href=\"http://www.moodle.org/0.16146683109369053\"> <span style=\"color: rgb(0,51,102)\">(</span><span style=\"font-style: italic; color: rgb(0,51,102)\">adj</span><span style=\"color: rgb(0,51,102)\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic\"> <span style=\"color: rgb(0,139,0)\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102,51,0)\" /><br /><font size=\"4\">18.) <a href=\"http://dictionary.reference.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Extenuate</span> <span style=\"color: rgb(0,51,102)\">(</span><span style=\"font-style: italic; color: rgb(0,51,102)\">v</span><span style=\"color: rgb(0,51,102)\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102,51,0)\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0,51,102)\"> <a href=\"http://dictionary.reference.com/browse/epicure\" target=\"_blank\">Epicure(</a></span><a href=\"http://www.moodle.org/0.8291131326624142\"><span style=\"font-style: italic; color: rgb(0,51,102)\">n</span><span style=\"color: rgb(0,51,102)\">)</span></a></font> : <font size=\"3\" style=\"color: rgb(0,139,0)\"><span style=\"font-style: italic\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <a class=\"ex\" href=\"http://www.yourdictionary.com/abstemious\">abstemious</a> epicure.</font><br style=\"color: rgb(102,51,0)\" /><br /><font size=\"4\">20.) <a href=\"http://dictionary.reference.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Entreat(</span><span style=\"font-style: italic; color: rgb(0,51,102)\">v</span><span style=\"color: rgb(0,51,102)\">)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)I therefore <span style=\"font-weight: bold\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold\">entreated</span> God to spare us those things that scare us? </font>\r\n<div class=\"dndata\"><span id=\"hotword\"></span> </div>\r\n<div class=\"dndata\"><span>21.)<font size=\"4\">Engrave(<em>v</em>)</font> :Impress deeply</span></div>\r\n<div class=\"dndata\"><span>1)I saw his name engraved on <a class=\"ex\" href=\"http://www.yourdictionary.com/plaque\">plaque</a>s as the winner of various competitions. 2)The date of your wedding can be engraved on the <a class=\"ex\" href=\"http://www.yourdictionary.com/reverse\">reverse</a> of the hat. </span> </div>\r\n<div class=\"dndata\"></div>',1283967097),(839,'c2ad093490fcd055598ccd7ef01c2e27','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p> <span style=\"font-family: times new roman,times,serif;\">1.)</span><a title=\"jabber\" href=\"http://dictionary.reference.com/browse/jabber\" target=\"_blank\" style=\"font-weight: bold;\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Jabber</span></font></a><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\"><span style=\"font-size: 14pt; line-height: 115%;\">(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: times new roman,times,serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-style: italic;\">To talk rapidly, unintelligibly, or idly.</span><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: times new roman,times,serif;\">How can <span class=\"nolink\">someone</span> <span style=\"font-weight: bold;\">jabber </span>on for so many years and not really say anything? </font><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><a href=\"http://dictionary.reference.com/browse/jeopardize\" target=\"_blank\" title=\"jeopardize\" style=\"font-weight: bold;\"><span style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">Jeopardize</font></span></a><span style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">(v)</font>:</span><font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-style: italic;\">Risk loss, damage, or failure of; endanger.</span><br /></span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">How could UFOs <span style=\"font-weight: bold;\">jeopardize </span>the national<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">security</span><span class=\"Apple-converted-space\"> </span>of the U.S</font>.<br /><br />3.)</span></span><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;quot;Cambria Math&amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;quot;&amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;quot;Calibri&amp;amp;amp;quot;,&amp;amp;amp;quot;sans-serif&amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"><span style=\"text-decoration: underline;\"><span style=\"font-weight: bold;\">Jibe</span></span>(v):</span></font><link rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;quot;Cambria Math&amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;quot;&amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span style=\"font-size: 11pt; line-height: 115%;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">gibe,make fun of.<br /></font></span><font size=\"2\" style=\"font-family: times new roman,times,serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Mr Kennedy has<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">face</span>d <span style=\"font-weight: bold;\">jibes </span>about his widely rumored alcoholism for several years.<br /><br />4.)</span></span></font><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;quot;Cambria Math&amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;quot;&amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(0, 139, 0);\"><a href=\"http://dictionary.reference.com/browse/jocular\" target=\"_blank\" title=\"jocular\"><span style=\"font-size: 11pt; line-height: 115%;\">Jocular</span></a></font>(a):<span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">joking, humorous, full of fun</span><span style=\"border-collapse: separate; color: rgb(0, 59, 0); font-family: times new roman,times,serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">.</span><br /><font size=\"2\" style=\"font-family: times new roman,times,serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He was<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">jocular</span>, and about as good of walking on his hands as feet.</span></span><br /></font><span style=\"font-size: 11pt; line-height: 115%;\"><br /></span><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"></span></font> ',1283967546),(840,'0d40217ea00624aa25b1989cdb29b3a0','<p class=\"book_chapter_title\">Vocab Drill 19 (Letter \'E\')</p><br /><br /><font size=\"4\">16.)<span style=\"color: rgb(0,51,102)\"> <a style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/eulogy\" target=\"_blank\">Eulogy(</a></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0,51,102)\">n</span><span style=\"color: rgb(0,51,102)\">)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0,139,0)\"><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">High</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">praise</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\" style=\"color: rgb(0,139,0)\"><span style=\"font-style: italic\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)</font></span><font size=\"2\" style=\"color: rgb(102,51,0)\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0,51,102)\"> <a href=\"http://dictionary.reference.com/browse/exorbitant\" target=\"_blank\">Exorbitant</a></span><a href=\"http://www.moodle.org/0.16146683109369053\"> <span style=\"color: rgb(0,51,102)\">(</span><span style=\"font-style: italic; color: rgb(0,51,102)\">adj</span><span style=\"color: rgb(0,51,102)\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic\"> <span style=\"color: rgb(0,139,0)\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102,51,0)\" /><br /><font size=\"4\">18.) <a href=\"http://dictionary.reference.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Extenuate</span> <span style=\"color: rgb(0,51,102)\">(</span><span style=\"font-style: italic; color: rgb(0,51,102)\">v</span><span style=\"color: rgb(0,51,102)\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102,51,0)\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0,51,102)\"> <a href=\"http://dictionary.reference.com/browse/epicure\" target=\"_blank\">Epicure(</a></span><a href=\"http://www.moodle.org/0.8291131326624142\"><span style=\"font-style: italic; color: rgb(0,51,102)\">n</span><span style=\"color: rgb(0,51,102)\">)</span></a></font> : <font size=\"3\" style=\"color: rgb(0,139,0)\"><span style=\"font-style: italic\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <a class=\"ex\" href=\"http://www.yourdictionary.com/abstemious\">abstemious</a> epicure.</font><br style=\"color: rgb(102,51,0)\" /><br /><font size=\"4\">20.) <a href=\"http://dictionary.reference.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Entreat(</span><span style=\"font-style: italic; color: rgb(0,51,102)\">v</span><span style=\"color: rgb(0,51,102)\">)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)I therefore <span style=\"font-weight: bold\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold\">entreated</span> God to spare us those things that scare us? </font>\r\n<div class=\"dndata\"><span id=\"hotword\"></span> </div>\r\n<div class=\"dndata\"></div>',1284220445),(841,'9430579b4d4bd591846801f6633a9115','<p class=\"book_chapter_title\">What is Shell? How it is different than OS Kernel?</p>What is Shell? How it is different than OS Kernel? ',1283967348),(842,'484fe06354043fc3bb470944f75f592c','<p class=\"book_chapter_title\">What is Shell? How it is different than OS Kernel?</p>OS is a software which runs on top of kernel. It is command interpreter. It executes commands like cp, mv, pipe etc. ',1284622748),(843,'83c2af3fb88d1a502af76a927d341799','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p> <span style=\"font-family: times new roman,times,serif;\">1.)</span><a style=\"font-weight: bold;\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jabber\" title=\"jabber\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Jabber</span></font></a><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\"><span style=\"font-size: 14pt; line-height: 115%;\">(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: times new roman,times,serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-style: italic;\">To talk rapidly, unintelligibly, or idly.</span><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: times new roman,times,serif;\">How can <span class=\"nolink\">someone</span> <span style=\"font-weight: bold;\">jabber </span>on for so many years and not really say anything? </font><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><a style=\"font-weight: bold;\" title=\"jeopardize\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jeopardize\"><span style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">Jeopardize</font></span></a><span style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">(v)</font>:</span><font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-style: italic;\">Risk loss, damage, or failure of; endanger.</span><br /></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">How could UFOs <span style=\"font-weight: bold;\">jeopardize </span>the national<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">security</span><span class=\"Apple-converted-space\"> </span>of the U.S</font>.<br /><br />3.)</span></span><link style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" /><link style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" /><link style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;quot;&amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;quot;,&amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"><span style=\"text-decoration: underline;\"><span style=\"font-weight: bold;\">Jibe</span></span>(v):</span></font><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;quot;Cambria Math&amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;quot;&amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;quot;Calibri&amp;amp;amp;quot;,&amp;amp;amp;quot;sans-serif&amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span style=\"font-size: 11pt; line-height: 115%;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">gibe,make fun of.<br /></font></span><font size=\"2\" style=\"font-family: times new roman,times,serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Mr Kennedy has<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">face</span>d <span style=\"font-weight: bold;\">jibes </span>about his widely rumored alcoholism for several years.<br /><br />4.)</span></span></font><link rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" style=\"color: rgb(0, 51, 102);\" /><link rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" style=\"color: rgb(0, 51, 102);\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" style=\"color: rgb(0, 51, 102);\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;quot;Cambria Math&amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;quot;&amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><a href=\"http://dictionary.reference.com/browse/jocular\" target=\"_blank\" title=\"jocular\"><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\">Jocular</font></a>(a):<span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">joking, humorous, full of fun</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 59, 0); font-family: times new roman,times,serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">.</span><br /><font size=\"2\" style=\"font-family: times new roman,times,serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">He was<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">jocular</span>, and about as good of walking on his hands as feet.</span></span><br /></font><span style=\"font-size: 11pt; line-height: 115%;\"><br /></span><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"File-List\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"themeData\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"colorSchemeMapping\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"></span></font> ',1283968206); INSERT INTO `mdl_cache_text` VALUES (844,'286eb5da5664747d744e968c8dd80eac','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p> <span style=\"font-family: times new roman,times,serif;\">1.)</span><a title=\"jabber\" href=\"http://dictionary.reference.com/browse/jabber\" target=\"_blank\" style=\"font-weight: bold;\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Jabber</span></font></a><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\"><span style=\"font-size: 14pt; line-height: 115%;\">(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: times new roman,times,serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-style: italic;\">To talk rapidly, unintelligibly, or idly.</span><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: times new roman,times,serif;\">How can <span class=\"nolink\">someone</span> <span style=\"font-weight: bold;\">jabber </span>on for so many years and not really say anything? </font><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><a href=\"http://dictionary.reference.com/browse/jeopardize\" target=\"_blank\" title=\"jeopardize\" style=\"font-weight: bold;\"><span style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">Jeopardize</font></span></a><span style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">(v)</font>:</span><font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-style: italic;\">Risk loss, damage, or failure of; endanger.</span><br /></span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">How could UFOs <span style=\"font-weight: bold;\">jeopardize </span>the national<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">security</span><span class=\"Apple-converted-space\"> </span>of the U.S</font>.<br /><br />3.)</span></span><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"><span style=\"text-decoration: underline;\"><span style=\"font-weight: bold;\">Jibe</span></span>(v):</span></font><link rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;quot;&amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;quot;,&amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span style=\"font-size: 11pt; line-height: 115%;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">gibe,make fun of.<br /></font></span><font size=\"2\" style=\"font-family: times new roman,times,serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Mr Kennedy has<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">face</span>d <span style=\"font-weight: bold;\">jibes </span>about his widely rumored alcoholism for several years.<br /><br />4.)</span></span></font><link style=\"color: rgb(0, 51, 102);\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><link style=\"color: rgb(0, 51, 102);\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link style=\"color: rgb(0, 51, 102);\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;quot;Cambria Math&amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;quot;&amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;quot;Calibri&amp;amp;amp;quot;,&amp;amp;amp;quot;sans-serif&amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><a title=\"jocular\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jocular\"><meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 12\" name=\"Generator\" /><meta content=\"Microsoft Word 12\" name=\"Originator\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-1610611985 1107304683 0 0 415 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\"><a title=\"jocular\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jocular\"><span style=\"color: rgb(0, 51, 102);\">Jocular</span></a></span></a>(a):<span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">joking, humorous, full of fun</span><span style=\"border-collapse: separate; color: rgb(0, 59, 0); font-family: times new roman,times,serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">.</span><br /><font size=\"2\" style=\"font-family: times new roman,times,serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He was<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">jocular</span>, and about as good of walking on his hands as feet.</span></span><br /></font><span style=\"font-size: 11pt; line-height: 115%;\"><br /></span><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"></span></font> ',1284042604),(845,'0246bcbb51a10b863a10a9333c09c2d2','<p class=\"book_chapter_title\">Slide show Drill 1(Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"3\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"> <font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word for the slide show</span></font> </font><br /></div><font size=\"3\"><br /><br />1)<a title=\"Abacus\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Abacus.swf\">Abacus: </a><br />2)<a title=\"Abdicate\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abdicate.swf\">Abdicate:</a> <br />3)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abate.swf\" title=\"Abate\">Abate:</a><br />4)<a href=\"http://www.infotek-solutions.com/campus/file.php/6/Flash_presentations_Drill_1_letter_A_/Abeyance.swf\" title=\"Abeyance\">Abeyance:</a><br />5)Abhor:<br /><br />1)<a title=\"Abacus\" href=\"http://www.infotek-solutions.com/campus/file.php/6/Slide_1.swf\">Abacus with video</a><br /></font> ',1284647647),(846,'2c83555aad7886a3a1749acdfc3acd11','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\">In case of more information please click on the word<br /> </span><span style=\"color: rgb(0, 0, 0);\">1.) Impolitic : </span></span></font><span> <span class=\"theColor\">careful</span><span id=\"hotword\">, </span><span class=\"theColor\">cautious</span><span id=\"hotword\">, </span><span class=\"theColor\">discreet</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">politic,</span> </span><span class=\"theColor\">wise<br />http://thesaurus.com/browse/impolitic<br /><br />2.) Immanent : external, extrinsic, acquired<br />http://thesaurus.com/browse/immanent<br /><br />3.) Illicit :</span></span><span><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"> legal, legitimate, noble, licit<br />http://thesaurus.com/browse/illicit<br /><br /></span></span></span><span id=\"hotword\"><span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">4.) Ignominy : credit,</span> <span onclick=\"function onclick(event) { this.style.backgroundColor = \"#b5d5ff\"; return hotWord(this); }\" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \"transparent\"; }\" onmouseover=\"function onmouseover(event) { this.style.cursor = \"default\"; }\" name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">honor<br />http://thesaurus.com/browse/ignominy<br /><br />5.) Inhibit : aid, allow, assist<br />http://thesaurus.com/browse/inhibit<br /><br />6.) Innate : </span></span><span><span class=\"theColor\">acquired</span><span id=\"hotword\">, </span><span class=\"theColor\">extrinsic</span><span id=\"hotword\">, </span><span class=\"theColor\">learned<br /> http://thesaurus.com/browse/innate<br /></span></span><span><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span> </span></span> ',1284021861),(847,'d6a0c80124be0e2ad869762aff6d8c75','<p class=\"book_chapter_title\">Slide show Drill 2(Letter \'A\')</p><meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 12\" name=\"Generator\" /><meta content=\"Microsoft Word 12\" name=\"Originator\" /><link href=\"file:///C:\\Users\\PRAGYA~1\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n <o:RelyOnVML/>\r\n <o:AllowPNG/>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--><link href=\"file:///C:\\Users\\PRAGYA~1\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:\\Users\\PRAGYA~1\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:595.3pt 841.9pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]-->\r\n<p class=\"MsoNormal\"><span style=\"font-size: 16pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">Name<span> </span>Assigned letter<span> </span>Drill number in list<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">Rahul- <span> </span><span> </span>A- 4<span> </span><span> </span><span> </span><span> </span><span> </span>Drill-1<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">Mr. Jitendra – <span> </span>B-3<span> </span><span> </span><span> </span>Drill-5<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">Prerak –<span> </span>C- 4<span> </span><span> </span><span> </span>Drill-8<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">Jayant- <span> </span>D- 4<span> </span><span> </span><span> </span>Drill-12<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">Kratika- <span> </span>E-4 <span> </span><span> </span><span> </span>Drill-16<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">Pooja- <span> </span><span> </span>F-3<span> </span><span> </span><span> </span><span> </span>Drill-20<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">Alka-<span> </span>G-1 <span> </span><span> </span><span> </span>Drill-23<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">Chanchal- <span> </span>H-1 <span> </span><span> </span><span> </span>Drill -24<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">Monika- <span> </span>I-4<span> </span> <span> </span><span> </span><span> </span>Drill-25<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">Sumit sir- <span> </span>J-1<span> </span><span> </span><span> </span><span> </span> Drill-29<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">k-1<span> </span><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">L-1<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">M-3<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">N-1<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">O-1<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">P-4<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">Q-1<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">R-4<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">S-4<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">T-3<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 14pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">U AND V-1<o:p></o:p></span></p> ',1283970406),(848,'81c9098fdde70e386b3d68c0f78da643','<p class=\"book_chapter_title\">Slide show Drill 2(Letter \'A\')</p><link rel=\"File-List\" href=\"file:///C:%5CUsers%5CPRAGYA%7E1%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 
 
 
 
</xml><![endif]--><link rel=\"themeData\" href=\"file:///C:%5CUsers%5CPRAGYA%7E1%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:%5CUsers%5CPRAGYA%7E1%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 
 Normal
 0
 
 
 
 
 false
 false
 false
 
 EN-IN
 X-NONE
 X-NONE
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
</xml><![endif]--><!--[if gte mso 9]><xml>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
</xml><![endif]--><style> &lt;!-- /* Font Definitions */ @font-face {font-family:&quot;Cambria Math&quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&quot;&quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:595.3pt 841.9pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]-->\r\n<p> Name Assigned letter Drill number in list </p>\r\n<p> Rahul- A- 4 Drill-1 </p>\r\n<p> Mr. Jitendra – B-3 Drill-5 </p>\r\n<p> Prerak – C- 4 Drill-8 </p>\r\n<p> Jayant- D- 4 Drill-12 </p>\r\n<p> Kratika- E-4 Drill-16 </p>\r\n<p> Pooja- F-3 Drill-20 </p>\r\n<p> Alka- G-1 Drill-23 </p>\r\n<p> Chanchal- H-1 Drill -24 </p>\r\n<p> Monika- I-4 Drill-25 </p>\r\n<p> Sumit sir- J-1 Drill-29 </p>\r\n<p> k-1 </p>\r\n<p> L-1 </p>\r\n<p> M-3 </p>\r\n<p> N-1 </p>\r\n<p> O-1 </p>\r\n<p> P-4 </p>\r\n<p> Q-1 </p>\r\n<p> R-4 </p>\r\n<p> S-4 </p>\r\n<p> T-3 </p>\r\n<p> U AND V-1 </p> ',1283970441),(849,'0a21d123567aca299941eeebcc968ecb','<p class=\"book_chapter_title\">Slide show Drill 2(Letter \'A\')</p><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 19px;\" class=\"Apple-style-span\">\r\n<p style=\"margin: 0.4em 0px 0.5em; line-height: 1.5em;\"><b>Moodle</b><span class=\"Apple-converted-space\"> </span>(abbreviation for<span class=\"Apple-converted-space\"> </span><i>Modular Object-Oriented Dynamic Learning Environment</i>) is a<span class=\"Apple-converted-space\"> </span><a style=\"text-decoration: none; color: rgb(6, 69, 173); background-image: none;\" title=\"Free and open source software\" href=\"/wiki/Free_and_open_source_software\">free and open-source</a><span class=\"Apple-converted-space\"> </span><a style=\"text-decoration: none; color: rgb(6, 69, 173); background-image: none;\" title=\"E-learning\" href=\"/wiki/E-learning\">e-learning</a><span class=\"Apple-converted-space\"> </span><a style=\"text-decoration: none; color: rgb(6, 69, 173); background-image: none;\" class=\"mw-redirect\" title=\"Software\" href=\"/wiki/Software\">software</a><span class=\"Apple-converted-space\"> </span>platform, also known as a Course Management System,<span class=\"Apple-converted-space\"> </span><a style=\"text-decoration: none; color: rgb(6, 69, 173); background-image: none;\" class=\"mw-redirect\" title=\"Learning Management System\" href=\"/wiki/Learning_Management_System\">Learning Management System</a>, or<span class=\"Apple-converted-space\"> </span><a style=\"text-decoration: none; color: rgb(6, 69, 173); background-image: none;\" class=\"mw-redirect\" title=\"Virtual Learning Environment\" href=\"/wiki/Virtual_Learning_Environment\">Virtual Learning Environment</a><span class=\"Apple-converted-space\"> </span>(VLE). As of January 2010<span class=\"Apple-converted-space\"> </span>it had a user base of 45,721 registered and verified sites, serving 32 million users in 3 million courses.<sup style=\"line-height: 1em; font-weight: normal; font-style: normal;\" class=\"reference\" id=\"cite_ref-2\"><a style=\"text-decoration: none; color: rgb(6, 69, 173); background-image: none; white-space: nowrap;\" href=\"#cite_note-2\"><span>[</span>3<span>]</span></a></sup></p>\r\n<p style=\"margin: 0.4em 0px 0.5em; line-height: 1.5em;\">Moodle is developed by<span class=\"Apple-converted-space\"> </span><a style=\"text-decoration: none; color: rgb(6, 69, 173); background-image: none;\" title=\"Martin Dougiamas\" href=\"/wiki/Martin_Dougiamas\">Martin Dougiamas</a><span class=\"Apple-converted-space\"> </span>to help educators create online courses with a focus on interaction and collaborative construction of content.</p>\r\n<p style=\"margin: 0.4em 0px 0.5em; line-height: 1.5em;\"><a style=\"text-decoration: none; color: rgb(51, 102, 187); background-image: url(\"http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2\"); padding: 0px 13px 0px 0px; background-position: 100% 50%;\" rel=\"nofollow\" class=\"external text\" href=\"http://moodle.com/\">Moodle Pty Ltd</a><span class=\"Apple-converted-space\"> </span>(based in<span class=\"Apple-converted-space\"> </span><a style=\"text-decoration: none; color: rgb(6, 69, 173); background-image: none;\" title=\"Perth, Western Australia\" href=\"/wiki/Perth,_Western_Australia\">Perth, Western Australia</a>) does most of the development of Moodle. Moodle\'s open source license and modular design allow any developer to create additional modules and features.</p></span></span>',1283970536),(850,'d927b05acca93476378e0cea9b491bbb','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\">In case of more information please click on the word<br /></span>1.) Impolitic : </span></font><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">inexpedient, </span></span><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">injudicious,</span> </span><span class=\"theColor\">stupid</span><span id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">tactless</span></span><br />http://thesaurus.com/browse/impolitic<br /><br /><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">2.) Ilk : </span></font><span><span class=\"theColor\">family, </span></span><span class=\"theColor\"><span><span id=\"hotword\"></span><span class=\"theColor\">type</span><span id=\"hotword\">, class<br />http://thesaurus.com/browse/ilk<br /><br />3.) Immanent : </span></span></span><span><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">inborn,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">indwelling,</span> </span><span class=\"theColor\">inherent</span><span id=\"hotword\">, </span><span class=\"theColor\">intrinsic</span> </span><br /><span class=\"theColor\"><span><span id=\"hotword\">http://thesaurus.com/browse/immanent<br /><br />4.) Idolatrous : </span></span></span><span> <span class=\"theColor\">heathen</span><span id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">idol</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">worshipping,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">pagan</span> </span></span><br /><span class=\"theColor\"><span><span id=\"hotword\">http://thesaurus.com/browse/idolatrous<br /><br /></span></span></span><span><span class=\"theColor\">5.) Illicit : </span></span><span><span id=\"hotword\"></span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/immoral\">immoral</a><span id=\"hotword\">, </span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/improper\">improper</a><span id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span><span id=\"hotword\" name=\"hotword\"></span><span id=\"hotword\" name=\"hotword\"></span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">lawless,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span> </span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/prohibited\">prohibited</a><span id=\"hotword\">,<span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">unauthorized,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">unlawful,</span></span><span id=\"hotword\"> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">wrongful</span></span></span><span class=\"theColor\"><span><span id=\"hotword\"> <br />http://thesaurus.com/browse/illicit<br /></span></span></span> ',1284019223),(851,'937b836b2f35760ec79115dfcf5f2f48','<p class=\"book_chapter_title\">Slide show Drill 2(Letter \'A\')</p> <font size=\"2\" style=\"font-family: georgia,times new roman,times,serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 102, 0); font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 19px;\">\r\n<p style=\"margin: 0.4em 0px 0.5em; line-height: 1.5em;\"><b>Moodle</b><span class=\"Apple-converted-space\"> </span>(abbreviation for<span class=\"Apple-converted-space\"> </span><i>Modular Object-Oriented Dynamic Learning Environment</i>) is a<span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\">free and open-source</span><span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\">e-learning</span><span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\" class=\"mw-redirect\">software</span><span class=\"Apple-converted-space\"> </span>platform, also known as a Course Management System,<span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\" class=\"mw-redirect\">Learning Management System</span>, or<span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\" class=\"mw-redirect\">Virtual Learning Environment</span><span class=\"Apple-converted-space\"> </span>(VLE). As of January 2010<span class=\"Apple-converted-space\"> </span>it had a user base of 45,721 registered and verified sites, serving 32 million users in 3 million courses.<sup id=\"cite_ref-2\" class=\"reference\" style=\"line-height: 1em; font-weight: normal; font-style: normal;\"><span style=\"text-decoration: none; background-image: none; white-space: nowrap;\"><span>[</span>3<span>]</span></span></sup></p>\r\n<p style=\"margin: 0.4em 0px 0.5em; line-height: 1.5em;\">Moodle is developed by<span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\">Martin Dougiamas</span><span class=\"Apple-converted-space\"> </span>to help educators create online courses with a focus on interaction and collaborative construction of content.</p>\r\n<p style=\"margin: 0.4em 0px 0.5em; line-height: 1.5em;\"><span style=\"text-decoration: none;\" class=\"external text\">Moodle Pty Ltd</span><span class=\"Apple-converted-space\"> </span>(based in<span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\">Perth, Western Australia</span>) does most of the development of Moodle. Moodle\'s open source license and modular design allow any developer to create additional modules and features.</p></span></span></font>',1283971555),(852,'73f500feae73939d5c63a91d1e3f875a','<p class=\"book_chapter_title\">Slide show Drill 2(Letter \'A\')</p>\r\n<p><font size=\"4\" style=\"font-family: georgia,times new roman,times,serif;\"><span style=\"border-collapse: separate; color: rgb(0, 102, 0); font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 19px;\" class=\"Apple-style-span\">\r\n <p style=\"margin: 0.4em 0px 0.5em; line-height: 1.5em;\"><b>Moodle</b><span class=\"Apple-converted-space\"> </span>(abbreviation for<span class=\"Apple-converted-space\"> </span><i>Modular Object-Oriented Dynamic Learning Environment</i>) is a<span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\">free and open-source</span><span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\">e-learning</span><span class=\"Apple-converted-space\"> </span><span class=\"mw-redirect\" style=\"text-decoration: none; background-image: none;\">software</span><span class=\"Apple-converted-space\"> </span>platform, also known as a Course Management System,<span class=\"Apple-converted-space\"> </span><span class=\"mw-redirect\" style=\"text-decoration: none; background-image: none;\">Learning Management System</span>, or<span class=\"Apple-converted-space\"> </span><span class=\"mw-redirect\" style=\"text-decoration: none; background-image: none;\">Virtual Learning Environment</span><span class=\"Apple-converted-space\"> </span>(VLE). As of January 2010<span class=\"Apple-converted-space\"> </span>it had a user base of 45,721 registered and verified sites, serving 32 million users in 3 million courses.<sup style=\"line-height: 1em; font-weight: normal; font-style: normal;\" class=\"reference\" id=\"cite_ref-2\"><span style=\"text-decoration: none; background-image: none; white-space: nowrap;\"><span>[</span>3<span>]</span></span></sup></p>\r\n <p style=\"margin: 0.4em 0px 0.5em; line-height: 1.5em;\">Moodle is developed by<span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\">Martin Dougiamas</span><span class=\"Apple-converted-space\"> </span>to help educators create online courses with a focus on interaction and collaborative construction of content.</p>\r\n <p style=\"margin: 0.4em 0px 0.5em; line-height: 1.5em;\"><span class=\"external text\" style=\"text-decoration: none;\">Moodle Pty Ltd</span><span class=\"Apple-converted-space\"> </span>(based in<span class=\"Apple-converted-space\"> </span><span style=\"text-decoration: none; background-image: none;\">Perth, Western Australia</span>) does most of the development of Moodle. Moodle\'s open source license and modular design allow any developer to create additional modules and features.</p></span></span></font></p>',1285159606),(853,'09044a9a45ebdeadeaf401befb0f9719','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p><div style=\"text-align: center; text-decoration: underline;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\" class=\"Apple-style-span\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"><br /><meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 12\" name=\"Generator\" /><meta content=\"Microsoft Word 12\" name=\"Originator\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin-top:0in;\r\n mso-para-margin-right:0in;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0in;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;}\r\n</style>\r\n<![endif]--> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 12pt; line-height: 115%;\"><o:p> </o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive<o:p></o:p></span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\"> </div>\r\n<p style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </div>\r\n<p style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt;\"></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-size: 12pt;\"><o:p> </o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </div>\r\n<p style=\"line-height: normal; text-align: justify;\" class=\"MsoNormal\"><span style=\"font-size: 12pt; font-family: \"times new roman\",\"serif\";\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span class=\"nolink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.</span></font><o:p></o:p></span></p> ',1283978948),(854,'e3e8dffcfcbdb7e75c9543f9397feee8','',1284753158),(855,'5e644aa19e923ab7aa1766778e9218e9','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p>\r\n<div style=\"text-align: center; text-decoration: underline;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"><br /><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &lt;!-- /* Font Definitions */ @font-face {font-family:&quot;Cambria Math&quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&quot;&quot;; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]--> </div>\r\n<p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive</span></font><span style=\"font-style: italic;\"><br /></span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"></span> <span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"> </span><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"nolink\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.</span></font><o:p></o:p></span></div> ',1284136484),(856,'99b4a43b659abe3de62824a350c0b01f','<p class=\"book_chapter_title\">Java Questions / Answers</p>Java ',1284754748),(857,'37ed49dc0c62823a649138d29eea4d88','<p class=\"book_chapter_title\">What is a JAR file?</p>Answer) ',1284321629),(858,'ec5bf78bc77d22eae67606e0ec993e30','<p class=\"book_chapter_title\">What are virtual functions?</p>',1284399308),(859,'bf3f19c0bb8749635205dcbae66b0bb4','<p class=\"book_chapter_title\">What are abstract classes?</p>',1284390754),(860,'ebc7c8995592736ae0a502dc2dfecb6c','<p class=\"book_chapter_title\">What do you mean by multithreading?</p>',1284337814),(861,'1dfe3d659056c6355a372867df393aa8','<p class=\"book_chapter_title\">What are Servelets?</p>',1284399286),(862,'61f443a8ce98694168f8b46852a2c87d','<p class=\"book_chapter_title\">What is CORBA?</p>',1284337864),(863,'87cf2869860df716aac3a995fc8bc614','<p class=\"book_chapter_title\">What is difference between Generic Servlet and HTTP Servelet?</p>',1284399258),(864,'5b0a8d7deeae2554e3861860d88cef42','<p class=\"book_chapter_title\">What is ODBC and JDBC? How do you connect the Database?</p>',1284399251),(865,'7880e90fd38339a98e9470a0c3a13ef0','<p class=\"book_chapter_title\">Can we use threads in Servelets?</p>',1284652745),(866,'1ada564bf6656b6a42be40cb5fb0e6b0','Java ',1284754765),(867,'7ff3968053d3b6704ea8ade56d52001d','<p>I Am What I Am.</p>',1284006332),(868,'42d7a5552b8f48548a22ca9b390cb86c','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p><p align=\"justify\"><span style=\"color: rgb(0,51,102)\"><font size=\"4\">1.)</font></span><a title=\"cabal\" style=\"color: rgb(0,51,102); text-decoration: underline\" href=\"http://dictionary.reference.com/browse/cabal\" target=\"_blank\"><font size=\"4\">Cabal (<em>n</em>)</font></a><span style=\"color: rgb(0,51,102); text-decoration: underline\"><font size=\"4\"> </font></span><span style=\"color: rgb(0,51,102)\"><font size=\"4\">:</font> </span><font size=\"3\"><span style=\"color: rgb(0,139,0); font-style: italic\">1)</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> A</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">small</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">secret</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plotters,</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">as</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">against</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">government</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"color: rgb(0,139,0); font-style: italic\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">person</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">in</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">authority.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">The</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plots</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">and</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">schemes</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">such</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group;</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span></font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0,0,0)\"></span></span><font size=\"2\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold\">cabal</span>.<span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\"></span><br /></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">2)</span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold\">cabals</span> in action for more than 30 years.<br /><br /><font size=\"4\">2.)</font></font><font size=\"4\"><a title=\"cadge\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/cadge\" target=\"_blank\">Cadge</a></font><font size=\"2\"><font size=\"4\"><a style=\"color: rgb(0,51,102)\" href=\"http://www.moodle.org/0.12407330079736834\"> (v)</a> :</font> <font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\">1)</font></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">imposing</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">on</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">another\'s</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">generosity</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">friendship.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">borrow</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">without</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">intent</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">to</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">repay.</span></font></p>\r\n<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span class=\"dnindex\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">3) </span></span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">beg</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">begging.</span></font> </p>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) I believe he was able to <strong>cadge</strong> a lift on the coach.</font></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"></font> </div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">3.)</font><a title=\"calipers\" href=\"http://dictionary.reference.com/browse/calipers\"><font size=\"4\">Calipers (<em>n</em>)</font></a><font size=\"4\"> : </font><font color=\"#008b00\"><em>1)</em> <em>An instrument for measuring thickness and internal or external diameters inaccessible to the scale, consisting usually of a pair of adjustable pivoted legs.</em></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><em><font color=\"#008b00\">2) Automotive- The part of a disc-brake assembly that straddles the disc and presses the brake pads against it.</font></em></div>',1284012536),(869,'2666f53f26c93c6743f6de0369df8f7c','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'I\')</p><span style=\"color: rgb(0, 139, 0);\"><br /></span> ',1284014218),(870,'89a5bebfe408b575a0d265e9db4cfe7f','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p><p align=\"justify\"><span style=\"color: rgb(0,51,102)\"><font size=\"4\">1.)</font></span><a title=\"cabal\" style=\"color: rgb(0,51,102); text-decoration: underline\" href=\"http://dictionary.reference.com/browse/cabal\" target=\"_blank\"><font size=\"4\">Cabal (<em>n</em>)</font></a><span style=\"color: rgb(0,51,102); text-decoration: underline\"><font size=\"4\"> </font></span><span style=\"color: rgb(0,51,102)\"><font size=\"4\">:</font> </span><font size=\"3\"><span style=\"color: rgb(0,139,0); font-style: italic\">1)</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> A</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">small</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">secret</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plotters,</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">as</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">against</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">government</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"color: rgb(0,139,0); font-style: italic\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">person</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">in</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">authority.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">The</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plots</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">and</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">schemes</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">such</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group;</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span></font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0,0,0)\"></span></span><font size=\"2\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold\">cabal</span>.<span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\"></span><br /></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">2)</span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold\">cabals</span> in action for more than 30 years.<br /><br /><font size=\"4\">2.)</font></font><font size=\"4\"><a title=\"cadge\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/cadge\" target=\"_blank\">Cadge</a></font><font size=\"2\"><font size=\"4\"><a style=\"color: rgb(0,51,102)\" href=\"http://www.moodle.org/0.12407330079736834\"> (v)</a> :</font> <font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\">1)</font></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">imposing</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">on</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">another\'s</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">generosity</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">friendship.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">borrow</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">without</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">intent</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">to</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">repay.</span></font></p>\r\n<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span class=\"dnindex\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">3) </span></span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">beg</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">begging.</span></font> </p>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) I believe he was able to <strong>cadge</strong> a lift on the coach.</font></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"></font> </div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">3.)</font><a title=\"calipers\" href=\"http://dictionary.reference.com/browse/calipers\"><font color=\"#003366\" size=\"4\">Calipers (<em>n</em>)</font></a><font size=\"4\"> : </font><font color=\"#008b00\"><em>1)</em> <em>An instrument for measuring thickness and internal or external diameters inaccessible to the scale, consisting usually of a pair of adjustable pivoted legs.</em></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><em><font color=\"#008b00\">2) Automotive- The part of a disc-brake assembly that straddles the disc and presses the brake pads against it.</font></em></div>\r\n<div class=\"luna-Ent\" align=\"justify\"> \r\n <div class=\"luna-Ent\" align=\"justify\"><font color=\"#000000\"><font size=\"2\">1) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The mechanical stage has a spring caliper to hold a standard slide.</font></span></span></font></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font face=\"Trebuchet MS\" color=\"#000000\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\">2) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The front brakes use a radial caliper with four opposed<span class=\"Apple-converted-space\"> <span class=\"nolink\">pistons</span></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">, in keeping with the latest trends in racing technology.</font></span></span></font></span></span></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 13px; color: rgb(51,51,51); line-height: 16px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"3\"><font color=\"#008b00\"><span onmouseover=\"function anonymous() { function anonymous() { function anonymous() { this.style.cursor=\'default\' } } }\" style=\"padding-right: 0px; padding-left: 0px; font-size: 13px; padding-bottom: 0px; margin: 0px; cursor: default; color: rgb(51,51,51); line-height: 1.25em; padding-top: 0px; font-family: verdana, arial, helvetica, sans-serif; position: static; background-color: transparent\" onclick=\"function anonymous() { function anonymous() { function anonymous() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } } }\" onmouseout=\"function anonymous() { function anonymous() { function anonymous() { this.style.backgroundColor=\'transparent\' } } }\" name=\"hotword\"><em></em></span></font></font></span></span> </div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">4.)<a title=\"calumniate\" href=\"http://dictionary.reference.com/browse/calumniate\" target=\"_blank\"><font color=\"#003366\">Calumniate (v)</font></a> : </font><font color=\"#008b00\"><em>T</em><em>o make false and malicious statements about: Slander.</em></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\"><font face=\"Trebuchet MS\">1) </font>And, consequently, Marx was the best hated and most <strong>calumniated</strong><span class=\"Apple-converted-space\"> <span class=\"nolink\">man </span></span></font><font size=\"2\">of his time.</font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\"></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\">5.)<span class=\"nolink\"><a title=\"calumny\" href=\"http://dictionary.reference.com/browse/calumny\" target=\"_blank\"><font color=\"#003366\">Calumny <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font></a> :</span> <em><font color=\"#008b00\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\">1) A</font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> <font color=\"#008b00\" size=\"3\">false and malicious statement meant to hurt someone\'s reputation.</font></font></span></span></font></em></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#008b00\" size=\"3\"><em>2)the uttering of such a statement; slander.</em></font></span></span></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS\"><font size=\"2\">1) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Why did you<span class=\"Apple-converted-space\"> <span class=\"nolink\">speak</span></span><span class=\"Apple-converted-space\"> </span><strong>calumny</strong> of me to Dr. Joseph behind my back?</font></span></span></font></font></span></span></font></span></span></em> \r\n <div class=\"luna-Ent\" align=\"justify\"><em></em></div></div></div>',1284014086),(871,'064e8402ef61011a5c5c16d4d39ee3e1','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'i\')</p>',1284014240),(872,'74bce0bf1b43c8c96c89ba606ff657f9','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'I\')</p> <meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 11\" name=\"Generator\" /><meta content=\"Microsoft Word 11\" name=\"Originator\" /><link href=\"file:///C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\msohtml1\\01\\clip_filelist.xml\" rel=\"File-List\" /><o:smarttagtype name=\"State\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><o:smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if !mso]><object\r\n classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>\r\n<style>\r\nst1\\:*{behavior:url(#ieooui) }\r\n</style>\r\n<![endif]--><style> <!-- /* Font Definitions */ @font-face {font-family:"Trebuchet MS"; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} span.ital-inline {mso-style-name:ital-inline;} span.x {mso-style-name:x;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin:0in;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:10.0pt;\r\n font-family:\"Times New Roman\";\r\n mso-ansi-language:#0400;\r\n mso-fareast-language:#0400;\r\n mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]-->\r\n<p align=\"center\" style=\"margin-bottom: 12pt; text-align: center;\" class=\"MsoNormal\"><u><span style=\"font-size: 13.5pt; color: red;\">Please Click on the word in case you need more information</span></u></p> <span style=\"font-size: 13.5pt; font-family: \"trebuchet ms\";\">1) <span style=\"color: rgb(0, 51, 102);\">Impolitic</span> : <span style=\"color: rgb(0, 139, 0);\">im(prefix)+politic, "im-" (variant of "in-") the sense of not, "politic" is to be expedient, to polit citizen</span><br /> <span style=\"color: rgb(0, 139, 0);\"><br /> </span>2) <span style=\"color: rgb(0, 51, 102);\">Ilk</span> : <span style=\"color: rgb(0, 139, 0);\">Based on ilke, ilca(pronoun) the same, and</span> <span style=\"color: rgb(0, 139, 0);\">reduced form of lic like. Ilk is also a village.</span><br /> <br /> 3) <span style=\"color: rgb(0, 51, 102);\">Immanent</span> : <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">im-</span></span><span style=\"color: rgb(0, 139, 0);\"> + <span class=\"ital-inline\">man </span>( <span class=\"ital-inline\">ēre </span>) to stay + -ent. In Latin, manere<i> </i>("to remain within").</span></span><span style=\"font-size: 12pt; font-family: \"times new roman\";\"> </span><span style=\"font-size: 13.5pt; font-family: \"trebuchet ms\";\"><br /> <br /> 4) <span style=\"color: rgb(0, 51, 102);\">Idolatrous </span>: <span style=\"color: rgb(0, 139, 0);\">Greek word eidololatria<i> </i>, eidolon<i> </i>("image" or "figure") + latreia ("worship").</span><br /> <br /> 5) <span style=\"color: rgb(0, 51, 102);\">Illicit </span>: <st1:state w:st=\"on\"><st1:place w:st=\"on\"><span style=\"color: rgb(0, 139, 0);\">il-</span></st1:place></st1:state><span style=\"color: rgb(0, 139, 0);\"> + licit. il- variant of in- (negative force), licitus for permitted.<br /> </span><span style=\"color: black;\"><br /> 6)</span><span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 51, 102);\">Innate :</span><span style=\"color: rgb(0, 139, 0);\"> <span class=\"ital-inline\">innātus (</span>inborn).</span><br /> <br /> 7) <span style=\"color: rgb(0, 51, 102);\">Inhibit :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">inhibēre </span></span><span style=\"color: rgb(0, 139, 0);\"> to restrain, equiv. to <span class=\"ital-inline\">in- </span>+ <span class=\"ital-inline\">-hibēre, </span>form of <span class=\"ital-inline\">habēre </span> to have,</span> <span style=\"color: rgb(0, 139, 0);\">hold</span><br /> <br /> 8) <span style=\"color: rgb(0, 51, 102);\">Infuse : </span><span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">infundere (</span></span><span style=\"color: rgb(0, 139, 0);\">to pour into).</span><br /> <br /> 9) <span style=\"color: rgb(0, 51, 102);\">Impasse :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">im-(no)</span></span><span class=\"x\"><sup><span style=\"color: rgb(0, 139, 0);\"> </span></sup></span><span style=\"color: rgb(0, 139, 0);\">+ <span class=\"ital-inline\">-passe (passage).</span><br /> <br /> </span>10) <span style=\"color: rgb(0, 51, 102);\">Impeccable :</span> <span style=\"color: rgb(0, 139, 0);\">impeccabilis, im-(no) + <span class=\"ital-inline\">peccāre </span>(to go wrong).</span></span> ',1284014521),(873,'26a129d66bfb3e7c4353a559a612bdc8','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p><p align=\"justify\"><span style=\"color: rgb(0,51,102)\"><font size=\"4\">1.)</font></span><a title=\"cabal\" style=\"color: rgb(0,51,102); text-decoration: underline\" href=\"http://dictionary.reference.com/browse/cabal\" target=\"_blank\"><font size=\"4\">Cabal (<em>n</em>)</font></a><span style=\"color: rgb(0,51,102); text-decoration: underline\"><font size=\"4\"> </font></span><span style=\"color: rgb(0,51,102)\"><font size=\"4\">:</font> </span><font size=\"3\"><span style=\"color: rgb(0,139,0); font-style: italic\">1)</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> A</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">small</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">secret</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plotters,</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">as</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">against</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">government</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"color: rgb(0,139,0); font-style: italic\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">person</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">in</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">authority.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">The</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plots</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">and</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">schemes</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">such</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group;</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span></font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0,0,0)\"></span></span><font size=\"2\"><font color=\"#663300\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold\">cabal</span>.</font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\"></span><br /></span><font color=\"#663300\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">2)</span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold\">cabals</span> in action for more than 30 years.<br /></font><br /><font size=\"4\">2.)</font></font><font size=\"4\"><a title=\"cadge\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/cadge\" target=\"_blank\">Cadge</a></font><font size=\"2\"><font size=\"4\"><a style=\"color: rgb(0,51,102)\" href=\"http://www.moodle.org/0.12407330079736834\"> (v)</a> :</font> <font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\">1)</font></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">imposing</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">on</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">another\'s</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">generosity</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">friendship.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">borrow</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">without</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">intent</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">to</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">repay.</span></font></p>\r\n<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span class=\"dnindex\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">3) </span></span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">beg</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">begging.</span></font> </p>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#663300\">1) I believe he was able to <strong>cadge</strong> a lift on the coach.</font></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"></font> </div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">3.)</font><a title=\"calipers\" href=\"http://dictionary.reference.com/browse/calipers\"><font color=\"#003366\" size=\"4\">Calipers (<em>n</em>)</font></a><font size=\"4\"> : </font><font color=\"#008b00\"><em>1)</em> <em>An instrument for measuring thickness and internal or external diameters inaccessible to the scale, consisting usually of a pair of adjustable pivoted legs.</em></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><em><font color=\"#008b00\">2) Automotive- The part of a disc-brake assembly that straddles the disc and presses the brake pads against it.</font></em></div>\r\n<div class=\"luna-Ent\" align=\"justify\"> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"><font color=\"#663300\">1) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The mechanical stage has a spring <strong>caliper</strong> to hold a standard slide.</font></span></span></font></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font face=\"Trebuchet MS\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\"><font color=\"#663300\">2) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The front brakes use a radial <strong>caliper</strong> with four opposed<span class=\"Apple-converted-space\"> <span class=\"nolink\">pistons</span></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">, in keeping with the latest trends in racing technology.</font></span></span></font></font></span></span></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 13px; color: rgb(51,51,51); line-height: 16px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"3\"><font color=\"#008b00\"><span onmouseover=\"function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.cursor=\'default\' } } } }\" style=\"padding-right: 0px; padding-left: 0px; font-size: 13px; padding-bottom: 0px; margin: 0px; cursor: default; color: rgb(51,51,51); line-height: 1.25em; padding-top: 0px; font-family: verdana, arial, helvetica, sans-serif; position: static; background-color: transparent\" onclick=\"function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } } } }\" onmouseout=\"function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.backgroundColor=\'transparent\' } } } }\" name=\"hotword\"><em></em></span></font></font></span></span> </div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">4.)<a title=\"calumniate\" href=\"http://dictionary.reference.com/browse/calumniate\" target=\"_blank\"><font color=\"#003366\">Calumniate (v)</font></a> : </font><font color=\"#008b00\"><em>T</em><em>o make false and malicious statements about: Slander.</em></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font color=\"#663300\"><font size=\"2\"><font face=\"Trebuchet MS\">1) </font>And, consequently, Marx was the best hated and most <strong>calumniated</strong><span class=\"Apple-converted-space\"> <span class=\"nolink\">man </span></span></font><font size=\"2\">of his time.</font></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\"></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\">5.)<span class=\"nolink\"><a title=\"calumny\" href=\"http://dictionary.reference.com/browse/calumny\" target=\"_blank\"><font color=\"#003366\">Calumny <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font></a> :</span> <em><font color=\"#008b00\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\">1) A</font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> <font color=\"#008b00\" size=\"3\">false and malicious statement meant to hurt someone\'s reputation.</font></font></span></span></font></em></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#008b00\" size=\"3\"><em>2)the uttering of such a statement; slander.</em></font></span></span></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS\"><font size=\"2\"><font color=\"#663300\">1) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Why did you<span class=\"Apple-converted-space\"> <span class=\"nolink\">speak</span></span><span class=\"Apple-converted-space\"> </span><strong>calumny</strong> of me to Dr. Joseph behind my back?</font></span></span></font></font></font></span></span></font></span></span></em> \r\n <div class=\"luna-Ent\" align=\"justify\"><em></em></div></div></div>',1284015364),(874,'fcd13db281a34cbbcb219b5a78d60cba','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'I\')</p> <link rel=\"File-List\" href=\"file:///C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\msohtml1\\01\\clip_filelist.xml\" /><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"State\"></o:smarttagtype><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"place\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &lt;!-- /* Font Definitions */ @font-face {font-family:&quot;Trebuchet MS&quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&quot;&quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&quot;Times New Roman&quot;; mso-fareast-font-family:&quot;Times New Roman&quot;;} span.ital-inline {mso-style-name:ital-inline;} span.x {mso-style-name:x;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p align=\"center\" class=\"MsoNormal\" style=\"margin-bottom: 12pt; text-align: center; font-family: times new roman,times,serif;\"><font size=\"4\"><u><span style=\"font-size: 13.5pt; color: red;\">Please Click on the word in case you need more information</span></u></font></p> <font size=\"7\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\">1) <span style=\"color: rgb(0, 51, 102);\">Impolitic</span> : <span style=\"color: rgb(0, 139, 0);\">Im-(prefix)+politic, "im-" (variant of "in-") the sense of not, "politic" is to be expedient, to polit citizen</span><br /> <span style=\"color: rgb(0, 139, 0);\"><br /> </span>2) <span style=\"color: rgb(0, 51, 102);\">Ilk</span> : <span style=\"color: rgb(0, 139, 0);\">Based on ilke, ilca(pronoun) the same, and</span> <span style=\"color: rgb(0, 139, 0);\">reduced form of lic like. Ilk is also a village.</span><br /> <br /> 3) <span style=\"color: rgb(0, 51, 102);\">Immanent</span> : <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-</span></span><span style=\"color: rgb(0, 139, 0);\"> + <span class=\"ital-inline\">man </span>( <span class=\"ital-inline\">ēre </span>) to stay + -ent. In Latin, manere<i> </i>("to remain within").</span></span><span style=\"font-size: 12pt;\"> </span><span style=\"font-size: 13.5pt;\"><br /> <br /> 4) <span style=\"color: rgb(0, 51, 102);\">Idolatrous </span>: <span style=\"color: rgb(0, 139, 0);\">Greek word eidololatria<i> </i>, eidolon<i> </i>("image" or "figure") + latreia ("worship").</span><br /> <br /> 5) <span style=\"color: rgb(0, 51, 102);\">Illicit </span>: <st1:state w:st=\"on\"><st1:place w:st=\"on\"><span style=\"color: rgb(0, 139, 0);\">Il-</span></st1:place></st1:state><span style=\"color: rgb(0, 139, 0);\"> + licit. il- variant of in- (negative force), licitus for permitted.<br /> </span><span style=\"color: black;\"><br /> 6)</span><span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 51, 102);\">Innate :</span><span style=\"color: rgb(0, 139, 0);\"> <span class=\"ital-inline\">Innātus (</span>inborn).</span><br /> <br /> 7) <span style=\"color: rgb(0, 51, 102);\">Inhibit :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Inhibēre </span></span><span style=\"color: rgb(0, 139, 0);\"> to restrain, equiv. to <span class=\"ital-inline\">in- </span>+ <span class=\"ital-inline\">-hibēre, </span>form of <span class=\"ital-inline\">habēre </span> to have,</span> <span style=\"color: rgb(0, 139, 0);\">hold</span><br /> <br /> 8) <span style=\"color: rgb(0, 51, 102);\">Infuse : </span><span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Infundere (</span></span><span style=\"color: rgb(0, 139, 0);\">to pour into).</span><br /> <br /> 9) <span style=\"color: rgb(0, 51, 102);\">Impasse :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-(no)</span></span><span class=\"x\"><sup><span style=\"color: rgb(0, 139, 0);\"> </span></sup></span><span style=\"color: rgb(0, 139, 0);\">+ <span class=\"ital-inline\">-passe (passage).</span><br /> <br /> </span>10) <span style=\"color: rgb(0, 51, 102);\">Impeccable :</span> <span style=\"color: rgb(0, 139, 0);\">Impeccabilis, im-(no) + <span class=\"ital-inline\">peccāre </span>(to go wrong).</span></span></font> ',1284015651),(875,'07c08ad3d65239b316a2790ffb8e9665','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p><p align=\"justify\"><span style=\"color: rgb(0,51,102)\"><font size=\"4\">1.)</font></span><a title=\"cabal\" style=\"color: rgb(0,51,102); text-decoration: underline\" href=\"http://dictionary.reference.com/browse/cabal\" target=\"_blank\"><font size=\"4\">Cabal (<em>n</em>)</font></a><span style=\"color: rgb(0,51,102); text-decoration: underline\"><font size=\"4\"> </font></span><span style=\"color: rgb(0,51,102)\"><font size=\"4\">:</font> </span><font size=\"3\"><span style=\"color: rgb(0,139,0); font-style: italic\">1)</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> A</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">small</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">secret</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plotters,</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">as</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">against</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">government</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"color: rgb(0,139,0); font-style: italic\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">person</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">in</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">authority.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">The</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plots</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">and</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">schemes</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">such</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group;</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span></font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0,0,0)\"></span></span><font size=\"2\"><font color=\"#663300\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold\">cabal</span>.</font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\"></span><br /></span><font color=\"#663300\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">2)</span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold\">cabals</span> in action for more than 30 years.<br /></font><br /><font size=\"4\">2.)</font></font><font size=\"4\"><a title=\"cadge\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/cadge\" target=\"_blank\">Cadge</a></font><font size=\"2\"><font size=\"4\"><a style=\"color: rgb(0,51,102)\" href=\"http://www.moodle.org/0.12407330079736834\"> (v)</a> :</font> <font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\">1)</font></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">imposing</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">on</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">another\'s</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">generosity</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">friendship.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">borrow</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">without</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">intent</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">to</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">repay.</span></font></p>\r\n<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span class=\"dnindex\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">3) </span></span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">beg</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">begging.</span></font></p>\r\n<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font size=\"2\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#663300\">1) I believe he was able to <strong>cadge</strong> a lift on the coach.</font></font></p>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"></font> </div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">3.)</font><a title=\"calipers\" href=\"http://dictionary.reference.com/browse/calipers\"><font color=\"#003366\" size=\"4\">Calipers (<em>n</em>)</font></a><font size=\"4\"> : </font><font color=\"#008b00\"><em>1)</em> <em>An instrument for measuring thickness and internal or external diameters inaccessible to the scale, consisting usually of a pair of adjustable pivoted legs.</em></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><em><font color=\"#008b00\">2) Automotive- The part of a disc-brake assembly that straddles the disc and presses the brake pads against it.</font></em></div>\r\n<div class=\"luna-Ent\" align=\"justify\"> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"><font color=\"#663300\">1) </font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#663300\">The mechanical stage has a spring <strong>caliper</strong> to hold a standard slide.</font></span></span></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font face=\"Trebuchet MS\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\"><font color=\"#663300\">2) </font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font color=\"#663300\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The front brakes use a radial <strong>caliper</strong> with four opposed<span class=\"Apple-converted-space\"> <span class=\"nolink\">pistons</span></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">, in keeping with the latest trends in racing technology.</font></font></span></span></font></span></span></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 13px; color: rgb(51,51,51); line-height: 16px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"3\"><font color=\"#008b00\"><span onmouseover=\"function anonymous() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.cursor=\'default\' } } } } }\" style=\"padding-right: 0px; padding-left: 0px; font-size: 13px; padding-bottom: 0px; margin: 0px; cursor: default; color: rgb(51,51,51); line-height: 1.25em; padding-top: 0px; font-family: verdana, arial, helvetica, sans-serif; position: static; background-color: transparent\" onclick=\"function anonymous() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } } } } }\" onmouseout=\"function anonymous() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.backgroundColor=\'transparent\' } } } } }\" name=\"hotword\"><em></em></span></font></font></span></span> </div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">4.)<a title=\"calumniate\" href=\"http://dictionary.reference.com/browse/calumniate\" target=\"_blank\"><font color=\"#003366\">Calumniate (v)</font></a> : </font><font color=\"#008b00\"><em>T</em><em>o make false and malicious statements about: Slander.</em></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font color=\"#663300\"><font size=\"2\"><font face=\"Trebuchet MS\">1) </font>And, consequently, Marx was the best hated and most <strong>calumniated</strong><span class=\"Apple-converted-space\"> <span class=\"nolink\">man </span></span></font><font size=\"2\">of his time.</font></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\"></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\">5.)<span class=\"nolink\"><a title=\"calumny\" href=\"http://dictionary.reference.com/browse/calumny\" target=\"_blank\"><font color=\"#003366\">Calumny <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font></a> :</span> <em><font color=\"#008b00\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\">1) A</font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> <font color=\"#008b00\" size=\"3\">false and malicious statement meant to hurt someone\'s reputation.</font></font></span></span></font></em></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#008b00\" size=\"3\"><em>2)the uttering of such a statement; slander.</em></font></span></span></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS\"><font size=\"2\"><font color=\"#663300\">1) </font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#663300\">Why did you<span class=\"Apple-converted-space\"> <span class=\"nolink\">speak</span></span><span class=\"Apple-converted-space\"> </span><strong>calumny</strong> of me to Dr. Joseph behind my back?</font></span></span></font></font></span></span></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"></span></span></font></font></span></span></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"4\">6) </font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"4\">Candid (adj) :</font> </font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) F<span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\">ree from prejudice or bias; fair; just; impartial.</span></span></font></span></span></font></span></span></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">2) </font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">V<span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\">ery honest or frank in what one says or writes.</span></span></font></span></span></span></span></font></span></span></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em></em></div></div>',1284041309),(876,'bc9983456d3e6ac861c6497da1d8eb19','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'I\')</p><smarttagtype name=\"State\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"><smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"><object
 id=\"ieooui\" classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\">\r\n</object><//object> <style></style><style></style>\r\n<p align=\"center\" class=\"MsoNormal\" style=\"text-align: center; font-family: times new roman,times,serif; margin-bottom: 12pt\"><u><span style=\"color: red; font-size: 13.5pt\"><font size=\"4\">Please Click on the word in case you need more information</font></span></u></p>\r\n<p><font style=\"font-family: times new roman,times,serif\"><span style=\"font-size: 13.5pt\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"1\">1) <span style=\"color: rgb(0,51,102)\">Impolitic</span> : <span style=\"color: rgb(0,139,0)\">Im-(prefix)+politic, "im-" (variant of "in-") the sense of not, "politic" is to be expedient, to polit citizen</span><br /></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"1\">2) <span style=\"color: rgb(0,51,102)\">Ilk</span> : <span style=\"color: rgb(0,139,0)\">Based on ilke, ilca(pronoun) the same, and</span> <span style=\"color: rgb(0,139,0)\">reduced form of lic like. Ilk is also a village.</span><br />3) <span style=\"color: rgb(0,51,102)\">Immanent</span> : <span class=\"ital-inline\"><span style=\"color: rgb(0,139,0)\">Im-</span></span><span style=\"color: rgb(0,139,0)\"> + <span class=\"ital-inline\">man </span>( <span class=\"ital-inline\">ēre </span>) to stay + -ent. In Latin, manere<i> </i>("to remain within").</span></font></font></span><span style=\"font-size: 12pt\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"1\"> </font></span><span style=\"font-size: 13.5pt\"><br /><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"1\">4) <span style=\"color: rgb(0,51,102)\">Idolatrous </span>: <span style=\"color: rgb(0,139,0)\">Greek word eidololatria<i> </i>, eidolon<i> </i>("image" or "figure") + latreia ("worship").</span><br />5) <span style=\"color: rgb(0,51,102)\">Illicit </span>: <state w:st=\"on\"><place w:st=\"on\"><span style=\"color: rgb(0,139,0)\">Il-</span></font></font><span style=\"color: rgb(0,139,0)\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"1\"> + licit. il- variant of in- (negative force), licitus for permitted.<br /></font></span><span style=\"color: black\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"1\">6)</font></span><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"1\"><span style=\"color: rgb(0,139,0)\"> </span><span style=\"color: rgb(0,51,102)\">Innate :</span><span style=\"color: rgb(0,139,0)\"> <span class=\"ital-inline\">Innātus (</span>inborn).</span></font></font></span></font><font style=\"font-family: times new roman,times,serif\"><span style=\"font-size: 13.5pt\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"1\"><br />7) <span style=\"color: rgb(0,51,102)\">Inhibit :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0,139,0)\">Inhibēre </span></span><span style=\"color: rgb(0,139,0)\">to restrain, equiv. to <span class=\"ital-inline\">in- </span>+ <span class=\"ital-inline\">-hibēre, </span>form of <span class=\"ital-inline\">habēre </span>to have,</span> <span style=\"color: rgb(0,139,0)\">hold</span><br />8) <span style=\"color: rgb(0,51,102)\">Infuse : </span><span class=\"ital-inline\"><span style=\"color: rgb(0,139,0)\">Infundere (</span></span><span style=\"color: rgb(0,139,0)\">to pour into).</span></font></font></span></font></p>\r\n<p><font style=\"font-family: times new roman,times,serif\"><span style=\"font-size: 13.5pt\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"1\"><span style=\"color: rgb(0,139,0)\"></span></font></font></span></font><font style=\"font-family: times new roman,times,serif\"><span style=\"font-size: 13.5pt\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"1\">9) <span style=\"color: rgb(0,51,102)\">Impasse :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0,139,0)\">Im-(no)</span></span><span class=\"x\"><sup><span style=\"color: rgb(0,139,0)\"> </span></sup></span></font></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"1\"><span style=\"color: rgb(0,139,0)\">+ <span class=\"ital-inline\">-passe (passage).</span><br /></span>10) <span style=\"color: rgb(0,51,102)\">Impeccable :</span> <span style=\"color: rgb(0,139,0)\">Impeccabilis, im-(no) + <span class=\"ital-inline\">peccāre </span>(to go wrong).</span></font></font></span></font></p>',1284015937),(877,'3f80d72458aebbce0d2ff43979f63d01','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'I\')</p><smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"State\"><smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"place\"><object
 id=\"ieooui\" classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\">\r\n</object><//object><style></style><style></style>\r\n<p align=\"center\" class=\"MsoNormal\" style=\"text-align: center; font-family: times new roman,times,serif; margin-bottom: 12pt\"><u><span style=\"color: red; font-size: 13.5pt\"><font size=\"4\">Please Click on the word in case you need more information</font></span></u></p>\r\n<p><font style=\"font-family: times new roman,times,serif\"><span style=\"font-size: 13.5pt\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\">1) <span style=\"color: rgb(0,51,102)\">Impolitic</span> : <span style=\"color: rgb(0,139,0)\">Im-(prefix)+politic, "im-" (variant of "in-") the sense of not, "politic" is to be expedient, to polit citizen</span><br /></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">2) <span style=\"color: rgb(0,51,102)\">Ilk</span> : <span style=\"color: rgb(0,139,0)\">Based on ilke, ilca(pronoun) the same, and</span> <span style=\"color: rgb(0,139,0)\">reduced form of lic like. Ilk is also a village.</span><br />3) <span style=\"color: rgb(0,51,102)\">Immanent</span> : <span class=\"ital-inline\"><span style=\"color: rgb(0,139,0)\">Im-</span></span><span style=\"color: rgb(0,139,0)\"> + <span class=\"ital-inline\">man </span>( <span class=\"ital-inline\">ēre </span>) to stay + -ent. In Latin, manere<i> </i>("to remain within").</span></font></font></span><span style=\"font-size: 12pt\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> </font></span><span style=\"font-size: 13.5pt\"><br /><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">4) <span style=\"color: rgb(0,51,102)\">Idolatrous </span>: <span style=\"color: rgb(0,139,0)\">Greek word eidololatria<i> </i>, eidolon<i> </i>("image" or "figure") + latreia ("worship").</span><br />5) <span style=\"color: rgb(0,51,102)\">Illicit </span>: <state w:st=\"on\"><place w:st=\"on\"><span style=\"color: rgb(0,139,0)\">Il-</span></font></font><font size=\"3\"><span style=\"color: rgb(0,139,0)\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> + licit. il- variant of in- (negative force), licitus for permitted.<br /></font></span><span style=\"color: black\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">6)</font></span><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0,139,0)\"> </span><span style=\"color: rgb(0,51,102)\">Innate :</span><span style=\"color: rgb(0,139,0)\"> <span class=\"ital-inline\">Innātus (</span>inborn).</span></font></font></span></font><font style=\"font-family: times new roman,times,serif\"><span style=\"font-size: 13.5pt\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><br /><font size=\"3\">7) <span style=\"color: rgb(0,51,102)\">Inhibit :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0,139,0)\">Inhibēre </span></span><span style=\"color: rgb(0,139,0)\">to restrain, equiv. to <span class=\"ital-inline\">in- </span>+ <span class=\"ital-inline\">-hibēre, </span>form of <span class=\"ital-inline\">habēre </span>to have,</span> <span style=\"color: rgb(0,139,0)\">hold</span><br />8) <span style=\"color: rgb(0,51,102)\">Infuse : </span><span class=\"ital-inline\"><span style=\"color: rgb(0,139,0)\">Infundere (</span></span><span style=\"color: rgb(0,139,0)\">to pour into).</span></font></font></span></font></p>\r\n<p><font style=\"font-family: times new roman,times,serif\"><span style=\"font-size: 13.5pt\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0,139,0)\"></span></font></span></font><font style=\"font-family: times new roman,times,serif\"><span style=\"font-size: 13.5pt\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">9) <span style=\"color: rgb(0,51,102)\">Impasse :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0,139,0)\">Im-(no)</span></span><span class=\"x\"><sup><span style=\"color: rgb(0,139,0)\"> </span></sup></span></font></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\"><span style=\"color: rgb(0,139,0)\">+ <span class=\"ital-inline\">-passe (passage).</span><br /></span>10) <span style=\"color: rgb(0,51,102)\">Impeccable :</span> <span style=\"color: rgb(0,139,0)\">Impeccabilis, im-(no) + <span class=\"ital-inline\">peccāre </span>(to go wrong).</span></font></font></span></font></p>',1284053629),(878,'3e398881cd49606bbea1fa05b564d284','<p class=\"book_chapter_title\">Synonym Drill 24 (Letter \'H\')</p><p>1.)<a title=\"Hack\" href=\"http://www.thesaurus.com/browse/Hack\"><font color=\"#003366\">Hack</font></a> : <font color=\"#008b00\">chop,gash,mutilate</font> </p>\r\n<p>2.)Hamper : bassinet,carton,pannier</p>\r\n<p>3.)Hamper : asylum,camouflage,refuge</p>\r\n<p>4.)Hapless : ill-starred,jinxed,luckless</p>\r\n<p>5.)Harangue : hassle,long lecture,screed</p>',1284315660),(879,'fc083f9a79c301375dc1ada8b9a4c9cc','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 11\" name=\"Generator\" /><meta content=\"Microsoft Word 11\" name=\"Originator\" /><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin:0in;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:10.0pt;\r\n font-family:\"Times New Roman\";\r\n mso-ansi-language:#0400;\r\n mso-fareast-language:#0400;\r\n mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <span style=\"color: rgb(0, 51, 102);\">Impolitic</span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"></span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span><br /> http://thesaurus.com/browse/impolitic<br /> <br /> 2.)<span style=\"color: rgb(0, 51, 102);\"> Ilk</span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span class=\"thecolor\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-size: 12pt;\">family, type, class</span></span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"thecolor\">http://thesaurus.com/browse/ilk</span><br /> <br /> <span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> Immanent :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span> <br /> <span class=\"thecolor\">http://thesaurus.com/browse/immanent</span><br /> <br /> <span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\">Idolatrous :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span> <br /> <span class=\"thecolor\">http://thesaurus.com/browse/idolatrous</span><br /> <br /> <span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\">Illicit :</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/illicit</span><br /> <br /> <span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\">Ignominy :</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/ignominy</span><br /> <br /> <span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\">Infuse :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/infuse</span><br /> <br /> <span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\">Inhibit : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span><br /> <span class=\"ital-inline\">http://thesaurus.com/browse/inhibit</span><br /> <br /> <span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\">Innate :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span><br /> http://thesaurus.com/browse/innate<br /> <br /> 10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">Impasse :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">jam</span><span style=\"color: rgb(0, 139, 0);\"></span><br /> http://thesaurus.com/browse/impasse<br /> <br /> 11.) <span style=\"color: rgb(0, 51, 102);\">Impeccable :</span> <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed</span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/impeccable</span></span></font><br /> ',1284021230),(880,'4d8ca78591f2da436224a4ea03b5b98a','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&quot;&quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&quot;Times New Roman&quot;; mso-fareast-font-family:&quot;Times New Roman&quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <span style=\"color: rgb(0, 51, 102);\">Impolitic</span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"></span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span><br /> http://thesaurus.com/browse/impolitic<br /> 2.)<span style=\"color: rgb(0, 51, 102);\"> Ilk</span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\" class=\"thecolor\"><span style=\"font-size: 12pt;\">family, type, class</span></span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"thecolor\">http://thesaurus.com/browse/ilk</span><br /> <span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> Immanent :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span> <br /> <span class=\"thecolor\">http://thesaurus.com/browse/immanent</span><br /> <span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\">Idolatrous :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span> <br /> <span class=\"thecolor\">http://thesaurus.com/browse/idolatrous</span><br /> <span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\">Illicit :</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/illicit</span><br /> <span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\">Ignominy :</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/ignominy</span><br /> <span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\">Infuse :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/infuse</span><br /> <span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\">Inhibit : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span><br /> <span class=\"ital-inline\">http://thesaurus.com/browse/inhibit</span><br /> <span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\">Innate :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span><br /> http://thesaurus.com/browse/innate<br /> 10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">Impasse :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">jam</span><span style=\"color: rgb(0, 139, 0);\"></span><br /> http://thesaurus.com/browse/impasse<br /> 11.) <span style=\"color: rgb(0, 51, 102);\">Impeccable :</span> <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed</span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/impeccable</span></span></font><br /> ',1284021358),(881,'776bce8f5692c138e4d3eeefffb32933','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span><span class=\"theColor\"><br /></span></span><span><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> </span></span> ',1284022009),(882,'99910ff4c2198e66186b3677859cefe0','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p><font size=\"4\" style=\"color: rgb(255,0,0)\"><span style=\"font-family: times new roman,times,serif\"><span style=\"text-decoration: underline\"></span></span></font><span><span class=\"theColor\"></span></span><span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" name=\"hotword\">\r\n<div style=\"text-align: center\"><font size=\"4\" style=\"color: rgb(255,0,0); text-decoration: underline\"><span style=\"font-family: times new roman,times,serif\">Please click on the word in case you need more information</span></font><br /><font size=\"4\" style=\"color: rgb(255,0,0)\"><span style=\"font-family: times new roman,times,serif\"></span></font></div><font size=\"4\" style=\"color: rgb(255,0,0)\"><span style=\"font-family: times new roman,times,serif\"><br /><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"><span style=\"color: rgb(0,0,0)\">1.) <span style=\"color: rgb(0,51,102)\">Impolitic :</span> </span></font></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"><span><span class=\"theColor\" style=\"color: rgb(0,139,0)\">careful</span><span id=\"hotword\" style=\"color: rgb(0,139,0)\">, </span><span class=\"theColor\" style=\"color: rgb(0,139,0)\">cautious</span><span id=\"hotword\" style=\"color: rgb(0,139,0)\">, </span><span class=\"theColor\" style=\"color: rgb(0,139,0)\">discreet</span><span id=\"hotword\" style=\"color: rgb(0,139,0)\">, <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" name=\"hotword\">politic,</span> </span><span class=\"theColor\"><span style=\"color: rgb(0,139,0)\">wise</span><br />http://thesaurus.com/browse/impolitic<br />2.) <span style=\"color: rgb(0,51,102)\">Immanent :</span> <span style=\"color: rgb(0,139,0)\">external, extrinsic, acquired</span><br />http://thesaurus.com/browse/immanent<br />3.) <span style=\"color: rgb(0,51,102)\">Illicit :</span></span></span><span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" name=\"hotword\"> <span style=\"color: rgb(0,139,0)\">legal, legitimate, noble, licit</span><br />http://thesaurus.com/browse/illicit<br /></span></span></span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">4.) <span style=\"color: rgb(0,51,102)\">Ignominy :</span> <span style=\"color: rgb(0,139,0)\">credit,</span></span><span style=\"color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,139,0)\">honor</span><br />http://thesaurus.com/browse/ignominy<br />5.) <span style=\"color: rgb(0,51,102)\">Inhibit :</span> <span style=\"color: rgb(0,139,0)\">aid, allow, assist</span><br />http://thesaurus.com/browse/inhibit<br />6.) <span style=\"color: rgb(0,51,102)\">Innate :</span> </span></span><span><span class=\"theColor\" style=\"color: rgb(0,139,0)\">acquired</span><span id=\"hotword\" style=\"color: rgb(0,139,0)\">, </span><span class=\"theColor\" style=\"color: rgb(0,139,0)\">extrinsic</span><span id=\"hotword\" style=\"color: rgb(0,139,0)\">, </span><span class=\"theColor\"><span style=\"color: rgb(0,139,0)\">learned</span><br />http://thesaurus.com/browse/innate<br />7.) <span style=\"color: rgb(0,51,102)\">Impasse :</span> <span style=\"color: rgb(0,139,0)\">agreement, breakthrough</span><br />http://thesaurus.com/browse/impasse<br />8.) <span style=\"color: rgb(0,51,102)\">Impeccable :</span> </span></span><span><span id=\"hotword\" style=\"color: rgb(0,139,0)\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover() { this.style.cursor=\'default\' }\" onmouseout=\"function onmouseout() { this.style.backgroundColor=\'transparent\' }\" onclick=\"function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); }\" name=\"hotword\">flawed, blemished</span>, </span><span class=\"theColor\" style=\"color: rgb(0,139,0)\">imperfect, corrupt</span><span id=\"hotword\"></span></span><br />http://thesaurus.com/browse/impeccable</font></span></span></span>',1284022117),(883,'a0e94af35d907d36554b5324183e5cd4','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;quot;&amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic</span></a></span><a href=\"http://www.moodle.org/0.7861557874980531\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"></span></a></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span><br /> 2.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://thesaurus.com/browse/ilk\" title=\"Ilk\">Ilk</a></span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span class=\"thecolor\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-size: 12pt;\">family, type, class</span></span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\">Immanent</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span> <br /> <span class=\"thecolor\"></span><span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/idolatrous\" title=\"Idolatrous\">Idolatrous</a> :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span><br /> <span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\">Illicit</a> :</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\">Ignominy</a> :</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/infuse\" title=\"Infuse\">Infuse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\">Inhibit</a> : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span><br /> <span class=\"ital-inline\"></span><span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/innate\" title=\"Innate\">Innate</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span><br /> 10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\">Impasse</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">jam</span><span style=\"color: rgb(0, 139, 0);\"></span><br /> 11.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> :</span> <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed</span><br /> <span class=\"thecolor\"></span></span></font><br /> ',1284023219),(884,'9321fa6736a3fd9486b2911ee4025543','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;quot;&amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-fareast-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 0, 0);\">Impolitic</span></a></span><a href=\"http://www.moodle.org/0.7861557874980531\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></a></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span><br /> 2.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://thesaurus.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 0, 0);\">Ilk</span></a></span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\" class=\"thecolor\"><span style=\"font-size: 12pt;\">family, type, class</span></span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\"><span style=\"color: rgb(0, 0, 0);\">Immanent</span></a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span> <br /> <span class=\"thecolor\"></span><span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/idolatrous\" title=\"Idolatrous\"><span style=\"color: rgb(0, 0, 0);\">Idolatrous</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span><br /> <span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\">Illicit</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">Ignominy </span>:</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/infuse\" title=\"Infuse\"><span style=\"color: rgb(0, 0, 0);\">Infuse</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\"><span style=\"color: rgb(0, 0, 0);\">Inhibit</span></a> : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span><br /> <span class=\"ital-inline\"></span><span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/innate\" title=\"Innate\"><span style=\"color: rgb(0, 0, 0);\">Innate</span></a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span><br /> 10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\"><span style=\"color: rgb(0, 0, 0);\">Impasse</span></a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">jam</span><span style=\"color: rgb(0, 139, 0);\"></span><br /> 11.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\"><span style=\"color: rgb(0, 0, 0);\">Impeccable</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed</span><br /> <span class=\"thecolor\"></span></span></font><br /><meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 11\" name=\"Generator\" /><meta content=\"Microsoft Word 11\" name=\"Originator\" /><link href=\"file:///C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\msohtml1\\01\\clip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><style> <!-- /* Font Definitions */ @font-face {font-family:"Trebuchet MS"; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin:0in;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:10.0pt;\r\n font-family:\"Times New Roman\";\r\n mso-ansi-language:#0400;\r\n mso-fareast-language:#0400;\r\n mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]-->\r\n<p class=\"MsoNormal\"><span style=\"font-family: \"trebuchet ms\"; color: black;\">http://thesaurus.com/browse/impolitic</span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span style=\"font-family: \"trebuchet ms\";\">http://thesaurus.com/browse/ilk</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span style=\"font-family: \"trebuchet ms\";\">http://thesaurus.com/browse/immanent</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span style=\"font-family: \"trebuchet ms\";\">http://thesaurus.com/browse/idolatrous</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span style=\"font-family: \"trebuchet ms\";\">http://thesaurus.com/browse/illicit</span></span></p>\r\n<p class=\"MsoNormal\"><a href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\"><span class=\"thecolor\"><span style=\"font-family: \"trebuchet ms\";\">http://thesaurus.com/browse/ignominy</span></span></a></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span style=\"font-family: \"trebuchet ms\";\">http://thesaurus.com/browse/infuse</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"ital-inline\"><span style=\"font-family: \"trebuchet ms\";\">http://thesaurus.com/browse/inhibit</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-family: \"trebuchet ms\";\">http://thesaurus.com/browse/innate</span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span style=\"font-family: \"trebuchet ms\";\">http://thesaurus.com/browse/impeccable</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-family: \"trebuchet ms\";\">http://thesaurus.com/browse/impasse</span></p> <br /> ',1284024039),(885,'c1e62c1524e35f6fb832bed46a714026','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;quot;&amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\"><span style=\"color: rgb(0, 0, 0);\">Impolitic</span></a></span><a style=\"color: rgb(0, 0, 0);\" href=\"http://www.moodle.org/0.7861557874980531\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></a></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span><br /> 2.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Ilk\" href=\"http://thesaurus.com/browse/ilk\"><span style=\"color: rgb(0, 0, 0);\">Ilk</span></a></span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span class=\"thecolor\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-size: 12pt;\">family, type, class</span></span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Immanent\" href=\"http://thesaurus.com/browse/immanent\"><span style=\"color: rgb(0, 0, 0);\">Immanent</span></a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span> <br /> <span class=\"thecolor\"></span><span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Idolatrous\" href=\"http://thesaurus.com/browse/idolatrous\"><span style=\"color: rgb(0, 0, 0);\">Idolatrous</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span><br /> <span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\"><span style=\"color: rgb(0, 0, 0);\">Illicit</span></a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">Ignominy </span>:</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Infuse\" href=\"http://thesaurus.com/browse/infuse\"><span style=\"color: rgb(0, 0, 0);\">Infuse</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Inhibit\" href=\"http://thesaurus.com/browse/inhibit\"><span style=\"color: rgb(0, 0, 0);\">Inhibit</span></a> : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span><br /> <span class=\"ital-inline\"></span><span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Innate\" href=\"http://thesaurus.com/browse/innate\"><span style=\"color: rgb(0, 0, 0);\">Innate</span></a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span><br /> 10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><a title=\"Impasse\" href=\"http://thesaurus.com/browse/impasse\"><span style=\"color: rgb(0, 0, 0);\">Impasse</span></a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">jam</span><span style=\"color: rgb(0, 139, 0);\"></span><br /> 11.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impeccable\" href=\"http://thesaurus.com/browse/impeccable\"><span style=\"color: rgb(0, 0, 0);\">Impeccable</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed</span><br /> <span class=\"thecolor\"></span></span></font><br /><link rel=\"File-List\" href=\"file:///C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\msohtml1\\01\\clip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &lt;!-- /* Font Definitions */ @font-face {font-family:&quot;Trebuchet MS&quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&quot;&quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&quot;Times New Roman&quot;; mso-fareast-font-family:&quot;Times New Roman&quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\"><span>http://thesaurus.com/browse/impolitic</span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/ilk</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/immanent</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/idolatrous</span></span></p>\r\n<p class=\"MsoNormal\"><a href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/illicit</span></span></a></p>\r\n<p class=\"MsoNormal\"><a title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/ignominy</span></span></a></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/infuse</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"ital-inline\"><span>http://thesaurus.com/browse/inhibit</span></span></p>\r\n<p class=\"MsoNormal\"><span>http://thesaurus.com/browse/innate</span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/impeccable</span></span></p>\r\n<p class=\"MsoNormal\"><span>http://thesaurus.com/browse/impasse</span></p> <br /> ',1284024240),(886,'97ff7480702d19e4159770766ef519d4','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;quot;&amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 0, 0);\">Impolitic</span></a></span><a href=\"http://www.moodle.org/0.7861557874980531\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></a></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span><br /> 2.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://thesaurus.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 0, 0);\">Ilk</span></a></span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\" class=\"thecolor\"><span style=\"font-size: 12pt;\">family, type, class</span></span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\"><span style=\"color: rgb(0, 0, 0);\">Immanent</span></a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span> <br /> <span class=\"thecolor\"></span><span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/idolatrous\" title=\"Idolatrous\"><span style=\"color: rgb(0, 0, 0);\">Idolatrous</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span><br /> <span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\"><span style=\"color: rgb(0, 0, 0);\">Illicit</span></a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\" style=\"color: rgb(0, 0, 0);\">Ignominy</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/infuse\" title=\"Infuse\"><span style=\"color: rgb(0, 0, 0);\">Infuse</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\"><span style=\"color: rgb(0, 0, 0);\">Inhibit</span></a> : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span><br /> <span class=\"ital-inline\"></span><span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/innate\" title=\"Innate\"><span style=\"color: rgb(0, 0, 0);\">Innate</span></a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span><br /> 10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\"><span style=\"color: rgb(0, 0, 0);\">Impasse</span></a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">jam</span><span style=\"color: rgb(0, 139, 0);\"></span><br /> 11.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\"><span style=\"color: rgb(0, 0, 0);\">Impeccable</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed</span><br /> <span class=\"thecolor\"></span></span></font><br /><link href=\"file:///C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\msohtml1\\01\\clip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;quot;Trebuchet MS&amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;quot;&amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\"><span>http://thesaurus.com/browse/impolitic</span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/ilk</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/immanent</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/idolatrous</span></span></p>\r\n<p class=\"MsoNormal\"><a title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/illicit</span></span></a></p>\r\n<p class=\"MsoNormal\"><a href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/ignominy</span></span></a></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/infuse</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"ital-inline\"><span>http://thesaurus.com/browse/inhibit</span></span></p>\r\n<p class=\"MsoNormal\"><span>http://thesaurus.com/browse/innate</span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/impeccable</span></span></p>\r\n<p class=\"MsoNormal\"><span>http://thesaurus.com/browse/impasse</span></p> <br /> ',1284024336),(887,'6ece71262feadc1f2899d45fbf5b208e','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\" style=\"color: rgb(0, 51, 102);\">Impolitic</a></span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.7861557874980531\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></a></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span><br /> 2.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Ilk\" href=\"http://thesaurus.com/browse/ilk\" style=\"color: rgb(0, 51, 102);\">Ilk</a></span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span class=\"thecolor\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-size: 12pt;\">family, type, class</span></span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Immanent\" href=\"http://thesaurus.com/browse/immanent\" style=\"color: rgb(0, 51, 102);\">Immanent</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span> <br /> <span class=\"thecolor\"></span><span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Idolatrous\" href=\"http://thesaurus.com/browse/idolatrous\" style=\"color: rgb(0, 51, 102);\">Idolatrous</a> :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span><br /> <span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\">Ignominy</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Infuse\" href=\"http://thesaurus.com/browse/infuse\" style=\"color: rgb(0, 51, 102);\">Infuse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Inhibit\" href=\"http://thesaurus.com/browse/inhibit\" style=\"color: rgb(0, 51, 102);\">Inhibit</a> : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span><br /> <span class=\"ital-inline\"></span><span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Innate\" href=\"http://thesaurus.com/browse/innate\" style=\"color: rgb(0, 51, 102);\">Innate</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span><br /> 10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><a title=\"Impasse\" href=\"http://thesaurus.com/browse/impasse\" style=\"color: rgb(0, 51, 102);\">Impasse</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">jam</span><span style=\"color: rgb(0, 139, 0);\"></span><br /> 11.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impeccable\" href=\"http://thesaurus.com/browse/impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable</a> :</span> <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed</span><br /> <span class=\"thecolor\"></span></span></font><br /><link rel=\"File-List\" href=\"file:///C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\msohtml1\\01\\clip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;quot;Trebuchet MS&amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;quot;&amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-fareast-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\"><span>http://thesaurus.com/browse/impolitic</span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/ilk</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/immanent</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/idolatrous</span></span></p>\r\n<p class=\"MsoNormal\"><a href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/illicit</span></span></a></p>\r\n<p class=\"MsoNormal\"><a title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/ignominy</span></span></a></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/infuse</span></span></p>\r\n<p class=\"MsoNormal\"><span class=\"ital-inline\"><span>http://thesaurus.com/browse/inhibit</span></span></p>\r\n<p class=\"MsoNormal\"><span>http://thesaurus.com/browse/innate</span></p>\r\n<p class=\"MsoNormal\"><span class=\"thecolor\"><span>http://thesaurus.com/browse/impeccable</span></span></p>\r\n<p class=\"MsoNormal\"><span>http://thesaurus.com/browse/impasse</span></p> <br /> ',1284024644),(888,'3713693e14af43528ef02fefc310ea91','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\">Impolitic</a></span><a href=\"http://www.moodle.org/0.7861557874980531\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></a></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span><br /> 2.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ilk\" title=\"Ilk\">Ilk</a></span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\" class=\"thecolor\"><span style=\"font-size: 12pt;\">family, type, class</span></span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\">Immanent</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span> <br /> <span class=\"thecolor\"></span><span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/idolatrous\" title=\"Idolatrous\">Idolatrous</a> :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span><br /> <span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\">Illicit</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\" style=\"color: rgb(0, 51, 102);\">Ignominy</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/infuse\" title=\"Infuse\">Infuse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\">Inhibit</a> : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span><br /> <span class=\"ital-inline\"></span><span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/innate\" title=\"Innate\">Innate</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span><br /> 10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\">Impasse</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">jam</span><span style=\"color: rgb(0, 139, 0);\"></span><br /> 11.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> :</span> <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed</span> </span></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;quot;&amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><br /> ',1284444523),(889,'219c519c78f32cf0c1620d1e00c96f83','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p><font size=\"4\" style=\"color: rgb(255,0,0)\"><span style=\"font-family: times new roman,times,serif\"><span style=\"text-decoration: underline\"></span></span></font><span><span class=\"theColor\"></span></span><span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" name=\"hotword\">
<div style=\"text-align: center\"><font size=\"4\" style=\"color: rgb(255,0,0); text-decoration: underline\"><span style=\"font-family: times new roman,times,serif\">Please click on the word in case you need more information</span></font><br /><font size=\"4\" style=\"color: rgb(255,0,0)\"><span style=\"font-family: times new roman,times,serif\"></span></font></div><font size=\"4\" style=\"color: rgb(255,0,0)\"><span style=\"font-family: times new roman,times,serif\"><br /><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"><span style=\"color: rgb(0,0,0)\">1.) <span style=\"color: rgb(0,51,102)\">Impolitic :</span> </span></font></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif\"><span><span class=\"theColor\" style=\"color: rgb(0,139,0)\">careful</span><span id=\"hotword\" style=\"color: rgb(0,139,0)\">, </span><span class=\"theColor\" style=\"color: rgb(0,139,0)\">cautious</span><span id=\"hotword\" style=\"color: rgb(0,139,0)\">, </span><span class=\"theColor\" style=\"color: rgb(0,139,0)\">discreet</span><span id=\"hotword\" style=\"color: rgb(0,139,0)\">, <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" name=\"hotword\">politic,</span> </span><span class=\"theColor\"><span style=\"color: rgb(0,139,0)\">wise</span><br />http://thesaurus.com/browse/impolitic<br />2.) <span style=\"color: rgb(0,51,102)\">Immanent :</span> <span style=\"color: rgb(0,139,0)\">external, extrinsic, acquired</span><br />http://thesaurus.com/browse/immanent<br />3.) <span style=\"color: rgb(0,51,102)\">Illicit :</span></span></span><span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" name=\"hotword\"> <span style=\"color: rgb(0,139,0)\">legal, legitimate, noble, licit</span><br />http://thesaurus.com/browse/illicit<br /></span></span></span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">4.) <span style=\"color: rgb(0,51,102)\">Ignominy :</span> <span style=\"color: rgb(0,139,0)\">credit,</span></span><span style=\"color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,139,0)\">honor</span><br />http://thesaurus.com/browse/ignominy<br />5.) <span style=\"color: rgb(0,51,102)\">Inhibit :</span> <span style=\"color: rgb(0,139,0)\">aid, allow, assist</span><br />http://thesaurus.com/browse/inhibit<br />6.) <span style=\"color: rgb(0,51,102)\">Innate :</span> </span></span><span><span class=\"theColor\" style=\"color: rgb(0,139,0)\">acquired</span><span id=\"hotword\" style=\"color: rgb(0,139,0)\">, </span><span class=\"theColor\" style=\"color: rgb(0,139,0)\">extrinsic</span><span id=\"hotword\" style=\"color: rgb(0,139,0)\">, </span><span class=\"theColor\"><span style=\"color: rgb(0,139,0)\">learned</span><br />http://thesaurus.com/browse/innate<br />7.) <span style=\"color: rgb(0,51,102)\">Impasse :</span> <span style=\"color: rgb(0,139,0)\">agreement, breakthrough</span><br />http://thesaurus.com/browse/impasse<br />8.) <span style=\"color: rgb(0,51,102)\">Impeccable :</span> </span></span><span><span id=\"hotword\" style=\"color: rgb(0,139,0)\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover() { this.style.cursor=\'default\' }\" onmouseout=\"function onmouseout() { this.style.backgroundColor=\'transparent\' }\" onclick=\"function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); }\" name=\"hotword\">flawed, blemished</span>, </span><span class=\"theColor\" style=\"color: rgb(0,139,0)\">imperfect, corrupt</span><span id=\"hotword\"></span></span><br />http://thesaurus.com/browse/impeccable</font></span></span></span>',1284025248),(890,'a5d70760158180d9db8d7c81e20d98b5','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"></span></span></font><span><span class=\"theColor\"></span></span> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"></span></span></font><span><span class=\"theColor\"></span></span><span><span id=\"hotword\"><span name=\"hotword\" style=\"background-color: transparent; cursor: default;\" id=\"hotword\"></span></span></span>',1284025529),(891,'bba1a1dfaeb358824b8c1afd86d1c7ec','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">stgedsdgsst<span style=\"text-decoration: underline;\"></span></span></font><span><span class=\"theColor\"></span></span> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"></span></span></font><span><span class=\"theColor\"></span></span><span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"></span></span></span>',1284025587),(892,'e6742641701a40d610339821c7517069','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p><div style=\"text-align: center;\"> <meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\" /><meta content=\"Word.Document\" name=\"ProgId\" /><meta content=\"Microsoft Word 11\" name=\"Generator\" /><meta content=\"Microsoft Word 11\" name=\"Originator\" /><link href=\"file:///C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\msohtml1\\01\\clip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--></div><style> <!-- /* Font Definitions */ @font-face {font-family:"Trebuchet MS"; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin:0in;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:10.0pt;\r\n font-family:\"Times New Roman\";\r\n mso-ansi-language:#0400;\r\n mso-fareast-language:#0400;\r\n mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]--> \r\n<p class=\"MsoNormal\" style=\"text-align: center;\"><u><span style=\"font-size: 13.5pt; color: red;\">Please click on the word in case you need more information</span></u></p> <span style=\"font-size: 13.5pt; font-family: \"times new roman\"; color: red;\"><br /> </span><span style=\"font-size: 12pt; font-family: \"trebuchet ms\"; color: black;\">1.) </span><span style=\"font-size: 12pt; font-family: \"trebuchet ms\"; color: rgb(0, 0, 0);\">Impolitic :</span><span style=\"font-size: 12pt; font-family: \"trebuchet ms\"; color: black;\"> </span><span class=\"thecolor\"><span style=\"font-size: 12pt; font-family: \"trebuchet ms\"; color: rgb(0, 139, 0);\">careful</span></span><span style=\"font-size: 12pt; font-family: \"trebuchet ms\"; color: rgb(0, 139, 0);\">, <span class=\"thecolor\">cautious</span>, <span class=\"thecolor\">discreet</span>, politic, <span class=\"thecolor\">wise</span></span><span style=\"font-size: 12pt; font-family: \"trebuchet ms\";\"><br /> <a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\"><span class=\"thecolor\">http://thesaurus.com/browse/impolitic</span></a><br /> <span class=\"thecolor\">2.) <span style=\"color: rgb(0, 51, 102);\">Immanent :</span> <span style=\"color: rgb(0, 139, 0);\">external, extrinsic, acquired</span></span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/immanent</span><br /> <span class=\"thecolor\">3.) <span style=\"color: rgb(0, 51, 102);\">Illicit :</span></span> <span style=\"color: rgb(0, 139, 0);\">legal, legitimate, noble, licit</span><br /> http://thesaurus.com/browse/illicit<br /> 4.) <span style=\"color: rgb(0, 51, 102);\">Ignominy :</span> <span style=\"color: rgb(0, 139, 0);\">credit, honor</span><br /> http://thesaurus.com/browse/ignominy<br /> 5.) <span style=\"color: rgb(0, 51, 102);\">Inhibit :</span> <span style=\"color: rgb(0, 139, 0);\">aid, allow, assist</span><br /> http://thesaurus.com/browse/inhibit<br /> 6.) <span style=\"color: rgb(0, 51, 102);\">Innate :</span> <span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\">acquired</span></span><span style=\"color: rgb(0, 139, 0);\">, <span class=\"thecolor\">extrinsic</span>, <span class=\"thecolor\">learned</span></span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/innate</span><br /> <span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\">Impasse :</span> <span style=\"color: rgb(0, 139, 0);\">agreement, breakthrough</span></span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/impasse</span><br /> <span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\">Impeccable :</span> </span><span style=\"color: rgb(0, 139, 0);\">flawed, blemished, <span class=\"thecolor\">imperfect, corrupt</span></span><br /> http://thesaurus.com/browse/impeccable</span><br /><span><span class=\"theColor\"></span></span> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"></span></span></font><span><span class=\"theColor\"></span></span><span><span id=\"hotword\"><span name=\"hotword\" style=\"background-color: transparent; cursor: default;\" id=\"hotword\"></span></span></span>',1284028254),(893,'a40e01fcf1e90b8846e3014fb454e6a2','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p><p align=\"justify\"><span style=\"color: rgb(0,51,102)\"><font size=\"4\">1.)</font></span><a title=\"cabal\" style=\"color: rgb(0,51,102); text-decoration: underline\" href=\"http://dictionary.reference.com/browse/cabal\" target=\"_blank\"><font size=\"4\">Cabal (<em>n</em>)</font></a><span style=\"color: rgb(0,51,102); text-decoration: underline\"><font size=\"4\"> </font></span><span style=\"color: rgb(0,51,102)\"><font size=\"4\">:</font> </span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0,139,0)\">1)</span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"> A</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">small</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">group</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">secret</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">plotters,</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">as</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">against</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">government</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"font-style: italic; color: rgb(0,139,0)\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">person</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">in</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">authority.<br />2) </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">The</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">plots</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">and</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">schemes</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">such</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">group;</span><span style=\"font-style: italic; color: rgb(0,139,0)\"> </span></font><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0,0,0)\"></span></span><font size=\"2\"><font color=\"#663300\"><span id=\"hotword\" style=\"background-color: transparent; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold\">cabal</span>.</font><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\"></span><br /></span><font color=\"#663300\"><span id=\"hotword\" style=\"background-color: transparent; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">2)</span></span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; color: rgb(0,139,0); cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold\">cabals</span> in action for more than 30 years.<br /></font><br /><font size=\"4\">2.)</font></font><font size=\"4\"><a title=\"cadge\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/cadge\" target=\"_blank\">Cadge</a></font><font size=\"2\"><font size=\"4\"><a style=\"color: rgb(0,51,102)\" href=\"http://www.moodle.org/0.12407330079736834\"> (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">1)</font></font><font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"> To</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">imposing</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">on</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">another\'s</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">generosity</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">friendship.<br />2) </span><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">borrow</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">without</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">intent</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">to</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">repay.</span></font></p>\r\n<p align=\"justify\"><font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\"><span style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\"><span class=\"dnindex\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">3) </span></span></span><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">beg</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">begging.</span></font></p>\r\n<p align=\"justify\"><font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\"><span style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font size=\"2\"><font color=\"#663300\" face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) I believe he was able to <strong>cadge</strong> a lift on the coach.</font></font></p>\r\n<div align=\"justify\" class=\"luna-Ent\"><font size=\"2\"></font> </div>\r\n<div align=\"justify\" class=\"luna-Ent\"><font size=\"4\">3.)</font><a title=\"calipers\" href=\"http://dictionary.reference.com/browse/calipers\"><font color=\"#003366\" size=\"4\">Calipers (<em>n</em>)</font></a><font size=\"4\"> : </font><font color=\"#008b00\"><em>1)</em> <em>An instrument for measuring thickness and internal or external diameters inaccessible to the scale, consisting usually of a pair of adjustable pivoted legs.</em></font></div>\r\n<div align=\"justify\" class=\"luna-Ent\"><em><font color=\"#008b00\">2) Automotive- The part of a disc-brake assembly that straddles the disc and presses the brake pads against it.</font></em></div>\r\n<div align=\"justify\" class=\"luna-Ent\"> \r\n <div align=\"justify\" class=\"luna-Ent\"><font size=\"2\"><font color=\"#663300\">1) </font><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font color=\"#663300\" face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The mechanical stage has a spring <strong>caliper</strong> to hold a standard slide.</font></span></span></font></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><font face=\"Trebuchet MS\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font size=\"2\"><font color=\"#663300\">2) </font><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font color=\"#663300\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The front brakes use a radial <strong>caliper</strong> with four opposed<span class=\"Apple-converted-space\"> <span class=\"nolink\">pistons</span></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">, in keeping with the latest trends in racing technology.</font></font></span></span></font></span></span></font></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 16px; font-family: verdana, arial, helvetica, sans-serif; color: rgb(51,51,51); font-size: 13px\"><font size=\"3\"><font color=\"#008b00\"><span style=\"position: static; padding-bottom: 0px; line-height: 1.25em; background-color: transparent; margin: 0px; padding-left: 0px; padding-right: 0px; font-family: verdana, arial, helvetica, sans-serif; color: rgb(51,51,51); font-size: 13px; cursor: default; padding-top: 0px\" onmouseover=\"function onmouseover() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.cursor=\'default\' } } } } } }\" onmouseout=\"function onmouseout() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.backgroundColor=\'transparent\' } } } } } }\" onclick=\"function onclick() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } } } } } }\" name=\"hotword\"><em></em></span></font></font></span></span> </div> \r\n <div align=\"justify\" class=\"luna-Ent\"><font size=\"4\">4.)<a title=\"calumniate\" href=\"http://dictionary.reference.com/browse/calumniate\" target=\"_blank\"><font color=\"#003366\">Calumniate (v)</font></a> : </font><font color=\"#008b00\"><em>T</em><em>o make false and malicious statements about: Slander.</em></font></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font color=\"#663300\"><font size=\"2\"><font face=\"Trebuchet MS\">1) </font>And, consequently, Marx was the best hated and most <strong>calumniated</strong><span class=\"Apple-converted-space\"> <span class=\"nolink\">man </span></span></font><font size=\"2\">of his time.</font></font></span></span></em></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font size=\"2\"></font></span></span></em></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"></font></span></span></em></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"></font></span></span></em></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"></font></span></span></em> </div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\">5.)<span class=\"nolink\"><a title=\"calumny\" href=\"http://dictionary.reference.com/browse/calumny\" target=\"_blank\"><font color=\"#003366\">Calumny <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font></a> :</span> <em><font color=\"#008b00\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\">1) A</font><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> <font color=\"#008b00\" size=\"3\">false and malicious statement meant to hurt someone\'s reputation.</font></font></span></span></font></em></font></span></span></em></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font color=\"#008b00\" face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\"><em>2)the uttering of such a statement; slander.</em></font></span></span></font></span></span></em></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font face=\"Trebuchet MS\"><font size=\"2\"><font color=\"#663300\">1) </font><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font color=\"#663300\" face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">Why did you<span class=\"Apple-converted-space\"> <span class=\"nolink\">speak</span></span><span class=\"Apple-converted-space\"> </span><strong>calumny</strong> of me to Dr. Joseph behind my back?</font></span></span></font></font></span></span></font></span></span></em></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font face=\"Trebuchet MS\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"></span></span></font></font></span></span></font></span></span></em></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font size=\"4\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font size=\"4\"></font></span></span></font></span></span></span></span></em> </div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font size=\"4\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font size=\"4\">6.)</font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"4\">Candid (adj) :</font><font size=\"3\"> </font></font><font size=\"3\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) F<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\">ree from prejudice or bias; fair; just; impartial.</span></span></font></font></span></span></font></span></span></span></span></em></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font size=\"3\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">2) V<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\">ery honest or frank in what one says or writes.</span></span></font></font></span></span></span></span></span></span></span></span></em></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"pg\"><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover() { this.style.cursor=\'default\' }\" onmouseout=\"function onmouseout() { this.style.backgroundColor=\'transparent\' }\" onclick=\"function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); }\" name=\"hotword\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\">3.) <font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">(–noun) </font></font><span id=\"hotword\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover() { this.style.cursor=\'default\' }\" onmouseout=\"function onmouseout() { this.style.backgroundColor=\'transparent\' }\" onclick=\"function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); }\" name=\"hotword\">an</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover() { this.style.cursor=\'default\' }\" onmouseout=\"function onmouseout() { this.style.backgroundColor=\'transparent\' }\" onclick=\"function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); }\" name=\"hotword\">unposed</span> <span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover() { this.style.cursor=\'default\' }\" onmouseout=\"function onmouseout() { this.style.backgroundColor=\'transparent\' }\" onclick=\"function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); }\" name=\"hotword\">photograph.</span></font></font></span></span></span></span></span></span></font></span></span></span></span></span></span></span></span></em></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><em><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana, arial, helvetica, sans-serif; font-size: 14px\"><span class=\"pg\"><span><span style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover() { this.style.cursor=\'default\' }\" onmouseout=\"function onmouseout() { this.style.backgroundColor=\'transparent\' }\" onclick=\"function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); }\" name=\"hotword\"><span><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"2\"><span style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover() { this.style.cursor=\'default\' }\" onmouseout=\"function onmouseout() { this.style.backgroundColor=\'transparent\' }\" onclick=\"function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); }\" name=\"hotword\">1)The Minister has been very candid about the <span class=\"nolink\">reasons </span>why the arrangement has been made in this way. </span></font></span></span></span></span></span></span></font></span></span></span></span></span></span></span></span></em></div> \r\n <div align=\"justify\" class=\"luna-Ent\"><font size=\"2\">2)Do you want formal pictures, candid <span class=\"nolink\">shot</span>s or both?</font></div></div>',1284106484),(894,'decd49bfc1b1740084cebba22a561a76','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p> <span style=\"font-family: times new roman,times,serif;\">1.)</span><a style=\"font-weight: bold;\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jabber\" title=\"jabber\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Jabber</span></font></a><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\"><span style=\"font-size: 14pt; line-height: 115%;\">(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: times new roman,times,serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-style: italic;\">To talk rapidly, unintelligibly, or idly.</span><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: times new roman,times,serif;\">How can <span class=\"nolink\">someone</span> <span style=\"font-weight: bold;\">jabber </span>on for so many years and not really say anything? </font><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><a style=\"font-weight: bold;\" title=\"jeopardize\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jeopardize\"><span style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">Jeopardize</font></span></a><span style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">(v)</font>:</span><font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-style: italic;\">Risk loss, damage, or failure of; endanger.</span><br /></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">How could UFOs <span style=\"font-weight: bold;\">jeopardize </span>the national<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">security</span><span class=\"Apple-converted-space\"> </span>of the U.S</font>.<br /><br />3.)</span></span><link style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" /><link style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" /><link style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"><span style=\"text-decoration: underline;\"><span style=\"font-weight: bold;\">Jibe</span></span>(v):</span></font><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span style=\"font-size: 11pt; line-height: 115%;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: times new roman,times,serif; color: rgb(0, 139, 0);\">gibe,make fun of.</span><br /></font></span><font size=\"2\" style=\"font-family: times new roman,times,serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: times new roman,times,serif;\">Mr Kennedy has</span><span class=\"Apple-converted-space\" style=\"font-family: times new roman,times,serif;\"> </span><span class=\"nolink\" style=\"font-family: times new roman,times,serif;\">face</span><span style=\"font-family: times new roman,times,serif;\">d </span><span style=\"font-weight: bold; font-family: times new roman,times,serif;\">jibes </span><span style=\"font-family: times new roman,times,serif;\">about his widely rumored alcoholism for several years.</span><br /><br />4.)</span></span></font><link rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" style=\"color: rgb(0, 51, 102);\" /><link rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" style=\"color: rgb(0, 51, 102);\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" style=\"color: rgb(0, 51, 102);\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;quot;&amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;quot;,&amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><a href=\"http://dictionary.reference.com/browse/jocular\" target=\"_blank\" title=\"jocular\"><link rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &lt;!-- /* Font Definitions */ @font-face {font-family:&quot;Cambria Math&quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-1610611985 1107304683 0 0 415 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&quot;&quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&quot;Times New Roman&quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span style=\"font-size: 14pt; line-height: 115%;\"></span></a><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://dictionary.reference.com/browse/jocular\" target=\"_blank\" title=\"jocular\" style=\"font-family: times new roman,times,serif;\">Jocular</a></font>(a):<font size=\"3\"><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">joking, humorous, full of fun</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 59, 0); font-family: times new roman,times,serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">.</span></font><br /><font size=\"2\" style=\"font-family: times new roman,times,serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">He was<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">jocular</span>, and about as good of walking on his hands as feet.</span></span><br /></font><span style=\"font-size: 11pt; line-height: 115%;\"><br /></span><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"File-List\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"themeData\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" rel=\"colorSchemeMapping\" href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"></span></font> ',1284042840),(895,'25250f4f46aeabca1e859a493add7bf9','<p class=\"book_chapter_title\">Vocab Drill 29 (Letter \'J\')</p> <span style=\"font-family: times new roman,times,serif;\">1.)</span><a title=\"jabber\" href=\"http://dictionary.reference.com/browse/jabber\" target=\"_blank\" style=\"font-weight: bold;\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span class=\"nolink\">Jabber</span></font></a><font size=\"4\" style=\"color: rgb(0, 51, 102); font-weight: bold; font-family: times new roman,times,serif;\"><span style=\"font-size: 14pt; line-height: 115%;\">(v):</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: times new roman,times,serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-style: italic;\">To talk rapidly, unintelligibly, or idly.</span><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: times new roman,times,serif;\">How can <span class=\"nolink\">someone</span> <span style=\"font-weight: bold;\">jabber </span>on for so many years and not really say anything? </font><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><a href=\"http://dictionary.reference.com/browse/jeopardize\" target=\"_blank\" title=\"jeopardize\" style=\"font-weight: bold;\"><span style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">Jeopardize</font></span></a><span style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><font size=\"4\">(v)</font>:</span><font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-style: italic;\">Risk loss, damage, or failure of; endanger.</span><br /></span></span></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: times new roman,times,serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">How could UFOs <span style=\"font-weight: bold;\">jeopardize </span>the national<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">security</span><span class=\"Apple-converted-space\"> </span>of the U.S</font>.<br /><br />3.)</span></span><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"><span style=\"text-decoration: underline;\"><span style=\"font-weight: bold;\">Jibe</span></span>(v):</span></font><link rel=\"File-List\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span style=\"font-size: 11pt; line-height: 115%;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: times new roman,times,serif; color: rgb(0, 139, 0);\">gibe,make fun of.</span><br /></font></span><font size=\"2\" style=\"font-family: times new roman,times,serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: times new roman,times,serif;\">Mr Kennedy has</span><span style=\"font-family: times new roman,times,serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: times new roman,times,serif;\" class=\"nolink\">face</span><span style=\"font-family: times new roman,times,serif;\">d </span><span style=\"font-weight: bold; font-family: times new roman,times,serif;\">jibes </span><span style=\"font-family: times new roman,times,serif;\">about his widely rumored alcoholism for several years.</span><br /><br />4.)</span></span></font><link style=\"color: rgb(0, 51, 102);\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><link style=\"color: rgb(0, 51, 102);\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link style=\"color: rgb(0, 51, 102);\" href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><a title=\"jocular\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jocular\"><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:\\Users\\lenovo\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;quot;Cambria Math&amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-1610611985 1107304683 0 0 415 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;quot;&amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><span style=\"font-size: 14pt; line-height: 115%;\"></span></a><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a style=\"font-family: times new roman,times,serif;\" title=\"jocular\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/jocular\">Jocular</a></font>(a):<font size=\"3\"><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">joking, humorous, full of fun</span><span style=\"border-collapse: separate; color: rgb(0, 59, 0); font-family: times new roman,times,serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">.</span></font><br /><font size=\"2\" style=\"font-family: times new roman,times,serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He was<span class=\"Apple-converted-space\"> </span><span class=\"nolink\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">jocular</span>, and about as good of walking on his hands as feet.</span></span><br /></font><span style=\"font-size: 11pt; line-height: 115%;\"><br />5.)</span><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n <o:RelyOnVML/>\r\n <o:AllowPNG/>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--><a href=\"http://dictionary.reference.com/browse/judicious\" target=\"_blank\" title=\"judicious\"><span style=\"font-size: 11pt; line-height: 115%; font-family: \"calibri\",\"sans-serif\";\">judicious</span></a>(a):<!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n <o:RelyOnVML/>\r\n <o:AllowPNG/>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--><span style=\"font-size: 11pt; line-height: 115%; font-family: \"calibri\",\"sans-serif\";\">sound in judgment,wise.<br /></span>Much of the same effects can be achieved by judicious <a class=\"ex\" href=\"http://www.yourdictionary.com/selection\">selection</a> of photographs. <br /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><link href=\"file:///C:%5CUsers%5Clenovo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-IN</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin-top:0cm;
 mso-para-margin-right:0cm;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0cm;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:\"Times New Roman\";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:\"Times New Roman\";
 mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><font size=\"4\" style=\"font-weight: bold; color: rgb(0, 51, 102); font-family: times new roman,times,serif;\"><span style=\"font-size: 11pt; line-height: 115%;\"></span></font> ',1286556806),(896,'2b9e40526da48ee9397fe53b0bae41c4','<p>Choose the word meanings.... </p>',1284044132),(897,'6eb03ca111c0bb8f2fc69b1ccc274736','<p> Choose the word meanings.... </p>',1285627608),(898,'35b199a7f3235daafdd474619422d9c6','JAVA ',1284390517),(899,'a30b67af42505656829c5b06185f006f','<p class=\"book_chapter_title\">Synonym Drill 29 (Letter \'J\')</p>1.)jabber:babble,blather,drivel,gab,jaw.<br />2.)jeopardize:be careless,chance it ,put in danger,threaten.<br />3.)jibe:accord,confirm,correspond,dovetail.<br />4.)jocular:amusing,blithe,crazy,daffy<br />5.)judicious:accurate,acute,astute,rational,wary,skillful.<br /><br /> ',1284045175),(900,'8df6c0797c8d96d7d348ee675689b821','<p class=\"book_chapter_title\">Antonym Drill 29 (Letter \'J\')</p>1.)jabber:be silent,quite.<br />2.)jeopardize:aim,design,plan.<br />3.)jibe:clash,disagree.<br />4.)jocular:morose,serious,unfunny.<br />5.)judicious:foolish,hasty,idiotic,irrational.<br /> ',1284045479),(901,'053d7866a7b3af04c329be84a8f52beb','<p class=\"book_chapter_title\">Antonym Drill 29 (Letter \'J\')</p> 1.)<font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\">jabber</font>:<span style=\"color: rgb(0, 59, 0); font-style: italic; font-family: times new roman,times,serif;\">be silent,quite</span><span style=\"font-family: times new roman,times,serif;\">.</span><br />2.)<span style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\">jeopardize</span>:<font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">aim,design,plan.</font><br />3.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-family: times new roman,times,serif;\">jibe</span></font>:<span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">clash,disagree.</span><br />4.)<font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-family: times new roman,times,serif;\">jocular</span></font>:<font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 59, 0);\">morose,serious,unfunny.</font><br />5.)<font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\">judicious</font>:<font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 59, 0);\">foolish,hasty,idiotic,irrational.</font><br /> ',1284045826),(902,'9d561c88af67afcbd51f2be8bcca8d63','<p class=\"book_chapter_title\">Antonym Drill 29 (Letter \'J\')</p> 1.)<a href=\"http://thesaurus.com/browse/jabber\" target=\"_blank\" title=\"jabber\"><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\">jabber</font></a>:<span style=\"color: rgb(0, 59, 0); font-style: italic; font-family: times new roman,times,serif;\">be silent,quite</span><span style=\"font-family: times new roman,times,serif;\">.</span><br />2.)<font size=\"4\"><a href=\"http://thesaurus.com/browse/jeopardize\" target=\"_blank\" title=\"jeopardize\"><span style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\">jeopardize</span></a></font>:<font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">aim,design,plan.</font><br />3.)<a href=\"http://thesaurus.com/browse/jibe\" target=\"_blank\" title=\"jibe\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-family: times new roman,times,serif;\">jibe</span></font></a>:<span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0); font-style: italic;\">clash,disagree.</span><br />4.)<a href=\"http://thesaurus.com/browse/jocular\" target=\"_blank\" title=\"jocular\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-family: times new roman,times,serif;\">jocular</span></font></a>:<font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 59, 0);\">morose,serious,unfunny.</font><br />5.)<a href=\"http://thesaurus.com/browse/judicious\" target=\"_blank\" title=\"judicious\"><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\">judicious</font></a>:<font size=\"3\" style=\"font-family: times new roman,times,serif; font-style: italic; color: rgb(0, 59, 0);\">foolish,hasty,idiotic,irrational.</font><br /> ',1284046019),(903,'bccfeddee5867bbbe3ad77a83b299a6e','<p class=\"book_chapter_title\">Synonym Drill 29 (Letter \'J\')</p><font size=\"4\"><span style=\"font-family: times new roman,times,serif;\"> 1.)<a href=\"http://thesaurus.com/browse/jabber\" target=\"_blank\" title=\"jabber\"><span style=\"color: rgb(0, 51, 102);\">Jabber</span></a>:<span style=\"color: rgb(0, 59, 0);\">babble,blather,drivel,gab,jaw.</span></span><br style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0);\" /><span style=\"font-family: times new roman,times,serif;\">2.)<a href=\"http://thesaurus.com/browse/jeopardize\" target=\"_blank\" title=\"jeopardize\"><span style=\"color: rgb(0, 51, 102);\">Jeopardize</span></a>:<span style=\"color: rgb(0, 59, 0);\">be careless,chance it ,put in danger,threaten.</span></span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">3.)<a href=\"http://thesaurus.com/browse/jibe\" target=\"_blank\" title=\"jibe\"><span style=\"color: rgb(0, 51, 102);\">Jibe</span></a>:<span style=\"color: rgb(0, 59, 0);\">accord,confirm,correspond,dovetail.</span></span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">4.)<a href=\"http://thesaurus.com/browse/jocular\" target=\"_blank\" title=\"jocular\"><span style=\"color: rgb(0, 51, 102);\">Jocular</span></a>:<span style=\"color: rgb(0, 59, 0);\">amusing,blithe,crazy,daffy</span></span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">5.)<a href=\"http://thesaurus.com/browse/judicious\" target=\"_blank\" title=\"judicious\"><span style=\"color: rgb(0, 51, 102);\">Judicious</span></a>:<span style=\"color: rgb(0, 59, 0);\">accurate,acute,astute,rational,wary,skillful.</span></span><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /></font> ',1295626428),(904,'11101cbfd0643873a4967dcfc3b80687','<p class=\"book_chapter_title\">Antonym Drill 29 (Letter \'J\')</p><span style=\"font-family: times new roman,times,serif;\"> 1.)</span><a title=\"jabber\" target=\"_blank\" href=\"http://thesaurus.com/browse/jabber\" style=\"font-family: times new roman,times,serif;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\">Jabber</font></a><span style=\"font-family: times new roman,times,serif;\"> : </span><span style=\"color: rgb(0, 59, 0); font-family: times new roman,times,serif;\">be silent,quite</span><span style=\"font-family: times new roman,times,serif;\">.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">2.)</span><font size=\"4\" style=\"font-family: times new roman,times,serif;\"><a title=\"jeopardize\" target=\"_blank\" href=\"http://thesaurus.com/browse/jeopardize\"><span style=\"color: rgb(0, 51, 102);\">Jeopardize </span></a></font><span style=\"font-family: times new roman,times,serif;\">: </span><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0);\">aim,design,plan.</font><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">3.)</span><a title=\"jibe\" target=\"_blank\" href=\"http://thesaurus.com/browse/jibe\" style=\"font-family: times new roman,times,serif;\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Jibe</font></a><span style=\"font-family: times new roman,times,serif;\"> : </span><span style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0);\">clash,disagree.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">4.)</span><a title=\"jocular\" target=\"_blank\" href=\"http://thesaurus.com/browse/jocular\" style=\"font-family: times new roman,times,serif;\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Jocular</font></a><span style=\"font-family: times new roman,times,serif;\"> : </span><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0);\">morose,serious,unfunny.</font><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">5.)</span><a title=\"judicious\" target=\"_blank\" href=\"http://thesaurus.com/browse/judicious\" style=\"font-family: times new roman,times,serif;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; color: rgb(0, 51, 102);\">Judicious</font></a><span style=\"font-family: times new roman,times,serif;\"> : </span><font size=\"3\" style=\"font-family: times new roman,times,serif; color: rgb(0, 59, 0);\">foolish,hasty,idiotic,irrational.</font><br style=\"font-family: times new roman,times,serif;\" /> ',1284046538),(905,'d208706132a4f1bf498dde9a542ac10e','',1293118403),(906,'9baf67fb518a316eff13bf5bc7793138','Jabber',1285230987),(907,'3fe02f9d5f4be5d7379393eaac8a8970','foolish',1284998957),(908,'d35e2d28c7b9fbec1a5bbf96709f6ff0','amusing',1284998957),(909,'d5dcaa666eae0508af805e7ba0f9da14','morose',1284998957),(910,'071997a61953731fa3145b7f1be0a4e0','babble',1284998957),(911,'d62f4a90c637c75ba54a24a577ac5a8c','Jeopardize means.....',1284998957),(912,'7a34f7a6fdb77c4b2cfb20bb0a180f6a','unwise',1284998957),(913,'efbe32c4ad276ee4f1416297ec983dd5','aim',1284998957),(914,'b2538fcfc6aed0ba0b0b77d41a1d1ccf','accurate',1284998957),(915,'02d0b19c8ea5753eb9a1768a427129d8','threaten',1284998957),(916,'6331e7c20f62129b1c867150a81778f6','Jibe means....',1284998957),(917,'4203cd6dd79b6e8fe5b7e79b42b3aa5c','hasty',1284998957),(918,'8abedf2847872c4af4ee008784ee4c0e','accord',1284998957),(919,'d6f9b51cb4fa756ed321d383bab9ca78','Jocular means....',1284998957),(920,'c13c989a21babab682c938a6f9575365','gab',1284998957),(921,'25384baf2624d63ae2fdf846e318b30f','plan',1284998957),(922,'aeff350b639c95341a66516455ce8821','Judicious means....',1284998957),(923,'fa5ad77e8bb6b9529cbc7ae68175ab5c','idiotic',1284998957),(924,'c0acc5ad3d3c4bc71066a4f30550ae18','jaw',1284998957),(925,'01aa85a7babd6b1c12d297d8e610f979','design',1284998957),(926,'def98409fe35e407efce07baccc77bc1','Excellent correct answer..... ',1284047998),(927,'a638bdf9dbb9b078425900c36ca791b3','Excellent correct ans ',1284047950),(928,'195a620ab47300628edf90a704c3b99a','babble',1284047998),(929,'ecf67758e572d25d69c1f6e96f01508e','threaten',1284047998),(930,'d53de7d4cd6923596efac56917e94022','accord',1284047998),(931,'473d06a3209a4bd00a193a07e2e94333','amusing',1284047998),(932,'0cbbabcb7987c348945b1efad5b00d6b','accurate',1284047998),(933,'52d44e3f568ac68b6d357fb2861bd5ff','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"> <link rel=\"File-List\" href=\"file:///C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\msohtml1\\01\\clip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &lt;!-- /* Font Definitions */ @font-face {font-family:&quot;Trebuchet MS&quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&quot;&quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&quot;Times New Roman&quot;; mso-fareast-font-family:&quot;Times New Roman&quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"text-align: center; font-family: times new roman,times,serif;\" class=\"MsoNormal\"><font size=\"4\"><u><span style=\"font-size: 13.5pt; color: red;\">Please click on the word in case you need more information</span></u></font></p> <span style=\"font-size: 13.5pt;\"><br /> </span><span style=\"font-size: 12pt;\">1.) </span><span style=\"font-size: 12pt;\"><a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\" style=\"color: rgb(0, 0, 0);\">Impolitic</a> :</span><span style=\"font-size: 12pt;\"> </span><span class=\"thecolor\"><span style=\"font-size: 12pt;\">careful</span></span><span style=\"font-size: 12pt;\">, <span class=\"thecolor\">cautious</span>, <span class=\"thecolor\">discreet</span>, politic, <span class=\"thecolor\">wise</span></span><span style=\"font-size: 12pt;\"><br /> <a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\"><span class=\"thecolor\">http://thesaurus.com/browse/impolitic</span></a><br /> <span class=\"thecolor\">2.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\"><span style=\"color: rgb(0, 0, 0);\">Immanent</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">external, extrinsic, acquired</span></span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/immanent</span><br /> <span class=\"thecolor\">3.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\"><span style=\"color: rgb(0, 0, 0);\">Illicit</span></a> :</span></span> <span style=\"color: rgb(0, 139, 0);\">legal, legitimate, noble, licit</span><br /> http://thesaurus.com/browse/illicit<br /> 4.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\"><span style=\"color: rgb(0, 0, 0);\">Ignominy</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">credit, honor</span><br /> http://thesaurus.com/browse/ignominy<br /> 5.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\"><span style=\"color: rgb(0, 0, 0);\">Inhibit</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">aid, allow, assist</span><br /> http://thesaurus.com/browse/inhibit<br /> 6.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/innate\" title=\"Innate\"><span style=\"color: rgb(0, 0, 0);\">Innate</span></a> :</span> <span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\">acquired</span></span><span style=\"color: rgb(0, 139, 0);\">, <span class=\"thecolor\">extrinsic</span>, <span class=\"thecolor\">learned</span></span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/innate</span><br /> <span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\"><span style=\"color: rgb(0, 0, 0);\">Impasse</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">agreement, breakthrough</span></span><br /> <span class=\"thecolor\">http://thesaurus.com/browse/impasse</span><br /> <span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\"><span style=\"color: rgb(0, 0, 0);\">Impeccable</span></a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">flawed, blemished, <span class=\"thecolor\">imperfect, corrupt</span></span><br /> http://thesaurus.com/browse/impeccable</span><br /><span><span class=\"theColor\"></span></span> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"></span></span></font><span><span class=\"theColor\"></span></span><span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"></span></span></span>',1284052957),(934,'398c9ed761b20579567f9f1d681eeeb4','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"> <link href=\"file:///C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\msohtml1\\01\\clip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;quot;Trebuchet MS&amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;quot;&amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\" style=\"text-align: center; font-family: times new roman,times,serif;\"><font size=\"4\"><u><span style=\"font-size: 13.5pt; color: red;\">Please click on the word in case you need more information</span></u></font></p> <span style=\"font-size: 13.5pt;\"><br /> </span><span style=\"font-size: 12pt;\">1.) </span><span style=\"font-size: 12pt;\"><a style=\"color: rgb(0, 51, 102);\" title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\">Impolitic</a> :</span><span style=\"font-size: 12pt;\"> </span><span class=\"thecolor\"><span style=\"font-size: 12pt;\">careful</span></span><span style=\"font-size: 12pt;\">, <span class=\"thecolor\">cautious</span>, <span class=\"thecolor\">discreet</span>, politic, <span class=\"thecolor\">wise</span></span><span style=\"font-size: 12pt;\"><br /> <a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\">2.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Immanent\" href=\"http://thesaurus.com/browse/immanent\" style=\"color: rgb(0, 51, 102);\">Immanent</a> :</span> <span style=\"color: rgb(0, 139, 0);\">external, extrinsic, acquired</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\" style=\"color: rgb(0, 51, 102);\">Illicit</a> :</span></span> <span style=\"color: rgb(0, 139, 0);\">legal, legitimate, noble, licit</span><br /> 4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\" style=\"color: rgb(0, 51, 102);\">Ignominy</a> :</span> <span style=\"color: rgb(0, 139, 0);\">credit, honor</span><br /> 5.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Inhibit\" href=\"http://thesaurus.com/browse/inhibit\" style=\"color: rgb(0, 51, 102);\">Inhibit</a> :</span> <span style=\"color: rgb(0, 139, 0);\">aid, allow, assist</span><br /> 6.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Innate\" href=\"http://thesaurus.com/browse/innate\" style=\"color: rgb(0, 51, 102);\">Innate</a> :</span> <span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\">acquired</span></span><span style=\"color: rgb(0, 139, 0);\">, <span class=\"thecolor\">extrinsic</span>, <span class=\"thecolor\">learned</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impasse\" href=\"http://thesaurus.com/browse/impasse\" style=\"color: rgb(0, 51, 102);\">Impasse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">agreement, breakthrough</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impeccable\" href=\"http://thesaurus.com/browse/impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">flawed, blemished, <span class=\"thecolor\">imperfect, corrupt</span></span></span><br /><span><span class=\"theColor\"></span></span> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"></span></span></font><span><span class=\"theColor\"></span></span><span><span id=\"hotword\"><span name=\"hotword\" style=\"background-color: transparent; cursor: default;\" id=\"hotword\"></span></span></span>',1284053312),(935,'c808f5ba7cafc290157cd1e3ed7e1c80','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"> <link rel=\"File-List\" href=\"file:///C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\msohtml1\\01\\clip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;quot;Trebuchet MS&amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;quot;&amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-fareast-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"text-align: center; font-family: times new roman,times,serif;\" class=\"MsoNormal\"><font size=\"4\"><u><span style=\"font-size: 13.5pt; color: red;\">Please click on the word in case you need more information</span></u></font></p> <span style=\"font-size: 13.5pt;\"><br /> </span><span style=\"font-size: 12pt;\">1.) </span><span style=\"font-size: 12pt;\"><a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\" style=\"color: rgb(0, 51, 102);\">Impolitic</a> :</span><span style=\"font-size: 12pt;\"> </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-size: 12pt;\">careful</span></span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">, <span class=\"thecolor\">cautious</span>, <span class=\"thecolor\">discreet</span>, politic, <span class=\"thecolor\">wise</span></span><span style=\"font-size: 12pt;\"><br /> <a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\">2.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\">Immanent</a> :</span> <span style=\"color: rgb(0, 139, 0);\">external, extrinsic, acquired</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">3.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\">Illicit</a> :</span></span> <span style=\"color: rgb(0, 139, 0);\">legal, legitimate, noble, licit</span><br /> 4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\">Ignominy</a> :</span> <span style=\"color: rgb(0, 139, 0);\">credit, honor</span><br /> 5.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\">Inhibit</a> :</span> <span style=\"color: rgb(0, 139, 0);\">aid, allow, assist</span><br /> 6.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/innate\" title=\"Innate\">Innate</a> :</span> <span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\">acquired</span></span><span style=\"color: rgb(0, 139, 0);\">, <span class=\"thecolor\">extrinsic</span>, <span class=\"thecolor\">learned</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\">Impasse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">agreement, breakthrough</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">flawed, blemished, <span class=\"thecolor\">imperfect, corrupt</span></span></span><br /><span><span class=\"theColor\"></span></span> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"></span></span></font><span><span class=\"theColor\"></span></span><span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"></span></span></span>',1284053413),(936,'5fd3733d35d9302b95693b64dc669cfb','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"> <link href=\"file:///C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\msohtml1\\01\\clip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;quot;&amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\" style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"4\"><u><span style=\"font-size: 13.5pt;\">Please click on the word in case you need more information</span></u></font></p> <span style=\"font-size: 13.5pt;\"><br /> </span><span style=\"font-size: 12pt;\">1.) </span><span style=\"font-size: 12pt;\"><a style=\"color: rgb(0, 51, 102);\" title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\">Impolitic</a> :</span><span style=\"font-size: 12pt;\"> </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\"><span style=\"font-size: 12pt;\">careful</span></span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">, <span class=\"thecolor\">cautious</span>, <span class=\"thecolor\">discreet</span>, politic, <span class=\"thecolor\">wise</span></span><span style=\"font-size: 12pt;\"><br /> <a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\">2.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Immanent\" href=\"http://thesaurus.com/browse/immanent\" style=\"color: rgb(0, 51, 102);\">Immanent</a> :</span> <span style=\"color: rgb(0, 139, 0);\">external, extrinsic, acquired</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\" style=\"color: rgb(0, 51, 102);\">Illicit</a> :</span></span> <span style=\"color: rgb(0, 139, 0);\">legal, legitimate, noble, licit</span><br /> 4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\" style=\"color: rgb(0, 51, 102);\">Ignominy</a> :</span> <span style=\"color: rgb(0, 139, 0);\">credit, honor</span><br /> 5.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Inhibit\" href=\"http://thesaurus.com/browse/inhibit\" style=\"color: rgb(0, 51, 102);\">Inhibit</a> :</span> <span style=\"color: rgb(0, 139, 0);\">aid, allow, assist</span><br /> 6.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Innate\" href=\"http://thesaurus.com/browse/innate\" style=\"color: rgb(0, 51, 102);\">Innate</a> :</span> <span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\">acquired</span></span><span style=\"color: rgb(0, 139, 0);\">, <span class=\"thecolor\">extrinsic</span>, <span class=\"thecolor\">learned</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impasse\" href=\"http://thesaurus.com/browse/impasse\" style=\"color: rgb(0, 51, 102);\">Impasse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">agreement, breakthrough</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impeccable\" href=\"http://thesaurus.com/browse/impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">flawed, blemished, <span class=\"thecolor\">imperfect, corrupt</span></span></span><br /><span><span class=\"theColor\"></span></span> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"></span></span></font><span><span class=\"theColor\"></span></span><span><span id=\"hotword\"><span name=\"hotword\" style=\"background-color: transparent; cursor: default;\" id=\"hotword\"></span></span></span>',1284444535),(937,'81351d64bfa9b8a38110e5ce08c39293','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'I\')</p> <smarttagtype name=\"State\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"><smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=\"ieooui\"> <!--/object--><style></style><style></style>\r\n<p align=\"center\" style=\"text-align: center; font-family: times new roman,times,serif; margin-bottom: 12pt; color: rgb(255, 0, 0);\" class=\"MsoNormal\"><u><span style=\"font-size: 13.5pt;\"><font size=\"4\">Please Click on the word in case you need more information</font></span></u></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) <span style=\"color: rgb(0, 51, 102);\">Impolitic</span> : <span style=\"color: rgb(0, 139, 0);\">Im-(prefix)+politic, "im-" (variant of "in-") the sense of not, "politic" is to be expedient, to polit citizen</span><br /></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">2) <span style=\"color: rgb(0, 51, 102);\">Ilk</span> : <span style=\"color: rgb(0, 139, 0);\">Based on ilke, ilca(pronoun) the same, and</span> <span style=\"color: rgb(0, 139, 0);\">reduced form of lic like. Ilk is also a village.</span><br />3) <span style=\"color: rgb(0, 51, 102);\">Immanent</span> : <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-</span></span><span style=\"color: rgb(0, 139, 0);\"> + <span class=\"ital-inline\">man </span>( <span class=\"ital-inline\">ēre </span>) to stay + -ent. In Latin, manere<i> </i>("to remain within").</span></font></span><span style=\"font-size: 12pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> </font></span><span style=\"font-size: 13.5pt;\"><br /><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">4) <span style=\"color: rgb(0, 51, 102);\">Idolatrous </span>: <span style=\"color: rgb(0, 139, 0);\">Greek word eidololatria<i> </i>, eidolon<i> </i>("image" or "figure") + latreia ("worship").</span><br />5) <span style=\"color: rgb(0, 51, 102);\">Illicit </span>: <state w:st=\"on\"><place w:st=\"on\"><span style=\"color: rgb(0, 139, 0);\">Il-</span></place></state></font><span style=\"color: rgb(0, 139, 0);\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> + licit. il- variant of in- (negative force), licitus for permitted.<br /></font></span><span style=\"color: black;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">6)</font></span><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 51, 102);\">Innate :</span><span style=\"color: rgb(0, 139, 0);\"> <span class=\"ital-inline\">Innātus (</span>inborn).</span></font></span></font><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><br />7) <span style=\"color: rgb(0, 51, 102);\">Inhibit :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Inhibēre </span></span><span style=\"color: rgb(0, 139, 0);\">to restrain, equiv. to <span class=\"ital-inline\">in- </span>+ <span class=\"ital-inline\">-hibēre, </span>form of <span class=\"ital-inline\">habēre </span>to have,</span> <span style=\"color: rgb(0, 139, 0);\">hold</span><br />8) <span style=\"color: rgb(0, 51, 102);\">Infuse : </span><span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Infundere (</span></span><span style=\"color: rgb(0, 139, 0);\">to pour into).</span></font></span></font></p>\r\n<p><font style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0, 139, 0);\"></span></font></span></font><font style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">9) <span style=\"color: rgb(0, 51, 102);\">Impasse :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-(no)</span></span><span class=\"x\"><sup><span style=\"color: rgb(0, 139, 0);\"> </span></sup></span></font></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">+ <span class=\"ital-inline\">-passe (passage).</span><br /></span>10) <span style=\"color: rgb(0, 51, 102);\">Impeccable :</span> <span style=\"color: rgb(0, 139, 0);\">Impeccabilis, im-(no) + <span class=\"ital-inline\">peccāre </span>(to go wrong).</span></font></font></span></font></p></object
></smarttagtype></smarttagtype>',1284053736),(938,'f7a8124acd8231ad0cd9bfc177b8a7d0','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'I\')</p> <smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"State\"><smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"place\"><object
 id=\"ieooui\" classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\"> <!--/object--><style></style><style></style>\r\n<p align=\"center\" class=\"MsoNormal\" style=\"text-align: center; font-family: times new roman,times,serif; margin-bottom: 12pt; color: rgb(255, 0, 0);\"><u><span style=\"font-size: 13.5pt;\"><font size=\"4\">Please Click on the word in case you need more information</font></span></u></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">1) <span style=\"color: rgb(0, 51, 102);\">Impolitic</span> : <span style=\"color: rgb(0, 139, 0);\">Im-(prefix)+politic, "im-" (variant of "in-") the sense of not, "politic" is to be expedient, to polit citizen</span></font><br /></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">2) <span style=\"color: rgb(0, 51, 102);\">Ilk</span> : <span style=\"color: rgb(0, 139, 0);\">Based on ilke, ilca(pronoun) the same, and</span> <span style=\"color: rgb(0, 139, 0);\">reduced form of lic like. Ilk is also a village.</span></font><br /><font size=\"3\">3) <span style=\"color: rgb(0, 51, 102);\">Immanent</span> : <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-</span></span><span style=\"color: rgb(0, 139, 0);\"> + <span class=\"ital-inline\">man </span>( <span class=\"ital-inline\">ēre </span>) to stay + -ent. In Latin, manere<i> </i>("to remain within").</span></font></font></span><span style=\"font-size: 12pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> </font></span><span style=\"font-size: 13.5pt;\"><br /><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">4) <span style=\"color: rgb(0, 51, 102);\">Idolatrous </span>: <span style=\"color: rgb(0, 139, 0);\">Greek word eidololatria<i> </i>, eidolon<i> </i>("image" or "figure") + latreia ("worship").</span></font><br /><font size=\"3\">5) <span style=\"color: rgb(0, 51, 102);\">Illicit </span>: <state w:st=\"on\"><place w:st=\"on\"><span style=\"color: rgb(0, 139, 0);\">Il-</span></place></state></font></font><span style=\"color: rgb(0, 139, 0);\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\"> + licit. il- variant of in- (negative force), licitus for permitted.</font><br /></font></span><font size=\"3\"><span style=\"color: black;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">6)</font></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\"><span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 51, 102);\">Innate :</span><span style=\"color: rgb(0, 139, 0);\"> <span class=\"ital-inline\">Innātus (</span>inborn).</span></font></span></font><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\"><br />7) <span style=\"color: rgb(0, 51, 102);\">Inhibit :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Inhibēre </span></span><span style=\"color: rgb(0, 139, 0);\">to restrain, equiv. to <span class=\"ital-inline\">in- </span>+ <span class=\"ital-inline\">-hibēre, </span>form of <span class=\"ital-inline\">habēre </span>to have,</span> <span style=\"color: rgb(0, 139, 0);\">hold</span><br /></font><font size=\"3\">8) <span style=\"color: rgb(0, 51, 102);\">Infuse : </span><span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Infundere (</span></span><span style=\"color: rgb(0, 139, 0);\">to pour into).</span></font><br /></font></span></font></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">9) <span style=\"color: rgb(0, 51, 102);\">Impasse :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-(no)</span></span><span class=\"x\"><sup><span style=\"color: rgb(0, 139, 0);\"> </span></sup></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0, 139, 0);\">+ <span class=\"ital-inline\">-passe (passage).</span></span><br /></font></span></font></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">10) <span style=\"color: rgb(0, 51, 102);\">Impeccable :</span> <span style=\"color: rgb(0, 139, 0);\">Impeccabilis, im-(no) + <span class=\"ital-inline\">peccāre </span>(to go wrong).</span></font></span></font></p></object
></smarttagtype></smarttagtype>',1284054153),(939,'35e98489c5fd5f45948082e477c67147','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'I\')</p> <smarttagtype name=\"State\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"><smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=\"ieooui\"> <!--/object--><style></style><style></style>\r\n<p align=\"center\" style=\"text-align: center; font-family: times new roman,times,serif; margin-bottom: 12pt; color: rgb(255, 0, 0);\" class=\"MsoNormal\"><u><span style=\"font-size: 13.5pt;\"><font size=\"4\">Please Click on the word in case you need more information</font></span></u></p>\r\n<p><font size=\"4\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) <span style=\"color: rgb(0, 51, 102);\">Impolitic</span> : <span style=\"color: rgb(0, 139, 0);\">Im-(prefix)+politic, "im-" (variant of "in-") the sense of not, "politic" is to be expedient, to polit citizen</span><br /></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">2) <span style=\"color: rgb(0, 51, 102);\">Ilk</span> : <span style=\"color: rgb(0, 139, 0);\">Based on ilke, ilca(pronoun) the same, and</span> <span style=\"color: rgb(0, 139, 0);\">reduced form of lic like. Ilk is also a village.</span><br />3) <span style=\"color: rgb(0, 51, 102);\">Immanent</span> : <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-</span></span><span style=\"color: rgb(0, 139, 0);\"> + <span class=\"ital-inline\">man </span>( <span class=\"ital-inline\">ēre </span>) to stay + -ent. In Latin, manere<i> </i>("to remain within").</span></font></span><span style=\"font-size: 12pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> </font></span><span style=\"font-size: 13.5pt;\"><br /><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">4) <span style=\"color: rgb(0, 51, 102);\">Idolatrous </span>: <span style=\"color: rgb(0, 139, 0);\">Greek word eidololatria<i> </i>, eidolon<i> </i>("image" or "figure") + latreia ("worship").</span><br />5) <span style=\"color: rgb(0, 51, 102);\">Illicit </span>: <state w:st=\"on\"><place w:st=\"on\"><span style=\"color: rgb(0, 139, 0);\">Il-</span></place></state></font><span style=\"color: rgb(0, 139, 0);\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> + licit. il- variant of in- (negative force), licitus for permitted.<br /></font></span><span style=\"color: black;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">6)</font></span><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 51, 102);\">Innate :</span><span style=\"color: rgb(0, 139, 0);\"> <span class=\"ital-inline\">Innātus (</span>inborn).</span></font></span></font><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"4\"><br />7) <span style=\"color: rgb(0, 51, 102);\">Inhibit :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Inhibēre </span></span><span style=\"color: rgb(0, 139, 0);\">to restrain, equiv. to <span class=\"ital-inline\">in- </span>+ <span class=\"ital-inline\">-hibēre, </span>form of <span class=\"ital-inline\">habēre </span>to have,</span> <span style=\"color: rgb(0, 139, 0);\">hold</span><br /></font><font size=\"4\">8) <span style=\"color: rgb(0, 51, 102);\">Infuse : </span><span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Infundere (</span></span><span style=\"color: rgb(0, 139, 0);\">to pour into).</span></font><br /></font></span></font></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">9) <span style=\"color: rgb(0, 51, 102);\">Impasse :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-(no)</span></span><span class=\"x\"><sup><span style=\"color: rgb(0, 139, 0);\"> </span></sup></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0, 139, 0);\">+ <span class=\"ital-inline\">-passe (passage).</span></span><br /></font></span></font></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">10) <span style=\"color: rgb(0, 51, 102);\">Impeccable :</span> <span style=\"color: rgb(0, 139, 0);\">Impeccabilis, im-(no) + <span class=\"ital-inline\">peccāre </span>(to go wrong).</span></font></span></font></p></object
></smarttagtype></smarttagtype>',1284054268),(940,'87544ee02acbe875efebec3a71f8643e','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'I\')</p> <smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"State\"><smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"place\"><object
 id=\"ieooui\" classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\"> <!--/object--><style></style><style></style>\r\n<p align=\"center\" class=\"MsoNormal\" style=\"text-align: center; font-family: times new roman,times,serif; margin-bottom: 12pt; color: rgb(255, 0, 0);\"><u><span style=\"font-size: 13.5pt;\"><font size=\"4\">Please Click on the word in case you need more information</font></span></u></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">1) <span style=\"color: rgb(0, 51, 102);\">Impolitic</span> : <span style=\"color: rgb(0, 139, 0);\">Im-(prefix)+politic, "im-" (variant of "in-") the sense of not, "politic" is to be expedient, to polit citizen</span></font><br /></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">2) <span style=\"color: rgb(0, 51, 102);\">Ilk</span> : <span style=\"color: rgb(0, 139, 0);\">Based on ilke, ilca(pronoun) the same, and</span> <span style=\"color: rgb(0, 139, 0);\">reduced form of lic like. Ilk is also a village.</span></font><br /><font size=\"3\">3) <span style=\"color: rgb(0, 51, 102);\">Immanent</span> : <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-</span></span><span style=\"color: rgb(0, 139, 0);\"> + <span class=\"ital-inline\">man </span>( <span class=\"ital-inline\">ēre </span>) to stay + -ent. In Latin, manere<i> </i>("to remain within").</span></font></font></span><span style=\"font-size: 12pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> </font></span><span style=\"font-size: 13.5pt;\"><br /><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">4) <span style=\"color: rgb(0, 51, 102);\">Idolatrous </span>: <span style=\"color: rgb(0, 139, 0);\">Greek word eidololatria<i> </i>, eidolon<i> </i>("image" or "figure") + latreia ("worship").</span></font><br /><font size=\"3\">5) <span style=\"color: rgb(0, 51, 102);\">Illicit </span>: <state w:st=\"on\"><place w:st=\"on\"><span style=\"color: rgb(0, 139, 0);\">Il-</span></place></state></font></font><span style=\"color: rgb(0, 139, 0);\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\"> + licit. il- variant of in- (negative force), licitus for permitted.</font><br /></font></span><font size=\"3\"><span style=\"color: black;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">6)</font></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\"><span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 51, 102);\">Innate :</span><span style=\"color: rgb(0, 139, 0);\"> <span class=\"ital-inline\">Innātus (</span>inborn).</span></font></span></font><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"5\"><br /><font size=\"3\">7) <span style=\"color: rgb(0, 51, 102);\">Inhibit :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Inhibēre </span></span><span style=\"color: rgb(0, 139, 0);\">to restrain, equiv. to <span class=\"ital-inline\">in- </span>+ <span class=\"ital-inline\">-hibēre, </span>form of <span class=\"ital-inline\">habēre </span>to have,</span> <span style=\"color: rgb(0, 139, 0);\">hold</span><br />8) <span style=\"color: rgb(0, 51, 102);\">Infuse : </span><span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Infundere (</span></span><span style=\"color: rgb(0, 139, 0);\">to pour into).</span></font></font><br /></font></span></font></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">9) <span style=\"color: rgb(0, 51, 102);\">Impasse :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-(no)</span></span><span class=\"x\"><sup><span style=\"color: rgb(0, 139, 0);\"> </span></sup></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span style=\"color: rgb(0, 139, 0);\">+ <span class=\"ital-inline\">-passe (passage).</span></span><br /></font></span></font></p>\r\n<p><font size=\"7\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">10) <span style=\"color: rgb(0, 51, 102);\">Impeccable :</span> <span style=\"color: rgb(0, 139, 0);\">Impeccabilis, im-(no) + <span class=\"ital-inline\">peccāre </span>(to go wrong).</span></font></span></font></p></object
></smarttagtype></smarttagtype>',1284054734),(941,'f1670fcbfac806827214234b7040917c','<p class=\"book_chapter_title\">Root word Drill 9 (Letter \'I\')</p> <smarttagtype name=\"State\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"><smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=\"ieooui\"> <!--/object--><style></style><style></style>\r\n<p align=\"center\" style=\"text-align: center; font-family: times new roman,times,serif; margin-bottom: 12pt; color: rgb(255, 0, 0);\" class=\"MsoNormal\"><u><span style=\"font-size: 13.5pt;\"><font size=\"4\">Please Click on the word in case you need more information</font></span></u></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">1) <span style=\"color: rgb(0, 51, 102);\">Impolitic</span> : <span style=\"color: rgb(0, 139, 0);\">Im-(prefix)+politic, "im-" (variant of "in-") the sense of not, "politic" is to be expedient, to polit citizen</span></font><br /></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">2) <span style=\"color: rgb(0, 51, 102);\">Ilk</span> : <span style=\"color: rgb(0, 139, 0);\">Based on ilke, ilca(pronoun) the same, and</span> <span style=\"color: rgb(0, 139, 0);\">reduced form of lic like. Ilk is also a village.</span></font><br /><font size=\"3\">3) <span style=\"color: rgb(0, 51, 102);\">Immanent</span> : <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-</span></span><span style=\"color: rgb(0, 139, 0);\"> + <span class=\"ital-inline\">man </span>( <span class=\"ital-inline\">ēre </span>) to stay + -ent. In Latin, manere<i> </i>("to remain within").</span></font></font></span><span style=\"font-size: 12pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> </font></span><span style=\"font-size: 13.5pt;\"><br /><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">4) <span style=\"color: rgb(0, 51, 102);\">Idolatrous </span>: <span style=\"color: rgb(0, 139, 0);\">Greek word eidololatria<i> </i>, eidolon<i> </i>("image" or "figure") + latreia ("worship").</span></font><br /><font size=\"3\">5) <span style=\"color: rgb(0, 51, 102);\">Illicit </span>: <state w:st=\"on\"><place w:st=\"on\"><span style=\"color: rgb(0, 139, 0);\">Il-</span></place></state></font></font><span style=\"color: rgb(0, 139, 0);\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\"> + licit. il- variant of in- (negative force), licitus for permitted.</font><br /></font></span><font size=\"3\"><span style=\"color: black;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">6)</font></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\"><span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 51, 102);\">Innate :</span><span style=\"color: rgb(0, 139, 0);\"> <span class=\"ital-inline\">Innātus (</span>inborn).</span></font></span></font><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"5\"><br /><font size=\"3\">7) <span style=\"color: rgb(0, 51, 102);\">Inhibit :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Inhibēre </span></span><span style=\"color: rgb(0, 139, 0);\">to restrain, equiv. to <span class=\"ital-inline\">in- </span>+ <span class=\"ital-inline\">-hibēre, </span>form of <span class=\"ital-inline\">habēre </span>to have,</span> <span style=\"color: rgb(0, 139, 0);\">hold</span><br />8) <span style=\"color: rgb(0, 51, 102);\">Infuse : </span><span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Infundere (</span></span><span style=\"color: rgb(0, 139, 0);\">to pour into).</span></font></font><br /></font></span></font></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\">9) <span style=\"color: rgb(0, 51, 102);\">Impasse :</span> <span class=\"ital-inline\"><span style=\"color: rgb(0, 139, 0);\">Im-(no)</span></span><span class=\"x\"><sup><span style=\"color: rgb(0, 139, 0);\"> </span></sup></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">+ <span class=\"ital-inline\">-passe (passage).</span></span></font><font size=\"3\"><br /></font></font></span></font></p>\r\n<p><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-size: 13.5pt;\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\">10) <span style=\"color: rgb(0, 51, 102);\">Impeccable :</span> <span style=\"color: rgb(0, 139, 0);\">Impeccabilis, im-(no) + <span class=\"ital-inline\">peccāre </span>(to go wrong).</span></font></font></span></font></p></object
></smarttagtype></smarttagtype>',1284406338),(942,'fb52caeecc539a5942672280e87e04ba','Please write the testimonial here.',1312192840),(943,'7aba5bb1504fafa390e4b7b274ae12c9','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p><p align=\"justify\"><span style=\"color: rgb(0,51,102)\"><font size=\"4\">1.)</font></span><a title=\"cabal\" style=\"color: rgb(0,51,102); text-decoration: underline\" href=\"http://dictionary.reference.com/browse/cabal\" target=\"_blank\"><font size=\"4\">Cabal (<em>n</em>)</font></a><span style=\"color: rgb(0,51,102); text-decoration: underline\"><font size=\"4\"> </font></span><span style=\"color: rgb(0,51,102)\"><font size=\"4\">:</font> </span><font size=\"3\"><span style=\"color: rgb(0,139,0); font-style: italic\">1)</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> A</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">small</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">secret</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plotters,</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">as</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">against</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">government</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"color: rgb(0,139,0); font-style: italic\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">person</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">in</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">authority.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">The</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plots</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">and</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">schemes</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">such</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group;</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span></font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0,0,0)\"></span></span><font size=\"2\"><font color=\"#663300\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold\">cabal</span>.</font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\"></span><br /></span><font color=\"#663300\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">2)</span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold\">cabals</span> in action for more than 30 years.<br /></font><br /><font size=\"4\">2.)</font></font><font size=\"4\"><a title=\"cadge\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/cadge\" target=\"_blank\">Cadge</a></font><font size=\"2\"><font size=\"4\"><a style=\"color: rgb(0,51,102)\" href=\"http://www.moodle.org/0.12407330079736834\"> (v)</a> :</font> <font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\">1)</font></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">imposing</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">on</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">another\'s</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">generosity</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">friendship.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">borrow</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">without</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">intent</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">to</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">repay.</span></font></p>\r\n<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span class=\"dnindex\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">3) </span></span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">beg</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">begging.</span></font></p>\r\n<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font size=\"2\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#663300\">1) I believe he was able to <strong>cadge</strong> a lift on the coach.</font></font></p>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"></font> </div>\r\n<div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">3.)</font><a title=\"calipers\" href=\"http://dictionary.reference.com/browse/calipers\"><font color=\"#003366\" size=\"4\">Calipers (<em>n</em>)</font></a><font size=\"4\"> : </font><font color=\"#008b00\"><em>1)</em> <em>An instrument for measuring thickness and internal or external diameters inaccessible to the scale, consisting usually of a pair of adjustable pivoted legs.</em></font></div>\r\n<div class=\"luna-Ent\" align=\"justify\"><em><font color=\"#008b00\">2) Automotive- The part of a disc-brake assembly that straddles the disc and presses the brake pads against it.</font></em></div>\r\n<div class=\"luna-Ent\" align=\"justify\"> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"><font color=\"#663300\">1) </font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#663300\">The mechanical stage has a spring <strong>caliper</strong> to hold a standard slide.</font></span></span></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font face=\"Trebuchet MS\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\"><font color=\"#663300\">2) </font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font color=\"#663300\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The front brakes use a radial <strong>caliper</strong> with four opposed<span class=\"Apple-converted-space\"> <span class=\"nolink\">pistons</span></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">, in keeping with the latest trends in racing technology.</font></font></span></span></font></span></span></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 13px; color: rgb(51,51,51); line-height: 16px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"3\"><font color=\"#008b00\"><span onmouseover=\"function anonymous() { function onmouseover() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.cursor=\'default\' } } } } } } }\" style=\"padding-right: 0px; padding-left: 0px; font-size: 13px; padding-bottom: 0px; margin: 0px; cursor: default; color: rgb(51,51,51); line-height: 1.25em; padding-top: 0px; font-family: verdana, arial, helvetica, sans-serif; position: static; background-color: transparent\" onclick=\"function anonymous() { function onclick() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } } } } } } }\" onmouseout=\"function anonymous() { function onmouseout() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.backgroundColor=\'transparent\' } } } } } } }\" name=\"hotword\"><em></em></span></font></font></span></span> </div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">4.)<a title=\"calumniate\" href=\"http://dictionary.reference.com/browse/calumniate\" target=\"_blank\"><font color=\"#003366\">Calumniate (v)</font></a> : </font><font color=\"#008b00\"><em>T</em><em>o make false and malicious statements about: Slander.</em></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font color=\"#663300\"><font size=\"2\"><font face=\"Trebuchet MS\">1) </font>And, consequently, Marx was the best hated and most <strong>calumniated</strong><span class=\"Apple-converted-space\"> <span class=\"nolink\">man </span></span></font><font size=\"2\">of his time.</font></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\"></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"></font></span></span></em> </div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\">5.)<span class=\"nolink\"><a title=\"calumny\" href=\"http://dictionary.reference.com/browse/calumny\" target=\"_blank\"><font color=\"#003366\">Calumny <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font></a> :</span> <em><font color=\"#008b00\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\">1) A</font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> <font color=\"#008b00\" size=\"3\">false and malicious statement meant to hurt someone\'s reputation.</font></font></span></span></font></em></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#008b00\" size=\"3\"><em>2)the uttering of such a statement; slander.</em></font></span></span></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS\"><font size=\"2\"><font color=\"#663300\">1) </font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#663300\">Why did you<span class=\"Apple-converted-space\"> <span class=\"nolink\">speak</span></span><span class=\"Apple-converted-space\"> </span><strong>calumny</strong> of me to Dr. Joseph behind my back?</font></span></span></font></font></span></span></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"></span></span></font></font></span></span></font></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"4\"></font></span></span></font></span></span></span></span></em> </div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"4\">6.)</font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"4\">Candid (adj) :</font><font size=\"3\"> </font></font><font size=\"3\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) F<span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\">ree from prejudice or bias; fair; just; impartial.</span></span></font></font></span></span></font></span></span></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"3\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">2) V<span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\">ery honest or frank in what one says or writes.</span></span></font></font></span></span></span></span></span></span></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"pg\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function anonymous() { function onmouseover() { this.style.cursor=\'default\' } }\" style=\"cursor: default; background-color: transparent\" onclick=\"function anonymous() { function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function onmouseout() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\">3.) <font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">(–noun) </font></font><span id=\"hotword\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\"><span id=\"hotword\" onmouseover=\"function anonymous() { function onmouseover() { this.style.cursor=\'default\' } }\" style=\"cursor: default; background-color: transparent\" onclick=\"function anonymous() { function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function onmouseout() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\">an</span> <span id=\"hotword\" onmouseover=\"function anonymous() { function onmouseover() { this.style.cursor=\'default\' } }\" style=\"cursor: default; background-color: transparent\" onclick=\"function anonymous() { function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function onmouseout() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\">unposed</span> <span id=\"hotword\" onmouseover=\"function anonymous() { function onmouseover() { this.style.cursor=\'default\' } }\" style=\"cursor: default; background-color: transparent\" onclick=\"function anonymous() { function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function onmouseout() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\">photograph.</span></font></font></span></span></span></span></span></span></font></span></span></span></span></span></span></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"pg\"><span><span onmouseover=\"function anonymous() { function onmouseover() { this.style.cursor=\'default\' } }\" style=\"cursor: default; background-color: transparent\" onclick=\"function anonymous() { function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function onmouseout() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\"><span><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"2\"><span onmouseover=\"function anonymous() { function onmouseover() { this.style.cursor=\'default\' } }\" style=\"cursor: default; background-color: transparent\" onclick=\"function anonymous() { function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function onmouseout() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\">1)The Minister has been very <strong>candid</strong> about the <span class=\"nolink\">reasons </span>why the arrangement has been made in this way. </span></font></span></span></span></span></span></span></font></span></span></span></span></span></span></span></span></em></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"2\">2)Do you want formal pictures, <strong>candid</strong> <span class=\"nolink\">shot</span>s or both?</font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">7.) </font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\"></font></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">8.) Capricious (adj) : <font size=\"3\">1)</font> </font><font size=\"3\">Subject to caprices; tending to change abruptly and without apparent reason; erratic; flighty.</font></div> \r\n <div class=\"luna-Ent\" align=\"justify\">2) (obsolete) witty or fanciful.</div> \r\n <div class=\"luna-Ent\" align=\"justify\">1) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"2\">The preparation of the reducing agent proved to be<span class=\"Apple-converted-space\"> <span class=\"nolink\">very</span></span><span class=\"Apple-converted-space\"> </span>capricious.</font></span></span></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS\"><font size=\"2\">2) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">And still she is this small, feisty, sometimes capricious<span class=\"Apple-converted-space\"> <span class=\"nolink\">woman</span></span>.</font></span></span></font></font></span></span></div> \r\n <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"></span></span></font></div></div>',1284353860),(944,'2f41a0f396ddfc28ec1c9492aa95388d','Match the words with their synonyms.....',1284364738),(945,'07e0363efc5b6988135ca4f0859c04bd','What is the synonym of jibe',1284364738),(946,'2ea064a913f6611e8e0d0a7aa0d272d3','What is the synonym of Jocular',1284364738),(947,'9e8e89d2386ec90ca169d7e69a3826dd','What is the synonym of jeopardize',1284364738),(948,'13e87492d6ac384d1707423b2f83d248','What is the synonym of Jabber',1284364738),(949,'57bedbccdca45555cfdbb7815eaab333','What is the synonym of judicious',1284364738),(950,'86c41bba472a62b636225ae5acb8d3a9','Choose the words those have opposite meanings to these words.....',1285230987),(951,'caee68a93ef970bb1c87b4f61b48e9b7','Jibe',1285230987),(952,'a7df2169557f7bb157b9ae7f7ecc019d','Jocular',1285230987),(953,'2cf4b73821cfbd92b6f629698d7dbd2a','jeopardize',1285230987),(954,'8914fe458daf726b85423364d02ea98b','Judicious',1285230987),(955,'c41a1ff05caa71d8101e73ea29824a17','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><base href=\"http://www.infotek-solutions.com/campus/mod/book/\"></base><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The young child has very gregarious personality.</span></span></font><br />\r\n<p><br /><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://http://dictionary.reference.com/browse/grievance\" title=\"Grievance\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">Unresolved grievances can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the grievance at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://http://dictionary.reference.com/browse/grimace\" title=\"grimace\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The grimace of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous grimace.</span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://http://dictionary.reference.com/browse/Grovel\" title=\"Grovel\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1) I<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">f anyone failed to grovel sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://http://dictionary.reference.com/browse/Guile\" title=\"Guile\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br />1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\">You might have to<span class=\"Apple-converted-space\"> </span><a href=\"http://www.yourdictionary.com/use\" class=\"ex\" style=\"font-style: italic; color: rgb(34, 102, 153);\">use</a><span class=\"Apple-converted-space\"> </span>considerable guile to find out what\'s going on.</span></span></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\">16.)Gust(n & v) : out brust of feeling, sudden rain, wind</span></span></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"> </span><a href=\"http://www.yourdictionary.com/vicious\" class=\"ex\" style=\"font-style: italic; color: rgb(34, 102, 153);\">vicious</a><span class=\"Apple-converted-space\"> </span>gust of wind literally stopped me in my tracks.</span></span></span></span></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"> </span><a href=\"http://www.yourdictionary.com/catch\" class=\"ex\" style=\"font-style: italic; color: rgb(34, 102, 153);\">catch</a>gusts of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"></span></span></span></span> </span></span></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em;\"> </p><br /><br />',1284136867),(956,'7bcdb9e28b94f7b9ca6ddc175e8e1db9','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat%20over\" title=\"gloat over\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The young child has very gregarious personality.</span></span></font><br />\r\n<p><br /><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grievance\" href=\"http://http://dictionary.reference.com/browse/grievance\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">Unresolved grievances can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the grievance at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"grimace\" href=\"http://http://dictionary.reference.com/browse/grimace\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The grimace of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\" class=\"Apple-style-span\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous grimace.</span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grovel\" href=\"http://http://dictionary.reference.com/browse/Grovel\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1) I<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">f anyone failed to grovel sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Guile\" href=\"http://http://dictionary.reference.com/browse/Guile\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable guile to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://http://dictionary.reference.com/browse/gust\" title=\"Gust\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious gust of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch gusts of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span> </span></span></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><br /><br />',1284137241); INSERT INTO `mdl_cache_text` VALUES (957,'b4b63f196b37c166de5b82821a6e08ad','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><br /><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://http://dictionary.reference.com/browse/grievance\" title=\"Grievance\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://http://dictionary.reference.com/browse/grimace\" title=\"grimace\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://http://dictionary.reference.com/browse/Grovel\" title=\"Grovel\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1) I<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://http://dictionary.reference.com/browse/Guile\" title=\"Guile\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Gust\" href=\"http://http://dictionary.reference.com/browse/gust\" style=\"color: rgb(0, 51, 102);\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span> </span></span></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><br /><br />',1284137422),(958,'10c1cc87c59bc36134e2fa2aaa854da9','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat%20over\" title=\"gloat over\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grievance\" href=\"http://http://dictionary.reference.com/browse/grievance\" style=\"color: rgb(0, 51, 102);\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"grimace\" href=\"http://http://dictionary.reference.com/browse/grimace\" style=\"color: rgb(0, 51, 102);\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\" class=\"Apple-style-span\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grovel\" href=\"http://http://dictionary.reference.com/browse/Grovel\" style=\"color: rgb(0, 51, 102);\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1) I<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Guile\" href=\"http://http://dictionary.reference.com/browse/Guile\" style=\"color: rgb(0, 51, 102);\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/gust\" title=\"Gust\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span> </span></span></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><br /><br />',1284148495),(959,'af3091c485bed75abc21ce6cbfa490ed','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p>\r\n<div style=\"text-align: center; text-decoration: underline;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\" class=\"Apple-style-span\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"><br /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;quot;Cambria Math&amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;quot;&amp;quot;; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]--> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive</span></font><span style=\"font-style: italic;\"><br /></span></p>\r\n<p style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-style: italic;\"></span> <span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"> </span><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span class=\"nolink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.</span></font><o:p></o:p></span></div> ',1284144465),(960,'5c4af63bdaeb70a75247f24c85b4ddd2','Both the \' Report \' and the \' Determination \' show that these \' irregular ordinations \' were indeed preciptate and not',1284145782),(961,'8fc481652c1106602dc4d36bb616bdd8','The old _____about justice being open to all, like the Ritz, has never been more true.',1284145782),(962,'725f2d37dc4f18462cb3e688e44f0835','You seem to think that to be qualified to comment on something simply requires that you can open your mouth and _____away.',1284145782),(963,'f020be2d470c0d1bfe7bbce4c5f7e75d','They have hardened themselves in the excess of a _____way, that a man cannot tell whenever they are serious.',1284145782),(964,'c174f56ef3b68b66ce1152de41902e87','jibe',1284145782),(965,'7beb1ef83ca88aa74d5e328ab3932de3',' judicious.',1284145782),(966,'50c5a302a9de76d2add751bc0af4abd4','jabber',1284145782),(967,'f7a453cdf2722bcbb2c036f547a61686','abate',1284145782),(968,'ea3cd647fc644fc53bf23aa74479ef52','jocular',1284145782),(969,'2dd1e4bdb607aee0b8a466ed848530f8','run',1284145782),(970,'416da7374c8a5994bff0d0f660f3afa5','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p>\r\n<div style=\"text-align: center; text-decoration: underline;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"><br /><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;quot;Cambria Math&amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;quot;&amp;amp;quot;; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]--> </div>\r\n<p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive</span></font><span style=\"font-style: italic;\"><br /></span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"></span> <span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"> </span><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"nolink\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.<br /></span></font></span><span style=\"font-size: 12pt; font-family: \"times new roman\",\"serif\";\"><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">6.)</span></font></span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> Fatuous (<span style=\"font-style: italic;\">adj.</span>) : </span>Complacently stupid or inane; silly; foolish</font>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)For social security reform the fatuous <a href=\"http://www.yourdictionary.com/quot\">quot</a> which many thought placed underneath the. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span>2)</span>Behind its fatuous <a href=\"http://www.yourdictionary.com/claim\">claim</a>s of " managed migration " , the Government is starting to worry.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">7.) Faucet (<span style=\"font-style: italic;\">n</span>) :</span> A device for regulating the flow of a liquid from a reservoir such as a pipe or drum.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)The showers were a bit tricky because you have to <a href=\"http://www.yourdictionary.com/turn\">turn</a> the faucet all the way around to get hot water. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span>2)</span>To <a href=\"http://www.yourdictionary.com/install\">install</a> the faucet a hole will need to be drilled into the work surface or the outer rim of the sink.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">8.) Fawn (<span style=\"font-style: italic;\">v</span>) :</span> To show friendliness by licking hands, wagging its tail, etc.:</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)Anorak pokes fun every weekday at Britain\'s infamous tabloids, haughty broadsheets and fawning society <a href=\"http://www.yourdictionary.com/magazine\">magazine</a>s.. . </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span>2)</span>It was so ludicrous it made you think of Mel Brooks or Monty Python playing a scene of monstrous king and fawning <a href=\"http://www.yourdictionary.com/courtier\">courtier</a>s.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">9.) Feckless (<span style=\"font-style: italic;\">adj.</span>) :</span> <span style=\"font-size: 12pt; font-family: \"times new roman\",\"serif\";\">Weak; ineffective; careless; irresponsible</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">1)</span>Even children of feckless <a href=\"http://www.yourdictionary.com/parent\">parent</a>s will gain because choice works at the margins. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span>2)</span>Twenty years ago, black men were routinely seen on TV as pimps, muggers, drug dealers and feckless <a href=\"http://www.yourdictionary.com/father\">father</a>s.<span style=\"font-size: 12pt; font-family: \"times new roman\",\"serif\";\"></span></font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span> </span></font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">10.) Fecund (<span style=\"font-style: italic;\">adj.</span>) :</span> Fruitful or fertile; productive; prolific</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)There is no one writing fantasy today with a more fecund <a href=\"http://www.yourdictionary.com/imagination\">imagination</a> than China Miéville. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span>2)</span>Mark Doyle is a producer for fecund <a href=\"http://www.yourdictionary.com/film\">film</a>s and a core member of fecund\'s acting ensemble.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">11.) Feint (<span style=\"font-style: italic;\">n</span>) :</span> A false show;</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)The light causes the pupils to contract thereby <a href=\"http://www.yourdictionary.com/make\">making</a> the feint stars impossible to see. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span>2)</span>Regimental cavalry requires no reinforcement to <a href=\"http://www.yourdictionary.com/conduct\">conduct</a> a feint.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">12.)Felicitous (<span style=\"font-style: italic;\">adj.</span>) :</span> Used or expressed in a way suitable to the occasion; aptly chosen; appropriate; apt<span style=\"font-size: 12pt; font-family: \"times new roman\",\"serif\";\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)The forest, in Rackham\'s felicitous <a href=\"http://www.yourdictionary.com/phrase\">phrase</a>, was a place of deer, not a place of trees. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span>2)</span>Conceptually that was quite accurate, even if it was not the most felicitous <a href=\"http://www.yourdictionary.com/choice\">choice</a> of words.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">13.) Felon (<span style=\"font-style: italic;\">n</span>) :</span> A person guilty of a major crime; criminal</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)A Felon\'s <a href=\"http://www.yourdictionary.com/death\">death</a> Jesus died a felon\'s death, a traitor to the ruling power in Rome. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span>2)</span>This banking career ended in a felon\'s <a href=\"http://www.yourdictionary.com/cell\">cell</a>.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">14.) Ferret (<span style=\"font-style: italic;\">n</span>) :</span> A narrow ribbon of cotton, wool, silk, etc.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)There\'s goat milking, ferret racing, lamb feeding or you can make a craft souvenir to take home. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span>2)</span>We are advised that an all wire ferret <a href=\"http://www.yourdictionary.com/cage\">cage</a> in a shed or utility room is better.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">15.) Fervid (<span style=\"font-style: italic;\">adj.</span>) :</span> H<span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">ot; glowing; impassioned</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">1)</span> It needs the most fervid <a href=\"http://www.yourdictionary.com/imagination\">imagination</a> to distort any text to refer to him.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">16.) Fervor (<span style=\"font-style: italic;\">n</span>) :</span> I<span style=\"font-size: 12pt; font-family: \"times new roman\",\"serif\";\">ntense heat; great warmth of emotion; ardor; zeal</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">1)</span>The flesh will murmur against you, but it will be bridled by fervor of <a href=\"http://www.yourdictionary.com/spirit\">spirit</a>. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span>2)</span>Beware the leader who bangs the drums of war in order to whip the citizenry into a patriotic fervor.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">17.) Fetter (<span style=\"font-style: italic;\">v</span>) : </span>T<span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">o bind with fetters; shackle; chain; to hold in check; restrain;</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\">1)</span> Far better to die for our country than to go with fettered <a href=\"http://www.yourdictionary.com/hand\">hand</a>s into captivity!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">2) Cuba did not shrink from continuing its call to other fettered <a href=\"http://www.yourdictionary.com/people\">people</a>s to rebel, or from giving them active help.<span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">18.) Feud (<span style=\"font-style: italic;\">n</span>) :</span> A bitter, protracted, and violent quarrel; any dispute or rivalry</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)Both these killings were part of the <a href=\"http://www.yourdictionary.com/continue\">continuing</a> feud between the two wings of the IRA. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span>2)</span>They might have a <a href=\"http://www.yourdictionary.com/run\">run</a>ning feud or they might simply not get on with one an other.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">19.) Fidelity (<span style=\"font-style: italic;\">n</span>) :</span> Faithful devotion to duty or to one\'s obligations or vows; loyalty; faithfulness</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)A purge followed, and in 1579 every JP was required to <a href=\"http://www.yourdictionary.com/swear\">swear</a> fidelity to the established religion. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span>2)</span>A single Webster will <a href=\"http://www.yourdictionary.com/deliver\">deliver</a> stereo fidelity by just using one speaker!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">20.) Fidget (<span style=\"font-style: italic;\">n</span>) :</span> The state of being restless, nervous, or uneasy</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)Thing is... " the demon fidgeted a <a href=\"http://www.yourdictionary.com/bit\">bit</a> under Spike\'s gaze. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span>2)</span>Justin <a href=\"http://www.yourdictionary.com/get\">get</a>s bored, fidgets then starts looking at all the neatly organized books.</font></p> </div> ',1284147356),(971,'1e66b7cdde37db62c395f2e1066fff7f','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p>\r\n<div style=\"text-align: center; text-decoration: underline;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\" class=\"Apple-style-span\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"><br /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;quot;Cambria Math&amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;quot;&amp;amp;amp;quot;; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;quot;Calibri&amp;amp;amp;quot;,&amp;amp;amp;quot;sans-serif&amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;quot;Times New Roman&amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]--> </div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive</span></font><span style=\"font-style: italic;\"><br /></span></p>\r\n<p style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span style=\"font-style: italic;\"></span> <span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"> </span><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span class=\"nolink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.<br /></span></font></span><span style=\"font-size: 12pt;\"><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">6.)</span></font></span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> Fatuous (<span style=\"font-style: italic;\">adj.</span>) : </span><span style=\"color: rgb(0, 139, 0);\">Complacently stupid or inane; silly; foolish</span></font>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)For social security reform the fatuous <a href=\"http://www.yourdictionary.com/quot\">quot</a> which many thought placed underneath the. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span>2)</span>Behind its fatuous <a href=\"http://www.yourdictionary.com/claim\">claim</a>s of " managed migration " , the Government is starting to worry.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">7.) Faucet (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">A device for regulating the flow of a liquid from a reservoir such as a pipe or drum.</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)The showers were a bit tricky because you have to <a href=\"http://www.yourdictionary.com/turn\">turn</a> the faucet all the way around to get hot water. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span>2)</span>To <a href=\"http://www.yourdictionary.com/install\">install</a> the faucet a hole will need to be drilled into the work surface or the outer rim of the sink.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">8.) Fawn (<span style=\"font-style: italic;\">v</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">To show friendliness by licking hands, wagging its tail, etc.:</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)Anorak pokes fun every weekday at Britain\'s infamous tabloids, haughty broadsheets and fawning society <a href=\"http://www.yourdictionary.com/magazine\">magazine</a>s.. . </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span>2)</span>It was so ludicrous it made you think of Mel Brooks or Monty Python playing a scene of monstrous king and fawning <a href=\"http://www.yourdictionary.com/courtier\">courtier</a>s.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">9.) Feckless (<span style=\"font-style: italic;\">adj.</span>) :</span> <span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">Weak; ineffective; careless; irresponsible</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>Even children of feckless <a href=\"http://www.yourdictionary.com/parent\">parent</a>s will gain because choice works at the margins. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span>2)</span>Twenty years ago, black men were routinely seen on TV as pimps, muggers, drug dealers and feckless <a href=\"http://www.yourdictionary.com/father\">father</a>s.<span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span> </span></font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">10.) Fecund (<span style=\"font-style: italic;\">adj.</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">Fruitful or fertile; productive; prolific</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)There is no one writing fantasy today with a more fecund <a href=\"http://www.yourdictionary.com/imagination\">imagination</a> than China Miéville. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span>2)</span>Mark Doyle is a producer for fecund <a href=\"http://www.yourdictionary.com/film\">film</a>s and a core member of fecund\'s acting ensemble.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">11.) Feint (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">A false show;</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)The light causes the pupils to contract thereby <a href=\"http://www.yourdictionary.com/make\">making</a> the feint stars impossible to see. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span>2)</span>Regimental cavalry requires no reinforcement to <a href=\"http://www.yourdictionary.com/conduct\">conduct</a> a feint.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">12.)Felicitous (<span style=\"font-style: italic;\">adj.</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">Used or expressed in a way suitable to the occasion; aptly chosen; appropriate; apt</span><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)The forest, in Rackham\'s felicitous <a href=\"http://www.yourdictionary.com/phrase\">phrase</a>, was a place of deer, not a place of trees. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span>2)</span>Conceptually that was quite accurate, even if it was not the most felicitous <a href=\"http://www.yourdictionary.com/choice\">choice</a> of words.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">13.) Felon (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">A person guilty of a major crime; criminal</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)A Felon\'s <a href=\"http://www.yourdictionary.com/death\">death</a> Jesus died a felon\'s death, a traitor to the ruling power in Rome. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span>2)</span>This banking career ended in a felon\'s <a href=\"http://www.yourdictionary.com/cell\">cell</a>.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">14.) Ferret (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">A narrow ribbon of cotton, wool, silk, etc.</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)There\'s goat milking, ferret racing, lamb feeding or you can make a craft souvenir to take home. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span>2)</span>We are advised that an all wire ferret <a href=\"http://www.yourdictionary.com/cage\">cage</a> in a shed or utility room is better.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">15.) Fervid (<span style=\"font-style: italic;\">adj.</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">H</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0);\">ot; glowing; impassioned</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> It needs the most fervid <a href=\"http://www.yourdictionary.com/imagination\">imagination</a> to distort any text to refer to him.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">16.) Fervor (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">I</span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">ntense heat; great warmth of emotion; ardor; zeal</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The flesh will murmur against you, but it will be bridled by fervor of <a href=\"http://www.yourdictionary.com/spirit\">spirit</a>. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span>2)</span>Beware the leader who bangs the drums of war in order to whip the citizenry into a patriotic fervor.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">17.) Fetter (<span style=\"font-style: italic;\">v</span>) : </span><span style=\"color: rgb(0, 139, 0);\">T</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0);\">o bind with fetters; shackle; chain; to hold in check; restrain;</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> Far better to die for our country than to go with fettered <a href=\"http://www.yourdictionary.com/hand\">hand</a>s into captivity!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">2) Cuba did not shrink from continuing its call to other fettered <a href=\"http://www.yourdictionary.com/people\">people</a>s to rebel, or from giving them active help.<span style=\"font-size: 12pt; line-height: 115%;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">18.) Feud (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">A bitter, protracted, and violent quarrel; any dispute or rivalry</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)Both these killings were part of the <a href=\"http://www.yourdictionary.com/continue\">continuing</a> feud between the two wings of the IRA. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span>2)</span>They might have a <a href=\"http://www.yourdictionary.com/run\">run</a>ning feud or they might simply not get on with one an other.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">19.) Fidelity (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">Faithful devotion to duty or to one\'s obligations or vows; loyalty; faithfulness</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)A purge followed, and in 1579 every JP was required to <a href=\"http://www.yourdictionary.com/swear\">swear</a> fidelity to the established religion. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span>2)</span>A single Webster will <a href=\"http://www.yourdictionary.com/deliver\">deliver</a> stereo fidelity by just using one speaker!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">20.) Fidget (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">The state of being restless, nervous, or uneasy</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\">1)Thing is... " the demon fidgeted a <a href=\"http://www.yourdictionary.com/bit\">bit</a> under Spike\'s gaze. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span>2)</span>Justin <a href=\"http://www.yourdictionary.com/get\">get</a>s bored, fidgets then starts looking at all the neatly organized books.</font></p> </div> ',1284147563),(972,'9ff3b6292c33f0b6c7191291ca5449c3','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p>\r\n<div style=\"text-align: center; text-decoration: underline;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"><br /><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;quot;&amp;amp;amp;amp;quot;; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;quot;,&amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]--> </div>\r\n<p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive</span></font><span style=\"font-style: italic;\"><br /></span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"></span> <span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"> </span><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <br /></div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font></p>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></div>\r\n<div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> <span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"nolink\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.<br /></span></font></span><span style=\"font-size: 12pt;\"><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">6.)</span></font></span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> Fatuous (<span style=\"font-style: italic;\">adj.</span>) : </span><span style=\"color: rgb(0, 139, 0);\">Complacently stupid or inane; silly; foolish</span></font>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)For social security reform the <span style=\"font-weight: bold;\">fatuous</span> <a href=\"http://www.yourdictionary.com/quot\">quot</a> which many thought placed underneath the. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Behind its <span style=\"font-weight: bold;\">fatuous</span> <a href=\"http://www.yourdictionary.com/claim\">claim</a>s of " managed migration " , the Government is starting to worry.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">7.) Faucet (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">A device for regulating the flow of a liquid from a reservoir such as a pipe or drum.</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The showers were a bit tricky because you have to <a href=\"http://www.yourdictionary.com/turn\">turn</a> the <span style=\"font-weight: bold;\">faucet</span> all the way around to get hot water. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>To <a href=\"http://www.yourdictionary.com/install\">install</a> the <span style=\"font-weight: bold;\">faucet</span> a hole will need to be drilled into the work surface or the outer rim of the sink.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">8.) Fawn (<span style=\"font-style: italic;\">v</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">To show friendliness by licking hands, wagging its tail, etc.:</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Anorak pokes fun every weekday at Britain\'s infamous tabloids, haughty broadsheets and <span style=\"font-weight: bold;\">fawning</span> society <a href=\"http://www.yourdictionary.com/magazine\">magazine</a>s.. . </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>It was so ludicrous it made you think of Mel Brooks or Monty Python playing a scene of monstrous king and <span style=\"font-weight: bold;\">fawning</span> <a href=\"http://www.yourdictionary.com/courtier\">courtier</a>s.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">9.) Feckless (<span style=\"font-style: italic;\">adj.</span>) :</span> <span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">Weak; ineffective; careless; irresponsible</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>Even children of <span style=\"font-weight: bold;\">feckless</span> <a href=\"http://www.yourdictionary.com/parent\">parent</a>s will gain because choice works at the margins. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"2\"><span>2)</span>Twenty years ago, black men were routinely seen on TV as pimps, muggers, drug dealers and <span style=\"font-weight: bold;\">feckless</span> <a href=\"http://www.yourdictionary.com/father\">father</a>s.</font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span> </span></font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">10.) Fecund (<span style=\"font-style: italic;\">adj.</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">Fruitful or fertile; productive; prolific</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There is no one writing fantasy today with a more <span style=\"font-weight: bold;\">fecund </span><a href=\"http://www.yourdictionary.com/imagination\">imagination</a> than China Miéville. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Mark Doyle is a producer for <span style=\"font-weight: bold;\">fecund</span> <a href=\"http://www.yourdictionary.com/film\">film</a>s and a core member of fecund\'s acting ensemble.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">11.) Feint (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">A false show;</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The light causes the pupils to contract thereby <a href=\"http://www.yourdictionary.com/make\">making</a> the <span style=\"font-weight: bold;\">feint </span>stars impossible to see. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Regimental cavalry requires no reinforcement to <a href=\"http://www.yourdictionary.com/conduct\">conduct</a> a <span style=\"font-weight: bold;\">feint</span>.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">12.)Felicitous (<span style=\"font-style: italic;\">adj.</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">Used or expressed in a way suitable to the occasion; aptly chosen; appropriate; apt</span><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The forest, in Rackham\'s <span style=\"font-weight: bold;\">felicitous</span> <a href=\"http://www.yourdictionary.com/phrase\">phrase</a>, was a place of deer, not a place of trees. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Conceptually that was quite accurate, even if it was not the most <span style=\"font-weight: bold;\">felicitous</span> <a href=\"http://www.yourdictionary.com/choice\">choice</a> of words.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">13.) Felon (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">A person guilty of a major crime; criminal</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A Felon\'s <a href=\"http://www.yourdictionary.com/death\">death</a> Jesus died a <span style=\"font-weight: bold;\">felon\'s</span> death, a traitor to the ruling power in Rome. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>This banking career ended in a <span style=\"font-weight: bold;\">felon\'s</span> <a href=\"http://www.yourdictionary.com/cell\">cell</a>.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">14.) Ferret (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">A narrow ribbon of cotton, wool, silk, etc.</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There\'s goat milking, <span style=\"font-weight: bold;\">ferret</span> racing, lamb feeding or you can make a craft souvenir to take home. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>We are advised that an all wire <span style=\"font-weight: bold;\">ferret</span> <a href=\"http://www.yourdictionary.com/cage\">cage</a> in a shed or utility room is better.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">15.) Fervid (<span style=\"font-style: italic;\">adj.</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">H</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0);\">ot; glowing; impassioned</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> It needs the most <span style=\"font-weight: bold;\">fervid</span> <a href=\"http://www.yourdictionary.com/imagination\">imagination</a> to distort any text to refer to him.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">16.) Fervor (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">I</span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">ntense heat; great warmth of emotion; ardor; zeal</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The flesh will murmur against you, but it will be bridled by <span style=\"font-weight: bold;\">fervor</span> of <a href=\"http://www.yourdictionary.com/spirit\">spirit</a>. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Beware the leader who bangs the drums of war in order to whip the citizenry into a patriotic <span style=\"font-weight: bold;\">fervor</span>.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">17.) Fetter (<span style=\"font-style: italic;\">v</span>) : </span><span style=\"color: rgb(0, 139, 0);\">T</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0);\">o bind with fetters; shackle; chain; to hold in check; restrain;</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> Far better to die for our country than to go with <span style=\"font-weight: bold;\">fettered</span> <a href=\"http://www.yourdictionary.com/hand\">hand</a>s into captivity!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><font size=\"2\">2) Cuba did not shrink from continuing its call to other <span style=\"font-weight: bold;\">fettered</span><a href=\"http://www.yourdictionary.com/people\">people</a>s to rebel, or from giving them active help.</font> <span style=\"font-size: 12pt; line-height: 115%;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">18.) Feud (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">A bitter, protracted, and violent quarrel; any dispute or rivalry</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Both these killings were part of the <a href=\"http://www.yourdictionary.com/continue\">continuing</a> <span style=\"font-weight: bold;\">feud</span> between the two wings of the IRA. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>They might have a <a href=\"http://www.yourdictionary.com/run\">run</a>ning <span style=\"font-weight: bold;\">feud</span> or they might simply not get on with one an other.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">19.) Fidelity (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">Faithful devotion to duty or to one\'s obligations or vows; loyalty; faithfulness</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A purge followed, and in 1579 every JP was required to <a href=\"http://www.yourdictionary.com/swear\">swear</a> <span style=\"font-weight: bold;\">fidelity</span> to the established religion. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>A single Webster will <a href=\"http://www.yourdictionary.com/deliver\">deliver</a> stereo <span style=\"font-weight: bold;\">fidelity</span> by just using one speaker!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">20.) Fidget (<span style=\"font-style: italic;\">n</span>) :</span> <span style=\"color: rgb(0, 139, 0);\">The state of being restless, nervous, or uneasy</span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Thing is... " the demon <span style=\"font-weight: bold;\">fidgeted</span> a <a href=\"http://www.yourdictionary.com/bit\">bit</a> under Spike\'s gaze. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Justin <a href=\"http://www.yourdictionary.com/get\">get</a>s bored, <span style=\"font-weight: bold;\">fidgets</span> then starts looking at all the neatly organized books.</font></p> </div> ',1284147962),(973,'779df4efce79ac60c02d1e0929ed868e','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p>\r\n<div style=\"text-decoration: underline; text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\" class=\"Apple-style-span\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"> </div><br /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;quot;; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]-->\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span></font><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive</span></font><span style=\"font-style: italic;\"><br /></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><span style=\"font-style: italic;\"></span> <span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><span style=\"color: rgb(102, 51, 0);\"> </span><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span></font><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"><br /></span></font></p>\r\n<p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"></span>1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span class=\"nolink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.<br /></span></font></span><span style=\"font-size: 12pt;\"><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">6.)</span></font></span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> Fatuous (<span style=\"font-style: italic;\">adj.</span>) : </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Complacently stupid or inane; silly; foolish</span></font></font>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)For social security reform the <span style=\"font-weight: bold;\">fatuous</span> <span class=\"nolink\">quot</span> which many thought placed underneath the. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>Behind its <span style=\"font-weight: bold;\">fatuous</span> claims of " managed migration " , the Government is starting to worry.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">7.) Faucet (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A device for regulating the flow of a liquid from a reservoir such as a pipe or drum.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The showers were a bit tricky because you have to turn the <span style=\"font-weight: bold;\">faucet</span> all the way around to get hot water. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>To <a href=\"http://www.yourdictionary.com/install\"></a><span class=\"nolink\">install</span> the <span style=\"font-weight: bold;\">faucet</span> a hole will need to be drilled into the work surface or the outer rim of the sink.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">8.) Fawn (<span style=\"font-style: italic;\">v</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">To show friendliness by licking hands, wagging its tail, etc.:</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Anorak pokes fun every weekday at Britain\'s infamous tabloids, haughty broadsheets and <span style=\"font-weight: bold;\">fawning</span> society magazines.. . </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>It was so ludicrous it made you think of Mel Brooks or Monty Python playing a scene of monstrous king and <span style=\"font-weight: bold;\">fawning</span> courtiers.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">9.) Feckless (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">Weak; ineffective; careless; irresponsible</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>Even children of <span style=\"font-weight: bold;\">feckless</span> parents will gain because choice works at the margins. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><font size=\"2\"><span>2)</span>Twenty years ago, black men were routinely seen on TV as pimps, muggers, drug dealers and <span style=\"font-weight: bold;\">feckless</span> <span class=\"nolink\">father</span>s.</font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span> </span></font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">10.) Fecund (<span style=\"font-style: italic;\">adj.</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Fruitful or fertile; productive; prolific</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There is no one writing fantasy today with a more <span style=\"font-weight: bold;\">fecund </span><a href=\"http://www.yourdictionary.com/imagination\"></a><span class=\"nolink\">imagination</span> than China Miéville. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>Mark Doyle is a producer for <span style=\"font-weight: bold;\">fecund</span> <a href=\"http://www.yourdictionary.com/film\"></a><span class=\"nolink\">film</span>s and a core member of fecund\'s acting ensemble.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">11.) Feint (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A false show;</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The light causes the pupils to contract thereby <a href=\"http://www.yourdictionary.com/make\"></a><span class=\"nolink\">making </span>the <span style=\"font-weight: bold;\">feint </span>stars impossible to see. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>Regimental cavalry requires no reinforcement to <a href=\"http://www.yourdictionary.com/conduct\"></a><span class=\"nolink\">conduct </span>a <span style=\"font-weight: bold;\">feint</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">12.)Felicitous (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Used or expressed in a way suitable to the occasion; aptly chosen; appropriate; apt</span></font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The forest, in Rackham\'s <span style=\"font-weight: bold;\">felicitous</span><span class=\"nolink\"> phrase</span>, was a place of deer, not a place of trees. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Conceptually that was quite accurate, even if it was not the most <span style=\"font-weight: bold;\">felicitous</span> <a href=\"http://www.yourdictionary.com/choice\"></a><span class=\"nolink\">choice</span> of words.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">13.) Felon (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A person guilty of a major crime; criminal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A Felon\'s <span class=\"nolink\">death</span> Jesus died a <span style=\"font-weight: bold;\">felon\'s</span> death, a traitor to the ruling power in Rome. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>This banking career ended in a <span style=\"font-weight: bold;\">felon\'s</span> <a href=\"http://www.yourdictionary.com/cell\"></a><span class=\"nolink\">cell</span>.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">14.) Ferret (<span style=\"font-style: italic;\">n</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A narrow ribbon of cotton, wool, silk, etc.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There\'s goat milking, <span style=\"font-weight: bold;\">ferret</span> racing, lamb feeding or you can make a craft souvenir to take home. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>We are advised that an all wire <span style=\"font-weight: bold;\">ferret</span> <span class=\"nolink\">cage </span>in a shed or utility room is better.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">15.) Fervid (<span style=\"font-style: italic;\">adj.</span>) :</span><font size=\"3\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">H</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0); font-style: italic;\">ot; glowing; impassioned</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> It needs the most <span style=\"font-weight: bold;\">fervid</span><span class=\"nolink\"> imagination </span><span style=\"text-decoration: underline;\"></span>to distort any text to refer to him.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">16.) Fervor (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">I</span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">ntense heat; great warmth of emotion; ardor; zeal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The flesh will murmur against you, but it will be bridled by <span style=\"font-weight: bold;\">fervor</span> of <a href=\"http://www.yourdictionary.com/spirit\"></a><span class=\"nolink\">spirit</span>. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>Beware the leader who bangs the drums of war in order to whip the citizenry into a patriotic <span style=\"font-weight: bold;\">fervor</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">17.) Fetter (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">T</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0);\">o bind with fetters; shackle; chain; to hold in check; restrain;</span></font><span style=\"font-style: italic;\"><br /></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-style: italic;\"></span><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> Far better to die for our country than to go with <span style=\"font-weight: bold;\">fettered</span> <span class=\"nolink\">hand</span>s into captivity!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><font size=\"2\">2) Cuba did not shrink from continuing its call to other <span style=\"font-weight: bold;\">fettered</span><span class=\"nolink\"> people</span>s to rebel, or from giving them active help.</font> <span style=\"font-size: 12pt; line-height: 115%;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">18.) Feud (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A bitter, protracted, and violent quarrel; any dispute or rivalry</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Both these killings were part of the <span class=\"nolink\">continuing </span><span style=\"font-weight: bold;\">feud</span> between the two wings of the IRA. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>They might have a <a href=\"http://www.yourdictionary.com/run\"></a><span class=\"nolink\">run</span>ning <span style=\"font-weight: bold;\">feud</span> or they might simply not get on with one an other.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">19.) Fidelity (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Faithful devotion to duty or to one\'s obligations or vows; loyalty; faithfulness</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A purge followed, and in 1579 every JP was required to swear <span style=\"font-weight: bold;\">fidelity</span> to the established religion. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>A single Webster will <span class=\"nolink\"><span class=\"nolink\"><span class=\"nolink\">deliver</span></span></span> stereo <span style=\"font-weight: bold;\">fidelity</span> by just using one speaker!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">20.) Fidget (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">The state of being restless, nervous, or uneasy</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Thing is... " the demon <span style=\"font-weight: bold;\">fidgeted</span> a bit under Spike\'s gaze. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Justin gets bored, <span style=\"font-weight: bold;\">fidgets</span> then starts looking at all the neatly organized books.</font></p> </div> ',1284262118),(974,'90a3337fec510d95627069ab332a1312','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grievance\" title=\"Grievance\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grimace\" title=\"grimace\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Grovel\" title=\"Grovel\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1) I<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Guile\" title=\"Guile\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Gust\" href=\"http://http://dictionary.reference.com/browse/gust\" style=\"color: rgb(0, 51, 102);\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">17.)Giddy()<br /></span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span> </span></span></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><br /><br />',1284150185),(975,'1722da2271ea7b80ea7657b908ebeb5d','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat%20over\" title=\"gloat over\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grievance\" href=\"http://http://dictionary.reference.com/browse/grievance\" style=\"color: rgb(0, 51, 102);\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"grimace\" href=\"http://http://dictionary.reference.com/browse/grimace\" style=\"color: rgb(0, 51, 102);\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\" class=\"Apple-style-span\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grovel\" href=\"http://http://dictionary.reference.com/browse/Grovel\" style=\"color: rgb(0, 51, 102);\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1) I<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Guile\" href=\"http://http://dictionary.reference.com/browse/Guile\" style=\"color: rgb(0, 51, 102);\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/gust\" title=\"Gust\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\">Giddy(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br />',1284151354),(976,'46d00618c286045db371ce1edf724f14','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grievance\" title=\"Grievance\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grimace\" title=\"grimace\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Grovel\" title=\"Grovel\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1) I<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Guile\" title=\"Guile\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Gust\" href=\"http://http://dictionary.reference.com/browse/gust\" style=\"color: rgb(0, 51, 102);\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\">Giddy(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br /><font size=\"4\">18.) <span style=\"color: rgb(0, 51, 102);\">Gingerly(adv. & adj.) :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Very carefully, prudent</font><br />1)<br /><br />',1284152536),(977,'d1ef711fe530dad038791be6c1273066','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat%20over\" title=\"gloat over\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grievance\" href=\"http://http://dictionary.reference.com/browse/grievance\" style=\"color: rgb(0, 51, 102);\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"grimace\" href=\"http://http://dictionary.reference.com/browse/grimace\" style=\"color: rgb(0, 51, 102);\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\" class=\"Apple-style-span\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grovel\" href=\"http://http://dictionary.reference.com/browse/Grovel\" style=\"color: rgb(0, 51, 102);\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1) I<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Guile\" href=\"http://http://dictionary.reference.com/browse/Guile\" style=\"color: rgb(0, 51, 102);\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/gust\" title=\"Gust\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\">Giddy(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br /><font size=\"4\">18.) <span style=\"color: rgb(0, 51, 102);\">Gingerly(adv. & adj.) <span style=\"color: rgb(0, 0, 0);\">:</span></span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Very carefully, prudent</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) He gingerly picked up the crystal bowl from the shelf and showed it to her fiancée, holding it tightly.</font><br /><br /><font size=\"4\">19.) <span style=\"color: rgb(0, 51, 102);\">Grapple(v & n)</span><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font></font><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To come to terms with, Tackle, Get a grip on something</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The family has been trying to grapple with the truth of the sudden demise of their sole-bread earner, but not with much success.</font>',1284153765),(978,'800605a80f3a350e199152f71171280b','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grievance\" title=\"Grievance\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grimace\" title=\"grimace\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Grovel\" title=\"Grovel\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1) I<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Guile\" title=\"Guile\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Gust\" href=\"http://http://dictionary.reference.com/browse/gust\" style=\"color: rgb(0, 51, 102);\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\">Giddy(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br /><font size=\"4\">18.) <span style=\"color: rgb(0, 51, 102);\">Gingerly(adv. & adj.) <span style=\"color: rgb(0, 0, 0);\">:</span></span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Very carefully, prudent</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) He gingerly picked up the crystal bowl from the shelf and showed it to her fiancée, holding it tightly.</font><br /><br /><font size=\"4\">19.) <span style=\"color: rgb(0, 51, 102);\">Grapple(v & n)</span><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font></font><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To come to terms with, Tackle, Get a grip on something</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The family has been trying to grapple with the truth of the sudden demise of their sole-bread earner, but not with much success.</font>',1284153861),(979,'1511409f79dac0946add21a19248fd50','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat%20over\" title=\"gloat over\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grievance\" href=\"http://http://dictionary.reference.com/browse/grievance\" style=\"color: rgb(0, 51, 102);\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"grimace\" href=\"http://http://dictionary.reference.com/browse/grimace\" style=\"color: rgb(0, 51, 102);\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\" class=\"Apple-style-span\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grovel\" href=\"http://http://dictionary.reference.com/browse/Grovel\" style=\"color: rgb(0, 51, 102);\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1) I<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Guile\" href=\"http://http://dictionary.reference.com/browse/Guile\" style=\"color: rgb(0, 51, 102);\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/gust\" title=\"Gust\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\">Giddy(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br /><font size=\"4\">18.) <span style=\"color: rgb(0, 51, 102);\">Gingerly(adv. & adj.) <span style=\"color: rgb(0, 0, 0);\">:</span></span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Very carefully, prudent</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) He <span style=\"font-weight: bold;\">gingerly</span> picked up the crystal bowl from the shelf and showed it to her fiancée, holding it tightly.</font><br /><br /><font size=\"4\">19.) <span style=\"color: rgb(0, 51, 102);\">Grapple(v & n)</span><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font></font><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To come to terms with, Tackle, Get a grip on something</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of their sole-bread earner, but not with much success.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">20.) </font></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gratify (v)</span> :</font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">To please</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)While I was really <span style=\"font-weight: bold;\">gratified</span> at the news of my qualifying for the engineering degree course, there was also a bit of sadness at the thought of leaving school.</font>',1284262131),(980,'781fdf54b48277aefa69c80219c21a86',' This book provides details about all of the Campus related course. ',1311572922),(981,'2497590a923c6aecf63b716329d6455d','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: left;\"></div>\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br />8.)Abraded (v)<span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : Rubbed off, Worn away by friction<br /><br /></div></div>',1284224461),(982,'786e3b4a278f1e055a4942065a8e5d9b','<p class=\"book_chapter_title\">Vocab Drill 19 (Letter \'E\')</p><br /><br /><font size=\"4\">16.)<span style=\"color: rgb(0,51,102)\"> <a style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/eulogy\" target=\"_blank\">Eulogy(</a></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0,51,102)\">n</span><span style=\"color: rgb(0,51,102)\">)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0,139,0)\"><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">High</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">praise</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"background-color: transparent; cursor: default\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\" style=\"color: rgb(0,139,0)\"><span style=\"font-style: italic\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)</font></span><font size=\"2\" style=\"color: rgb(102,51,0)\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0,51,102)\"> <a href=\"http://dictionary.reference.com/browse/exorbitant\" target=\"_blank\">Exorbitant</a></span><a href=\"http://www.moodle.org/0.16146683109369053\"> <span style=\"color: rgb(0,51,102)\">(</span><span style=\"font-style: italic; color: rgb(0,51,102)\">adj</span><span style=\"color: rgb(0,51,102)\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic\"> <span style=\"color: rgb(0,139,0)\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102,51,0)\" /><br /><font size=\"4\">18.) <a href=\"http://dictionary.reference.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Extenuate</span> <span style=\"color: rgb(0,51,102)\">(</span><span style=\"font-style: italic; color: rgb(0,51,102)\">v</span><span style=\"color: rgb(0,51,102)\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102,51,0)\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0,51,102)\"> <a href=\"http://dictionary.reference.com/browse/epicure\" target=\"_blank\">Epicure(</a></span><a href=\"http://www.moodle.org/0.8291131326624142\"><span style=\"font-style: italic; color: rgb(0,51,102)\">n</span><span style=\"color: rgb(0,51,102)\">)</span></a></font> : <font size=\"3\" style=\"color: rgb(0,139,0)\"><span style=\"font-style: italic\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <a class=\"ex\" href=\"http://www.yourdictionary.com/abstemious\">abstemious</a> epicure.</font><br style=\"color: rgb(102,51,0)\" /><br /><font size=\"4\">20.) <a href=\"http://dictionary.reference.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Entreat(</span><span style=\"font-style: italic; color: rgb(0,51,102)\">v</span><span style=\"color: rgb(0,51,102)\">)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)I therefore <span style=\"font-weight: bold\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold\">entreated</span> God to spare us those things that scare us? </font>
<div class=\"dndata\"><span id=\"hotword\"></span> </div>
<div class=\"dndata\"></div>',1284223676),(983,'ce9d15a700b03819aa1cabed6d619081','<p class=\"book_chapter_title\">Vocab Drill 16 (Letter \'E\')</p>\r\n<div class=\"MsoNormal\"> <font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">Please click on the word in case you need more information</font><br /><br />1.) <font size=\"4\"><a target=\"_blank\" title=\"ebullience\" href=\"http://dictionary.reference.com/browse/ebullience\"><span style=\"color: rgb(0, 51, 102);\">Ebullience <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Exuberance,outburst of feelings</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) His natural <span style=\"font-weight: bold;\">ebullience</span> began to return after he succeeded in the exams.<br />2.)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We wish her all the best and will miss her cheery smile and <span style=\"font-weight: bold;\">ebullient</span><span style=\"color: rgb(102, 51, 0);\"> </span>character.<br /><br /><br /><font size=\"3\"><span style=\"color: rgb(0, 0, 0);\">2 .)</span></font> <a title=\"embellish\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/embellish\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Embellish (v) </span></font></a><span style=\"color: rgb(0, 0, 0);\">:</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Make beautiful,to enhance<br /></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The dress was <span style=\"font-weight: bold;\">embellished</span> with beautiful stones.<br />2)</font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Girls like to <b>embellish</b> their dolls when they are little.<br /><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">3. )<font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></font></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Emaciate(v)</span></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Make thin and weak<br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.<br />2)Later a vet ,shot his badly <span style=\"font-weight: bold;\">emaciated </span>mom as she was too weak to survive.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">4 .)</font><a title=\"elicit\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/elicit\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Elicit (v)</font></a> <span style=\"color: rgb(0, 0, 0);\">:</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">To</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">draw</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">bring</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">out</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">forth,</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Educe,</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Evoke<br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new packaging is <span style=\"font-weight: bold;\">eliciting</span> mixed reactions from wine experts.<br />2)Under the electric light and effect was something superb, and the vociferous applause <span style=\"font-weight: bold;\">elicited </span>seemed well deserved.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">5 .)</font></font><a title=\"encomium\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/encomium\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)<span id=\"hotword\"> </span><span class=\"ital-inline\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">An</span> <span style=\"cursor: default; background-color: transparent; font-weight: bold;\" id=\"hotword\" name=\"hotword\">encomium</span> <span id=\"hotword\" name=\"hotword\">by</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">the</span> <span id=\"hotword\" name=\"hotword\">President</span> <span id=\"hotword\" name=\"hotword\">greeted</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">the</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">returning</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">hero.</span> <br />2)</span></span>In the paradoxical <span style=\"font-weight: bold;\">encomium</span>, however, he demonstrates that before God wholly different standards apply. </font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /></font><span style=\"color: rgb(102, 51, 0);\"></span><font size=\"4\">6.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/embezzle\"><span style=\"color: rgb(0, 51, 102);\">Embezzle(v)</span></a> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Use in a wrong way for one\'s own benefit</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I had <span style=\"font-weight: bold;\">embezzled</span> money at my store; I was lost else; I must have gone to jail.<br />2)She was recently arrested for <span style=\"font-weight: bold;\">embezzling</span> millions from the impoverished Bosnian state.</font><br style=\"color: rgb(102, 51, 0);\" /><br />7.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/engender\"><span style=\"color: rgb(0, 51, 102);\">Engender(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Cause,produce,give rise to</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1) Hatred <span style=\"font-weight: bold;\">engenders</span> violence. </span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Conditions for a war were <span style=\"font-weight: bold;\">engendering</span> in Europe. </span><br /></font><br />8.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/evince\"><span style=\"color: rgb(0, 51, 102);\">Evince(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">To show clearly,to indicate</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I\'ve read some books by African novelists and they portrayed a different place and<span style=\"font-weight: bold;\"> evinced</span> different attitudes.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)But as many as 68 percent of classical musicians also <span style=\"font-weight: bold;\">evinced</span> impairments.</span><br /></font><br />9.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/excoriate\"><span style=\"color: rgb(0, 51, 102);\">Excoriate(v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To flay,strip off the skin,to denounce sharply</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It encourages secure adhesion whilst simultaneously promoting healing in sore or <span style=\"font-weight: bold;\">excoriated</span> skin.<br />2)Here are images of flight, of <span style=\"font-weight: bold;\">excoriated</span> flesh, frustrated sex, the geometry of fear.</font><br /><br />10.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/exculpate\"><span style=\"color: rgb(0, 51, 102);\">Exculpate(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Free from blame</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which <span style=\"font-weight: bold;\">exculpated</span> the claimant.<br />2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally <span style=\"font-weight: bold;\">exculpating</span> their actions. </font><br /></font><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\"></span></font>\r\n <div class=\"entry collo\" style=\"color: rgb(102, 51, 0);\"><font size=\"2\"> </font></div></div> ',1284223837),(984,'b8afa618c93b13d3b33a26ed006c3a15','<p class=\"book_chapter_title\">Vocab Drill 16 (Letter \'E\')</p>\r\n<div class=\"MsoNormal\"> <font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">Please click on the word in case you need more information</font><br /><br />1.) <font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ebullience\" title=\"ebullience\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Ebullience <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Exuberance,outburst of feelings</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) His natural <span style=\"font-weight: bold;\">ebullience</span> began to return after he succeeded in the exams.<br />2.)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We wish her all the best and will miss her cheery smile and <span style=\"font-weight: bold;\">ebullient</span><span style=\"color: rgb(102, 51, 0);\"> </span>character.<br /><br /><br /><font size=\"3\"><span style=\"color: rgb(0, 0, 0);\">2 .)</span></font> <a href=\"http://dictionary.reference.com/browse/embellish\" target=\"_blank\" title=\"embellish\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Embellish (v) </span></font></a><span style=\"color: rgb(0, 0, 0);\">:</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Make beautiful,to enhance<br /></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The dress was <span style=\"font-weight: bold;\">embellished</span> with beautiful stones.<br />2)</font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Girls like to <b>embellish</b> their dolls when they are little.<br /><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">3. )<font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></font></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Emaciate(v)</span></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Make thin and weak<br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.<br />2)Later a vet ,shot his badly <span style=\"font-weight: bold;\">emaciated </span>mom as she was too weak to survive.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">4 .)</font><a href=\"http://dictionary.reference.com/browse/elicit\" target=\"_blank\" title=\"elicit\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Elicit (v)</font></a> <span style=\"color: rgb(0, 0, 0);\">:</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">To</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">draw</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">bring</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">out</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">forth,</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">Educe,</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">Evoke<br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new packaging is <span style=\"font-weight: bold;\">eliciting</span> mixed reactions from wine experts.<br />2)Under the electric light and effect was something superb, and the vociferous applause <span style=\"font-weight: bold;\">elicited </span>seemed well deserved.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\">5 .)</font></font><a href=\"http://dictionary.reference.com/browse/encomium\" target=\"_blank\" title=\"encomium\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)<span id=\"hotword\"> </span><span class=\"ital-inline\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">An</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-weight: bold;\">encomium</span> <span name=\"hotword\" id=\"hotword\">by</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span name=\"hotword\" id=\"hotword\">President</span> <span name=\"hotword\" id=\"hotword\">greeted</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">returning</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">hero.</span> <br />2)</span></span>In the paradoxical <span style=\"font-weight: bold;\">encomium</span>, however, he demonstrates that before God wholly different standards apply. </font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /></font><span style=\"color: rgb(102, 51, 0);\"></span><font size=\"4\">6.) <a href=\"http://dictionary.reference.com/browse/embezzle\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Embezzle(v)</span></a> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Use in a wrong way for one\'s own benefit</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I had <span style=\"font-weight: bold;\">embezzled</span> money at my store; I was lost else; I must have gone to jail.<br />2)She was recently arrested for <span style=\"font-weight: bold;\">embezzling</span> millions from the impoverished Bosnian state.</font><br style=\"color: rgb(102, 51, 0);\" /><br />7.) <a href=\"http://dictionary.reference.com/browse/engender\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Engender(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Cause,produce,give rise to</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1) Hatred <span style=\"font-weight: bold;\">engenders</span> violence. </span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Conditions for a war were <span style=\"font-weight: bold;\">engendering</span> in Europe. </span><br /></font><br />8.) <a href=\"http://dictionary.reference.com/browse/evince\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Evince(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">To show clearly,to indicate</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I\'ve read some books by African novelists and they portrayed a different place and<span style=\"font-weight: bold;\"> evinced</span> different attitudes.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)But as many as 68 percent of classical musicians also <span style=\"font-weight: bold;\">evinced</span> impairments.</span><br /></font><br />9.) <a href=\"http://dictionary.reference.com/browse/excoriate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Excoriate(v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To flay,strip off the skin,to denounce sharply</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It encourages secure adhesion whilst simultaneously promoting healing in sore or <span style=\"font-weight: bold;\">excoriated</span> skin.<br />2)Here are images of flight, of <span style=\"font-weight: bold;\">excoriated</span> flesh, frustrated sex, the geometry of fear.</font><br /><br />10.) <a href=\"http://dictionary.reference.com/browse/exculpate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exculpate(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Free from blame</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which <span style=\"font-weight: bold;\">exculpated</span> the claimant.<br />2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally <span style=\"font-weight: bold;\">exculpating</span> their actions. <br /><br /></font></font> <br /><font size=\"4\">11.)</font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">Edacious(<span style=\"font-style: italic;\">adj</span>)</font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Voracious,devouring,greedy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I became <span style=\"font-weight: bold;\">edacious</span> after seeing such a delight</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\">Effete</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Infertile,worn out,weak</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)You\'d have been too <span style=\"font-weight: bold;\">effete</span>, with your soft hands and Polo scent.<br />2)Emerging from it ,was a tall,rather <span style=\"font-weight: bold;\">effete</span> looking man dressed in a white tropical suite.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">13.) <span style=\"color: rgb(0, 51, 102);\">Effrontery</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Boldness,impudence,arrogance</font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)Taken aback by such</span><span style=\"text-decoration: underline;\"></span><span style=\"color: rgb(102, 51, 0);\"> <span style=\"font-weight: bold;\">effrontery</span> he allowed me to stay.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)He has the <span style=\"font-weight: bold;\">effrontery</span> to accuse Kant of barbarous jargo</span>n.<br /></font><br /><font size=\"4\">14.) <span style=\"color: rgb(0, 51, 102);\">Endearing(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Making dear or liked</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)She passed an <span style=\"font-weight: bold;\">endearing</span> smile to me.<br />2)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">He</span> <span style=\"cursor: default; background-color: transparent; font-weight: bold;\" id=\"hotword\" name=\"hotword\">endeared</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">himself</span> <span id=\"hotword\" name=\"hotword\">to</span> <span id=\"hotword\" name=\"hotword\">his</span> <span id=\"hotword\" name=\"hotword\">friends</span> <span id=\"hotword\" name=\"hotword\">with</span> <span id=\"hotword\" name=\"hotword\">his</span> <span id=\"hotword\" name=\"hotword\">gentle</span> </font><span id=\"hotword\" name=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">ways.</font><br /><br /><font size=\"4\">15.) </font></span></span></span><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium(<span style=\"font-style: italic;\">n</span>)</font>:<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">An</span> <span style=\"font-weight: bold;\" id=\"hotword\" name=\"hotword\">encomium</span> <span id=\"hotword\" name=\"hotword\">by</span> <span id=\"hotword\" name=\"hotword\">the</span> <span id=\"hotword\" name=\"hotword\">President</span> <span id=\"hotword\" name=\"hotword\">greeted</span> <span id=\"hotword\" name=\"hotword\">the</span> <span id=\"hotword\" name=\"hotword\">returning</span> </font><span id=\"hotword\" name=\"hotword\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">hero.</span><br /></font><br /></span></span></span> <br /><br /><font size=\"4\">16.)<span style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/eulogy\" style=\"color: rgb(0, 51, 102);\">Eulogy(</a></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span name=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" id=\"hotword\">High</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" id=\"hotword\">praise</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" id=\"hotword\">or</span><span style=\"font-style: italic;\"> </span></font><span name=\"hotword\" style=\"background-color: transparent; cursor: default;\" id=\"hotword\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold;\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold;\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/exorbitant\">Exorbitant</a></span><a href=\"http://www.moodle.org/0.16146683109369053\"> <span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold;\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold;\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">18.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/extenuate\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span> <span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold;\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold;\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/epicure\">Epicure(</a></span><a href=\"http://www.moodle.org/0.8291131326624142\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <a href=\"http://www.yourdictionary.com/abstemious\" class=\"ex\">abstemious</a> epicure.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">20.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/entreat\"><span style=\"color: rgb(0, 51, 102);\">Entreat(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I therefore <span style=\"font-weight: bold;\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold;\">entreated</span> God to spare us those things that scare us? </font>\r\n <div class=\"dndata\"><span id=\"hotword\"></span> </div> <br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\"></span></font>\r\n <div style=\"color: rgb(102, 51, 0);\" class=\"entry collo\"><font size=\"2\"> </font></div></div> ',1284224010),(985,'a3aac5d6bead7bc1b3c324a71700bda2','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p><div class=\"MsoNormal\"><font size=\"4\"><br />6.) <a href=\"http://dictionary.reference.com/browse/embezzle\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Embezzle(v)</span></a> :<font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">Use in a wrong way for one\'s own benefit</font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)I had <span style=\"font-weight: bold\">embezzled</span> money at my store; I was lost else; I must have gone to jail.<br />2)She was recently arrested for <span style=\"font-weight: bold\">embezzling</span> millions from the impoverished Bosnian state.</font><br style=\"color: rgb(102,51,0)\" /><br />7.) <a href=\"http://dictionary.reference.com/browse/engender\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Engender(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0,139,0)\">Cause,produce,give rise to</span></font><br /><font size=\"2\"><span style=\"color: rgb(102,51,0)\">1) Hatred <span style=\"font-weight: bold\">engenders</span> violence. </span><br style=\"color: rgb(102,51,0)\" /><span style=\"color: rgb(102,51,0)\">2)Conditions for a war were <span style=\"font-weight: bold\">engendering</span> in Europe. </span><br /></font><br />8.) <a href=\"http://dictionary.reference.com/browse/evince\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Evince(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0,139,0)\">To show clearly,to indicate</span></font><br /><font size=\"2\"><span style=\"color: rgb(102,51,0)\">1)I\'ve read some books by African novelists and they portrayed a different place and<span style=\"font-weight: bold\"> evinced</span> different attitudes.</span><br style=\"color: rgb(102,51,0)\" /><span style=\"color: rgb(102,51,0)\">2)But as many as 68 percent of classical musicians also <span style=\"font-weight: bold\">evinced</span> impairments.</span><br /></font><br />9.) <a href=\"http://dictionary.reference.com/browse/excoriate\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Excoriate(v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0,139,0)\">To flay,strip off the skin,to denounce sharply</font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1)It encourages secure adhesion whilst simultaneously promoting healing in sore or <span style=\"font-weight: bold\">excoriated</span> skin.<br />2)Here are images of flight, of <span style=\"font-weight: bold\">excoriated</span> flesh, frustrated sex, the geometry of fear.</font><br /><br />10.) <a href=\"http://dictionary.reference.com/browse/exculpate\" target=\"_blank\"><span style=\"color: rgb(0,51,102)\">Exculpate(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0,139,0)\">Free from blame</span></font><br /><font size=\"2\" style=\"color: rgb(102,51,0)\">1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which <span style=\"font-weight: bold\">exculpated</span> the claimant.<br />2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally <span style=\"font-weight: bold\">exculpating</span> their actions. </font><br /></font><font size=\"2\"><span style=\"color: rgb(102,51,0)\"></span></font> \r\n <div class=\"entry collo\" style=\"color: rgb(102,51,0)\"><font size=\"2\"></font></div></div>',1284223975),(986,'c32bf3d5695297b8958943bcef4b8b34','<p class=\"book_chapter_title\">Vocab Drill 16 (Letter \'E\')</p>\r\n<div class=\"MsoNormal\"> <font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">Please click on the word in case you need more information</font><br /><br /><font size=\"4\">1.)</font> <font size=\"4\"><a target=\"_blank\" title=\"ebullience\" href=\"http://dictionary.reference.com/browse/ebullience\"><span style=\"color: rgb(0, 51, 102);\">Ebullience <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Exuberance,outburst of feelings</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) His natural <span style=\"font-weight: bold;\">ebullience</span> began to return after he succeeded in the exams.<br />2.)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We wish her all the best and will miss her cheery smile and <span style=\"font-weight: bold;\">ebullient</span><span style=\"color: rgb(102, 51, 0);\"> </span>character.<br /><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">2 .)</span></font> <a title=\"embellish\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/embellish\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Embellish (v) </span></font></a><span style=\"color: rgb(0, 0, 0);\">:</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Make beautiful,to enhance<br /></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The dress was <span style=\"font-weight: bold;\">embellished</span> with beautiful stones.<br />2)</font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Girls like to <b>embellish</b> their dolls when they are little.<br /><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">3. )</font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></font></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Emaciate(v)</span></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Make thin and weak<br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.<br />2)Later a vet ,shot his badly <span style=\"font-weight: bold;\">emaciated </span>mom as she was too weak to survive.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">4 .)</font> </font><a title=\"elicit\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/elicit\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Elicit (v)</font></a> <span style=\"color: rgb(0, 0, 0);\">:</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">To</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">draw</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">bring</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">out</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">forth,</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Educe,</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Evoke<br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new packaging is <span style=\"font-weight: bold;\">eliciting</span> mixed reactions from wine experts.<br />2)Under the electric light and effect was something superb, and the vociferous applause <span style=\"font-weight: bold;\">elicited </span>seemed well deserved.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">5 .)</font> </font></font><a title=\"encomium\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/encomium\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)<span id=\"hotword\"> </span><span class=\"ital-inline\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">An</span> <span style=\"cursor: default; background-color: transparent; font-weight: bold;\" id=\"hotword\" name=\"hotword\">encomium</span> <span id=\"hotword\" name=\"hotword\">by</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">the</span> <span id=\"hotword\" name=\"hotword\">President</span> <span id=\"hotword\" name=\"hotword\">greeted</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">the</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">returning</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">hero.</span> <br />2)</span></span>In the paradoxical <span style=\"font-weight: bold;\">encomium</span>, however, he demonstrates that before God wholly different standards apply. </font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /></font><span style=\"color: rgb(102, 51, 0);\"></span><font size=\"4\">6.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/embezzle\"><span style=\"color: rgb(0, 51, 102);\">Embezzle(v)</span></a> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Use in a wrong way for one\'s own benefit</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I had <span style=\"font-weight: bold;\">embezzled</span> money at my store; I was lost else; I must have gone to jail.<br />2)She was recently arrested for <span style=\"font-weight: bold;\">embezzling</span> millions from the impoverished Bosnian state.</font><br style=\"color: rgb(102, 51, 0);\" /><br />7.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/engender\"><span style=\"color: rgb(0, 51, 102);\">Engender(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Cause,produce,give rise to</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1) Hatred <span style=\"font-weight: bold;\">engenders</span> violence. </span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Conditions for a war were <span style=\"font-weight: bold;\">engendering</span> in Europe. </span><br /></font><br />8.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/evince\"><span style=\"color: rgb(0, 51, 102);\">Evince(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">To show clearly,to indicate</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I\'ve read some books by African novelists and they portrayed a different place and<span style=\"font-weight: bold;\"> evinced</span> different attitudes.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)But as many as 68 percent of classical musicians also <span style=\"font-weight: bold;\">evinced</span> impairments.</span><br /></font><br />9.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/excoriate\"><span style=\"color: rgb(0, 51, 102);\">Excoriate(v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To flay,strip off the skin,to denounce sharply</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It encourages secure adhesion whilst simultaneously promoting healing in sore or <span style=\"font-weight: bold;\">excoriated</span> skin.<br />2)Here are images of flight, of <span style=\"font-weight: bold;\">excoriated</span> flesh, frustrated sex, the geometry of fear.</font><br /><br />10.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/exculpate\"><span style=\"color: rgb(0, 51, 102);\">Exculpate(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Free from blame</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which <span style=\"font-weight: bold;\">exculpated</span> the claimant.<br />2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally <span style=\"font-weight: bold;\">exculpating</span> their actions. <br /><br /></font></font> <font size=\"4\">11.)</font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">Edacious(<span style=\"font-style: italic;\">adj</span>)</font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Voracious,devouring,greedy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I became <span style=\"font-weight: bold;\">edacious</span> after seeing such a delight</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\">Effete</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Infertile,worn out,weak</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)You\'d have been too <span style=\"font-weight: bold;\">effete</span>, with your soft hands and Polo scent.<br />2)Emerging from it ,was a tall,rather <span style=\"font-weight: bold;\">effete</span> looking man dressed in a white tropical suite.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">13.) <span style=\"color: rgb(0, 51, 102);\">Effrontery</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Boldness,impudence,arrogance</font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)Taken aback by such</span><span style=\"text-decoration: underline;\"></span><span style=\"color: rgb(102, 51, 0);\"> <span style=\"font-weight: bold;\">effrontery</span> he allowed me to stay.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)He has the <span style=\"font-weight: bold;\">effrontery</span> to accuse Kant of barbarous jargo</span>n.<br /></font><br /><font size=\"4\">14.) <span style=\"color: rgb(0, 51, 102);\">Endearing(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Making dear or liked</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)She passed an <span style=\"font-weight: bold;\">endearing</span> smile to me.<br />2)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">He</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-weight: bold;\">endeared</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">himself</span> <span name=\"hotword\" id=\"hotword\">to</span> <span name=\"hotword\" id=\"hotword\">his</span> <span name=\"hotword\" id=\"hotword\">friends</span> <span name=\"hotword\" id=\"hotword\">with</span> <span name=\"hotword\" id=\"hotword\">his</span> <span name=\"hotword\" id=\"hotword\">gentle</span> </font><span name=\"hotword\" id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">ways.</font><br /><br /><font size=\"4\">15.) </font></span></span></span><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium(<span style=\"font-style: italic;\">n</span>)</font>:<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">An</span> <span name=\"hotword\" id=\"hotword\" style=\"font-weight: bold;\">encomium</span> <span name=\"hotword\" id=\"hotword\">by</span> <span name=\"hotword\" id=\"hotword\">the</span> <span name=\"hotword\" id=\"hotword\">President</span> <span name=\"hotword\" id=\"hotword\">greeted</span> <span name=\"hotword\" id=\"hotword\">the</span> <span name=\"hotword\" id=\"hotword\">returning</span> </font><span name=\"hotword\" id=\"hotword\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">hero.</span><br /></font><br /></span></span></span> <font size=\"4\">16.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/eulogy\" target=\"_blank\">Eulogy(</a></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" name=\"hotword\">High</span><span style=\"font-style: italic;\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" name=\"hotword\">praise</span><span style=\"font-style: italic;\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" name=\"hotword\">or</span><span style=\"font-style: italic;\"> </span></font><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold;\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold;\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/exorbitant\" target=\"_blank\">Exorbitant</a></span><a href=\"http://www.moodle.org/0.16146683109369053\"> <span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold;\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold;\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">18.) <a href=\"http://dictionary.reference.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span> <span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold;\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold;\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/epicure\" target=\"_blank\">Epicure(</a></span><a href=\"http://www.moodle.org/0.8291131326624142\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <a class=\"ex\" href=\"http://www.yourdictionary.com/abstemious\">abstemious</a> epicure.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">20.) <a href=\"http://dictionary.reference.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Entreat(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I therefore <span style=\"font-weight: bold;\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold;\">entreated</span> God to spare us those things that scare us?<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span> <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://dictionary.reference.com/browse/electic\" target=\"_blank\">Eclectic(<span style=\"font-style: italic;\">v</span>)</a> </span></font>:<font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Selective,composed of elements drawn from disparate sources</font><br />1)He had an eclectic taste in music, being able to appreciate a heavy metal song and a country music song equally.<br />2)They played an eclectic mix of music at the party.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">22.)</span><span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/efficacy\" target=\"_blank\">Efficacy<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></a></span> :</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Power to produce desired effect</font><br />1)Numerous studies have examined means of improving the efficacy of vaccines for the aged.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">23.)</span><span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/elegy\" target=\"_blank\">Elegy<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></a></span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Poem or song expressing lamentation</span></font><br />1)The film is a beautiful elegy on being different.<br />2)Nothing could be more suitable than this exquisite and heartfelt elegy.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">24.)</span> <a href=\"http://dictionary.reference.com/browse/empirical\" target=\"_blank\">Empirical(adj)</a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Based on experience</span></font><br />1)The empirical studies are likely to involve a panel data analysis based on a given data set.<br />2)His discovery was, as far as we can tell, entirely empirical: lots of trials and lots of errors led to it.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">25.)</span> <a href=\"http://dictionary.reference.com/browse/emulate\" target=\"_blank\">Emulate(v)</a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Imitate,rival</span></font><br />1)Hopefully your band can emulate the recent success of mine.<br />2)There will also be a whole host of newcomers who will be out to emulate the achievements of their predecessors of twelve months ago<br /></font>\r\n <div class=\"dndata\"><span id=\"hotword\"></span> </div> <br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\"></span></font>\r\n <div class=\"entry collo\" style=\"color: rgb(102, 51, 0);\"><font size=\"2\"> </font></div></div> ',1284224840),(987,'512aa1b81fc426e2e3816056c68fda14','<p class=\"book_chapter_title\">Vocab Drill 16 (Letter \'E\')</p>\r\n<div class=\"MsoNormal\"> <font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">Please click on the word in case you need more information</font><br /><br /><font size=\"4\">1.)</font> <font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ebullience\" title=\"ebullience\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Ebullience (<span style=\"font-style: italic;\">n</span>)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Exuberance,outburst of feelings</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) His natural <span style=\"font-weight: bold;\">ebullience</span> began to return after he succeeded in the exams.<br />2.)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We wish her all the best and will miss her cheery smile and <span style=\"font-weight: bold;\">ebullient</span><span style=\"color: rgb(102, 51, 0);\"> </span>character.<br /><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">2 .)</span></font> <a href=\"http://dictionary.reference.com/browse/embellish\" target=\"_blank\" title=\"embellish\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Embellish (v) </span></font></a><span style=\"color: rgb(0, 0, 0);\">:</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Make beautiful,to enhance<br /></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The dress was <span style=\"font-weight: bold;\">embellished</span> with beautiful stones.<br />2)</font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Girls like to <b>embellish</b> their dolls when they are little.<br /><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">3. )</font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></font></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Emaciate(v)</span></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Make thin and weak<br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.<br />2)Later a vet ,shot his badly <span style=\"font-weight: bold;\">emaciated </span>mom as she was too weak to survive.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">4 .)</font> </font><a href=\"http://dictionary.reference.com/browse/elicit\" target=\"_blank\" title=\"elicit\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Elicit (v)</font></a> <span style=\"color: rgb(0, 0, 0);\">:</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">To</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">draw</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">bring</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">out</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">forth,</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">Educe,</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">Evoke<br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new packaging is <span style=\"font-weight: bold;\">eliciting</span> mixed reactions from wine experts.<br />2)Under the electric light and effect was something superb, and the vociferous applause <span style=\"font-weight: bold;\">elicited </span>seemed well deserved.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">5 .)</font> </font></font><a href=\"http://dictionary.reference.com/browse/encomium\" target=\"_blank\" title=\"encomium\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium(<span style=\"font-style: italic;\">n</span>)</font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)<span id=\"hotword\"> </span><span class=\"ital-inline\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">An</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-weight: bold;\">encomium</span> <span name=\"hotword\" id=\"hotword\">by</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span name=\"hotword\" id=\"hotword\">President</span> <span name=\"hotword\" id=\"hotword\">greeted</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">returning</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">hero.</span> <br />2)</span></span>In the paradoxical <span style=\"font-weight: bold;\">encomium</span>, however, he demonstrates that before God wholly different standards apply. </font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /></font><span style=\"color: rgb(102, 51, 0);\"></span><font size=\"4\">6.) <a href=\"http://dictionary.reference.com/browse/embezzle\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Embezzle(v)</span></a> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Use in a wrong way for one\'s own benefit</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I had <span style=\"font-weight: bold;\">embezzled</span> money at my store; I was lost else; I must have gone to jail.<br />2)She was recently arrested for <span style=\"font-weight: bold;\">embezzling</span> millions from the impoverished Bosnian state.</font><br style=\"color: rgb(102, 51, 0);\" /><br />7.) <a href=\"http://dictionary.reference.com/browse/engender\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Engender(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Cause,produce,give rise to</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1) Hatred <span style=\"font-weight: bold;\">engenders</span> violence. </span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Conditions for a war were <span style=\"font-weight: bold;\">engendering</span> in Europe. </span><br /></font><br />8.) <a href=\"http://dictionary.reference.com/browse/evince\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Evince(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">To show clearly,to indicate</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I\'ve read some books by African novelists and they portrayed a different place and<span style=\"font-weight: bold;\"> evinced</span> different attitudes.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)But as many as 68 percent of classical musicians also <span style=\"font-weight: bold;\">evinced</span> impairments.</span><br /></font><br />9.) <a href=\"http://dictionary.reference.com/browse/excoriate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Excoriate(v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To flay,strip off the skin,to denounce sharply</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It encourages secure adhesion whilst simultaneously promoting healing in sore or <span style=\"font-weight: bold;\">excoriated</span> skin.<br />2)Here are images of flight, of <span style=\"font-weight: bold;\">excoriated</span> flesh, frustrated sex, the geometry of fear.</font><br /><br />10.) <a href=\"http://dictionary.reference.com/browse/exculpate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exculpate(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Free from blame</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which <span style=\"font-weight: bold;\">exculpated</span> the claimant.<br />2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally <span style=\"font-weight: bold;\">exculpating</span> their actions. <br /><br /></font></font> <font size=\"4\">11.)</font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">Edacious(<span style=\"font-style: italic;\">adj</span>)</font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Voracious,devouring,greedy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I became <span style=\"font-weight: bold;\">edacious</span> after seeing such a delight</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\">Effete</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Infertile,worn out,weak</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)You\'d have been too <span style=\"font-weight: bold;\">effete</span>, with your soft hands and Polo scent.<br />2)Emerging from it ,was a tall,rather <span style=\"font-weight: bold;\">effete</span> looking man dressed in a white tropical suite.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">13.) <span style=\"color: rgb(0, 51, 102);\">Effrontery</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Boldness,impudence,arrogance</font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)Taken aback by such</span><span style=\"text-decoration: underline;\"></span><span style=\"color: rgb(102, 51, 0);\"> <span style=\"font-weight: bold;\">effrontery</span> he allowed me to stay.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)He has the <span style=\"font-weight: bold;\">effrontery</span> to accuse Kant of barbarous jargo</span>n.<br /></font><br /><font size=\"4\">14.) <span style=\"color: rgb(0, 51, 102);\">Endearing(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Making dear or liked</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)She passed an <span style=\"font-weight: bold;\">endearing</span> smile to me.<br />2)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">He</span> <span style=\"cursor: default; background-color: transparent; font-weight: bold;\" id=\"hotword\" name=\"hotword\">endeared</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">himself</span> <span id=\"hotword\" name=\"hotword\">to</span> <span id=\"hotword\" name=\"hotword\">his</span> <span id=\"hotword\" name=\"hotword\">friends</span> <span id=\"hotword\" name=\"hotword\">with</span> <span id=\"hotword\" name=\"hotword\">his</span> <span id=\"hotword\" name=\"hotword\">gentle</span> </font><span id=\"hotword\" name=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">ways.</font><br /><br /><font size=\"4\">15.) </font></span></span></span><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium(<span style=\"font-style: italic;\">n</span>)</font>:<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">An</span> <span style=\"font-weight: bold;\" id=\"hotword\" name=\"hotword\">encomium</span> <span id=\"hotword\" name=\"hotword\">by</span> <span id=\"hotword\" name=\"hotword\">the</span> <span id=\"hotword\" name=\"hotword\">President</span> <span id=\"hotword\" name=\"hotword\">greeted</span> <span id=\"hotword\" name=\"hotword\">the</span> <span id=\"hotword\" name=\"hotword\">returning</span> </font><span id=\"hotword\" name=\"hotword\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">hero.</span><br /></font><br /></span></span></span> <font size=\"4\">16.)<span style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/eulogy\" style=\"color: rgb(0, 51, 102);\">Eulogy(</a></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span name=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" id=\"hotword\">High</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" id=\"hotword\">praise</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" id=\"hotword\">or</span><span style=\"font-style: italic;\"> </span></font><span name=\"hotword\" style=\"background-color: transparent; cursor: default;\" id=\"hotword\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold;\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold;\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/exorbitant\">Exorbitant</a></span><a href=\"http://www.moodle.org/0.16146683109369053\"> <span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold;\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold;\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">18.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/extenuate\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span> <span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold;\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold;\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/epicure\">Epicure(</a></span><a href=\"http://www.moodle.org/0.8291131326624142\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <a href=\"http://www.yourdictionary.com/abstemious\" class=\"ex\">abstemious</a> epicure.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">20.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/entreat\"><span style=\"color: rgb(0, 51, 102);\">Entreat(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I therefore <span style=\"font-weight: bold;\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold;\">entreated</span> God to spare us those things that scare us?<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span> <span style=\"color: rgb(0, 51, 102);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/electic\">Eclectic(<span style=\"font-style: italic;\">v</span>)</a> </span></font>:<font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Selective,composed of elements drawn from disparate sources</font><br />1)He had an eclectic taste in music, being able to appreciate a heavy metal song and a country music song equally.<br />2)They played an eclectic mix of music at the party.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">22.)</span><span style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/efficacy\">Efficacy(<span style=\"font-style: italic;\">n</span>)</a></span> :</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Power to produce desired effect</font><br />1)Numerous studies have examined means of improving the efficacy of vaccines for the aged.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">23.)</span><span style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/elegy\">Elegy(<span style=\"font-style: italic;\">n</span>)</a></span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Poem or song expressing lamentation</span></font><br />1)The film is a beautiful elegy on being different.<br />2)Nothing could be more suitable than this exquisite and heartfelt elegy.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">24.)</span> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/empirical\">Empirical(adj)</a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Based on experience</span></font><br />1)The empirical studies are likely to involve a panel data analysis based on a given data set.<br />2)His discovery was, as far as we can tell, entirely empirical: lots of trials and lots of errors led to it.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">25.)</span> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/emulate\">Emulate(v)</a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Imitate,rival</span></font><br />1)Hopefully your band can emulate the recent success of mine.<br />2)There will also be a whole host of newcomers who will be out to emulate the achievements of their predecessors of twelve months ago<br /></font>\r\n <div class=\"dndata\"><span id=\"hotword\"></span> </div> <br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\"></span></font>\r\n <div style=\"color: rgb(102, 51, 0);\" class=\"entry collo\"><font size=\"2\"> </font></div></div> ',1284225141),(988,'69fa77b8b48b43961e2643fbf08859fe','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: left;\"></div>\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.</span></span></font><br /></font></div><br /></div></div>',1284225037),(989,'8285a754fc5f0a01c008abdceec85a70','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: left;\"></div>\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div></div><br /></div></div>',1284225477),(990,'34afe78ac53b033536307be8f333d542','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: left;\"></div>\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /><br /></font><font size=\"4\" style=\"color: rgb(0, 0, 0);\">10.)Abrogate (v)</font><span style=\"color: rgb(0, 0, 0);\"> :</span><span style=\"font-style: italic;\"> </span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div></div></div><br /></div></div>',1284226225),(991,'baaadab7aed81744f50cea7ca29ebb6c','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p><br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div></div></div>',1284226642),(992,'a91a186d5f8cb98db97cf57e9f69b5ef','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)Abscond (v) :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /></div></div></div>',1284227460),(993,'86edb7d6570dcfc2a4dedcaebe6f940e','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /></div></div></div></div>',1284228453),(994,'6d671ebc91a64f82da86bee45dedc0cd','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><br /><br /><br /><br /></span></span></font><br /><br /><br /><br /></div></div></div></div></div>',1284228879),(995,'5a8e84c93ed1499bc9acdfbd8afdf2be','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><br /><br /><br /><br /></span></span></font><br /><br /><br /><br /></div></div></div></div></div>',1284229289),(996,'29106982fe6747122ddeb8993105e637','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><img src=\"file:///C:/Users/PRAGYA%7E1/AppData/Local/Temp/moz-screenshot.png\" /><img src=\"file:///C:/Users/PRAGYA%7E1/AppData/Local/Temp/moz-screenshot-1.png\" /><img src=\"file:///C:/Users/PRAGYA%7E1/AppData/Local/Temp/moz-screenshot-2.png\" /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: tahoma,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><br style=\"font-style: italic; color: rgb(0, 139, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> :</font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; background-color: transparent; cursor: default;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">To emphasis or prominence on, pronounce with an accent</span></font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"font-style: italic;\" /><br /><br /></div></div></div></div></div>',1284230611),(997,'32b424440c9da9ae94875cd134c1ca2d','<p class=\"book_chapter_title\">Vocab Drill 16 (Letter \'E\')</p>\r\n<div class=\"MsoNormal\"> <font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">Please click on the word in case you need more information</font><br /><br /><font size=\"4\">1.)</font> <font size=\"4\"><a target=\"_blank\" title=\"ebullience\" href=\"http://dictionary.reference.com/browse/ebullience\"><span style=\"color: rgb(0, 51, 102);\">Ebullience (<span style=\"font-style: italic;\">n</span>)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Exuberance,outburst of feelings</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) His natural <span style=\"font-weight: bold;\">ebullience</span> began to return after he succeeded in the exams.<br />2.)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We wish her all the best and will miss her cheery smile and <span style=\"font-weight: bold;\">ebullient</span><span style=\"color: rgb(102, 51, 0);\"> </span>character.<br /><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">2 .)</span></font> <a title=\"embellish\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/embellish\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Embellish (v) </span></font></a><span style=\"color: rgb(0, 0, 0);\">:</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Make beautiful,to enhance<br /></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The dress was <span style=\"font-weight: bold;\">embellished</span> with beautiful stones.<br />2)</font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Girls like to <b>embellish</b> their dolls when they are little.<br /><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">3. )</font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></font></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Emaciate(v)</span></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Make thin and weak<br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.<br />2)Later a vet ,shot his badly <span style=\"font-weight: bold;\">emaciated </span>mom as she was too weak to survive.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">4 .)</font> </font><a title=\"elicit\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/elicit\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Elicit (v)</font></a> <span style=\"color: rgb(0, 0, 0);\">:</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">To</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">draw</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">bring</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">out</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">forth,</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Educe,</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Evoke<br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new packaging is <span style=\"font-weight: bold;\">eliciting</span> mixed reactions from wine experts.<br />2)Under the electric light and effect was something superb, and the vociferous applause <span style=\"font-weight: bold;\">elicited </span>seemed well deserved.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">5 .)</font> </font></font><a title=\"encomium\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/encomium\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium(<span style=\"font-style: italic;\">n</span>)</font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)<span id=\"hotword\"> </span><span class=\"ital-inline\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">An</span> <span style=\"cursor: default; background-color: transparent; font-weight: bold;\" id=\"hotword\" name=\"hotword\">encomium</span> <span id=\"hotword\" name=\"hotword\">by</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">the</span> <span id=\"hotword\" name=\"hotword\">President</span> <span id=\"hotword\" name=\"hotword\">greeted</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">the</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">returning</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">hero.</span> <br />2)</span></span>In the paradoxical <span style=\"font-weight: bold;\">encomium</span>, however, he demonstrates that before God wholly different standards apply. </font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /></font><span style=\"color: rgb(102, 51, 0);\"></span><font size=\"4\">6.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/embezzle\"><span style=\"color: rgb(0, 51, 102);\">Embezzle(v)</span></a> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Use in a wrong way for one\'s own benefit</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I had <span style=\"font-weight: bold;\">embezzled</span> money at my store; I was lost else; I must have gone to jail.<br />2)She was recently arrested for <span style=\"font-weight: bold;\">embezzling</span> millions from the impoverished Bosnian state.</font><br style=\"color: rgb(102, 51, 0);\" /><br />7.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/engender\"><span style=\"color: rgb(0, 51, 102);\">Engender(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Cause,produce,give rise to</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1) Hatred <span style=\"font-weight: bold;\">engenders</span> violence. </span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Conditions for a war were <span style=\"font-weight: bold;\">engendering</span> in Europe. </span><br /></font><br />8.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/evince\"><span style=\"color: rgb(0, 51, 102);\">Evince(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">To show clearly,to indicate</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I\'ve read some books by African novelists and they portrayed a different place and<span style=\"font-weight: bold;\"> evinced</span> different attitudes.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)But as many as 68 percent of classical musicians also <span style=\"font-weight: bold;\">evinced</span> impairments.</span><br /></font><br />9.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/excoriate\"><span style=\"color: rgb(0, 51, 102);\">Excoriate(v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To flay,strip off the skin,to denounce sharply</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It encourages secure adhesion whilst simultaneously promoting healing in sore or <span style=\"font-weight: bold;\">excoriated</span> skin.<br />2)Here are images of flight, of <span style=\"font-weight: bold;\">excoriated</span> flesh, frustrated sex, the geometry of fear.</font><br /><br />10.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/exculpate\"><span style=\"color: rgb(0, 51, 102);\">Exculpate(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Free from blame</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which <span style=\"font-weight: bold;\">exculpated</span> the claimant.<br />2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally <span style=\"font-weight: bold;\">exculpating</span> their actions. <br /><br /></font></font> <font size=\"4\">11.)</font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">Edacious(<span style=\"font-style: italic;\">adj</span>)</font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Voracious,devouring,greedy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I became <span style=\"font-weight: bold;\">edacious</span> after seeing such a delight</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\">Effete</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Infertile,worn out,weak</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)You\'d have been too <span style=\"font-weight: bold;\">effete</span>, with your soft hands and Polo scent.<br />2)Emerging from it ,was a tall,rather <span style=\"font-weight: bold;\">effete</span> looking man dressed in a white tropical suite.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">13.) <span style=\"color: rgb(0, 51, 102);\">Effrontery</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Boldness,impudence,arrogance</font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)Taken aback by such</span><span style=\"text-decoration: underline;\"></span><span style=\"color: rgb(102, 51, 0);\"> <span style=\"font-weight: bold;\">effrontery</span> he allowed me to stay.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)He has the <span style=\"font-weight: bold;\">effrontery</span> to accuse Kant of barbarous jargo</span>n.<br /></font><br /><font size=\"4\">14.) <span style=\"color: rgb(0, 51, 102);\">Endearing(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Making dear or liked</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)She passed an <span style=\"font-weight: bold;\">endearing</span> smile to me.<br />2)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">He</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-weight: bold;\">endeared</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">himself</span> <span name=\"hotword\" id=\"hotword\">to</span> <span name=\"hotword\" id=\"hotword\">his</span> <span name=\"hotword\" id=\"hotword\">friends</span> <span name=\"hotword\" id=\"hotword\">with</span> <span name=\"hotword\" id=\"hotword\">his</span> <span name=\"hotword\" id=\"hotword\">gentle</span> </font><span name=\"hotword\" id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">ways.</font><br /><br /><font size=\"4\">15.) </font></span></span></span><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium(<span style=\"font-style: italic;\">n</span>)</font>:<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">An</span> <span name=\"hotword\" id=\"hotword\" style=\"font-weight: bold;\">encomium</span> <span name=\"hotword\" id=\"hotword\">by</span> <span name=\"hotword\" id=\"hotword\">the</span> <span name=\"hotword\" id=\"hotword\">President</span> <span name=\"hotword\" id=\"hotword\">greeted</span> <span name=\"hotword\" id=\"hotword\">the</span> <span name=\"hotword\" id=\"hotword\">returning</span> </font><span name=\"hotword\" id=\"hotword\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">hero.</span><br /></font><br /></span></span></span> <font size=\"4\">16.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/eulogy\" target=\"_blank\">Eulogy(</a></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" name=\"hotword\">High</span><span style=\"font-style: italic;\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" name=\"hotword\">praise</span><span style=\"font-style: italic;\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" name=\"hotword\">or</span><span style=\"font-style: italic;\"> </span></font><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold;\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold;\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/exorbitant\" target=\"_blank\">Exorbitant</a></span><a href=\"http://www.moodle.org/0.16146683109369053\"> <span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold;\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold;\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">18.) <a href=\"http://dictionary.reference.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span> <span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold;\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold;\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/epicure\" target=\"_blank\">Epicure(</a></span><a href=\"http://www.moodle.org/0.8291131326624142\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <a class=\"ex\" href=\"http://www.yourdictionary.com/abstemious\">abstemious</a> epicure.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">20.) <a href=\"http://dictionary.reference.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Entreat(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I therefore <span style=\"font-weight: bold;\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold;\">entreated</span> God to spare us those things that scare us?<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span> <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://dictionary.reference.com/browse/electic\" target=\"_blank\">Eclectic(<span style=\"font-style: italic;\">v</span>)</a> </span></font>:<font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Selective,composed of elements drawn from disparate sources</font><br />1)He had an eclectic taste in music, being able to appreciate a heavy metal song and a country music song equally.<br />2)They played an eclectic mix of music at the party.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">22.)</span><span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/efficacy\" target=\"_blank\">Efficacy(<span style=\"font-style: italic;\">n</span>)</a></span> :</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Power to produce desired effect</font><br />1)Numerous studies have examined means of improving the efficacy of vaccines for the aged.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">23.)</span><span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/elegy\" target=\"_blank\">Elegy(<span style=\"font-style: italic;\">n</span>)</a></span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Poem or song expressing lamentation</span></font><br />1)The film is a beautiful elegy on being different.<br />2)Nothing could be more suitable than this exquisite and heartfelt elegy.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">24.)</span> <a href=\"http://dictionary.reference.com/browse/empirical\" target=\"_blank\">Empirical(adj)</a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Based on experience</span></font><br />1)The empirical studies are likely to involve a panel data analysis based on a given data set.<br />2)His discovery was, as far as we can tell, entirely empirical: lots of trials and lots of errors led to it.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">25.)</span> <a href=\"http://dictionary.reference.com/browse/emulate\" target=\"_blank\">Emulate(v)</a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Imitate,rival</span></font><br />1)Hopefully your band can emulate the recent success of mine.<br />2)There will also be a whole host of newcomers who will be out to emulate the achievements of their predecessors of twelve months ago<br /></font>\r\n <div class=\"dndata\"><span id=\"hotword\"></span> </div> <br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\"></span></font>\r\n <div class=\"entry collo\" style=\"color: rgb(102, 51, 0);\"><font size=\"2\"> </font></div></div> ',1284266144),(998,'35a18f4d497d05c7efb56205512197ce','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: tahoma,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><br style=\"font-style: italic; color: rgb(0, 139, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> :</font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; background-color: transparent; cursor: default;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">To emphasis or prominence on, pronounce with an accent</span></font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"font-style: italic;\" /><br /><br /></div></div></div></div></div>',1284231304),(999,'a65b3dc7ff5c06a2e5a50071be930a78','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: tahoma,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><br style=\"font-style: italic; color: rgb(0, 139, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> :</font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; background-color: transparent; cursor: default;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">To emphasis or prominence on, pronounce with an accent</span></font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)Acclaimed (v) :</span> </font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><br />19.)<br style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><br /><br /></div></div></div></div></div>',1284232106),(1000,'638227fe4931ec175513811e6bebba9a','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p><br /><br />26.)Endemic(adj) :Prevailing among a specific group of people or in a specific area or country<br />1)Diseases that had been epidemic became endemic in urban centers.<br />2)The endemic corruption associated with drug money is nothing new here.<br />3)The malaria endemic in Africa is a more dangerous strain than that in Asia.<br /><br />27.)Enervate(v) :Weaken<br />1)Perhaps it was the enervating heat of the afternoon, perhaps the soporific effect of the bathing session, or maybe something else entirely.<br />2)I have felt the enervating effects, upon the mind ,of reading in succession ,several works of the lighter class.<br /><br />28.)Enhance(v) :Increase,improve<br />1)We can research, write, edit and manage your content to preserve its informative value and enhance the effectiveness of your site.<br />2)This provision is designed to support and enhance existing behavioral policies within schools.<br /><br />29.)Ephemeral(adj):Short-live,;fleeting<br />1)Yet it\'s often the ephemeral moments which are the most precious 20 years on.<br />2)Possibly the greatest risk however lies in the ephemeral nature of the public\'s interest.<br /><br />30.)Equanimity<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> :Calmness of temperament,composure<br />1)The person who has reached the state of perfection has equanimity toward the vicissitudes of life.<br />2)The purpose of meditation is to clear one\'s mind and to develop cognitive equanimity.<br /><br />31.)Equivocate(v) :Iie,mislead; attempt to conceal the truth<br />1)When asked directly for his position on disarmament, the candidate only equivocated.<br /><br />32.)Erudite(adj) :Learned,scholarly<br />1)It goes way beyond what even the most erudite scholar could possibly have known about in its entirety.<br />2)They tend to opt for very erudite books which some of us find unreadable.<br /><br />33.)Esoteric(adj) :Hard to understand,known only to the chosen few,<br />private, secret, confidential.<br />1)The purpose of these transformations will sound a bit esoteric at the moment.<br />2)On that note, I suppose you could say I do not agree with all of her esoteric philosophy.<br /><br />34.)Euphemism<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /> :Mild expression in place of an unpleasant one<br />1)We are too polite, preferring euphemisms or tactful skepticism.<br />2)In Autumn it appears that we have a new euphemism, " feeling a bit tired " .<br />3)Being treated \' like a girl \' is a common euphemism for not being taken seriously.<br /><br />35.)Exacerbate(v):Worsen,embitter<br />1)They also believe these policies prevent willing and healthy members of the community from giving blood and exacerbate the current blood shortage.<br />2)Ozone - An irritant to the throat eyes and lungs, which will exacerbate asthma, allergy and bronchial conditions.<br /><br />',1284232384),(1001,'76607531e3b9a5c5f72d5c5949b34a8a','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: tahoma,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><br style=\"font-style: italic; color: rgb(0, 139, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> :</font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; background-color: transparent; cursor: default;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">To emphasis or prominence on, pronounce with an accent</span></font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)Acclaimed (v) :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)Accolade (<span style=\"font-style: italic;\">n</span>) :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.</span></span></font></div></div>\r\n <div style=\"text-align: left;\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><br /></div></div></div></div></div>',1284232765),(1002,'3ac37cfbdbb70c58968d00dfc4446853','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: tahoma,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><br style=\"font-style: italic; color: rgb(0, 139, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> :</font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; background-color: transparent; cursor: default;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">To emphasis or prominence on, pronounce with an accent</span></font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a href=\"http://dictionary.reference.com/browse/acclaimed\" target=\"_blank\" title=\"Acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a href=\"http://dictionary.reference.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.</span></span></font></div></div>\r\n <div style=\"text-align: left;\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><br /></div></div></div></div></div>',1284233628),(1003,'72f57dccb42763cf7cce286911f9ccd9','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p> <br /><br /><font size=\"4\">26.) <a href=\"http://dictionary.reference.com/browse/endemic\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Endemic(adj)</span></a></font> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Prevailing among a specific group of people or in a specific area or country</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Diseases that had been epidemic became endemic in urban centers.<br />2)The endemic corruption associated with drug money is nothing new here.<br />3)The malaria endemic in Africa is a more dangerous strain than that in Asia.</font><br /><br /><font size=\"4\">27.) <a href=\"http://dictionary.reference.com/browse/enervate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Enervate(v)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Weaken</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Perhaps it was the enervating heat of the afternoon, perhaps the soporific effect of the bathing session, or maybe something else entirely.<br />2)I have felt the enervating effects, upon the mind ,of reading in succession ,several works of the lighter class.</font><br /><br /><font size=\"4\">28.) <a href=\"http://dictionary.reference.com/browse/enhance\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Enhance(v)</span></a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Increase,improve</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can research, write, edit and manage your content to preserve its informative value and enhance the effectiveness of your site.<br />2)This provision is designed to support and enhance existing behavioral policies within schools.<br /></font><br />29.) <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://dictionary.reference.com/browse/ephemeral\" target=\"_blank\">Ephemeral(adj)</a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Short-live,;fleeting</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Yet it\'s often the ephemeral moments which are the most precious 20 years on.<br />2)Possibly the greatest risk however lies in the ephemeral nature of the public\'s interest.<br /></font><font size=\"4\"><br />30.) <a href=\"http://dictionary.reference.com/browse/equanimity\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Equanimity<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Calmness of temperament,composure</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The person who has reached the state of perfection has equanimity toward the vicissitudes of life.<br />2)The purpose of meditation is to clear one\'s mind and to develop cognitive equanimity.</font><br /><br /><font size=\"4\">31.) <a href=\"http://dictionary.reference.com/browse/equivocate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Equivocate(v)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Lie,mislead,attempt to conceal the truth</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)When asked directly for his position on disarmament, the candidate only equivocated.</font><br /><br /><font size=\"4\">32.) <a href=\"http://dictionary.reference.com/browse/erudite\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Erudite(adj)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Learned,scholarly</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It goes way beyond what even the most erudite scholar could possibly have known about in its entirety.<br />2)They tend to opt for very erudite books which some of us find unreadable.</font><br /><br /><font size=\"4\">33.) <a href=\"http://dictionary.reference.com/browse/esoteric\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Esoteric(adj)</span></a></font> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Hard to understand,known only to the chosen few,<br />private, secret, confidential.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The purpose of these transformations will sound a bit esoteric at the moment.<br />2)On that note, I suppose you could say I do not agree with all of her esoteric philosophy.</font><br /><br /><font size=\"4\">34.) <a href=\"http://dictionary.reference.com/browse/euphemism\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Euphemism<img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></span></a></font> :<span style=\"font-style: italic; color: rgb(0, 139, 0);\"> Mild expression in place of an unpleasant one</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We are too polite, preferring euphemisms or tactful skepticism.<br />2)In Autumn it appears that we have a new euphemism, " feeling a bit tired " .<br />3)Being treated \' like a girl \' is a common euphemism for not being taken seriously.</font><br /><br /><font size=\"4\">35.)<a href=\"http://dictionary.reference.com/browse/exacerbate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exacerbate(v)</span></a></font>:<span style=\"font-style: italic; color: rgb(0, 139, 0);\">Worsen,embitter</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)They also believe these policies prevent willing and healthy members of the community from giving blood and exacerbate the current blood shortage.<br />2)Ozone - An irritant to the throat eyes and lungs, which will exacerbate asthma, allergy and bronchial conditions.</font><br /><br />',1284235515),(1004,'998a6675da578039279593e769b4871c','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: tahoma,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><br style=\"font-style: italic; color: rgb(0, 139, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> :</font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; background-color: transparent; cursor: default;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">To emphasis or prominence on, pronounce with an accent</span></font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Acclaimed\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Accolade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a href=\"http://dictionary.reference.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font></div></div>\r\n <div style=\"text-align: left;\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><br /></div></div></div></div></div>',1284235588); INSERT INTO `mdl_cache_text` VALUES (1005,'1710dcf1f49d2f91072752b122cab0d2','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: tahoma,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><br style=\"font-style: italic; color: rgb(0, 139, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> :</font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; background-color: transparent; cursor: default;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">To emphasis or prominence on, pronounce with an accent</span></font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a href=\"http://dictionary.reference.com/browse/acclaimed\" target=\"_blank\" title=\"Acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a href=\"http://dictionary.reference.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a title=\"Accretion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left;\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div> <font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font><br /></div><br /></div></div></div></div></div>',1284235740),(1006,'b7193d051f55fcbe72777b5b9f8c2db7','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p> <br /><br /><font size=\"4\">26.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/endemic\"><span style=\"color: rgb(0, 51, 102);\">Endemic(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Prevailing among a specific group of people or in a specific area or country</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Diseases that had been epidemic became <span style=\"font-weight: bold;\">endemic</span> in urban centers.<br />2)The <span style=\"font-weight: bold;\">endemic</span> corruption associated with drug money is nothing new here.<br />3)The malaria <span style=\"font-weight: bold;\">endemic</span> in Africa is a more dangerous strain than that in Asia.</font><br /><br /><font size=\"4\">27.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/enervate\"><span style=\"color: rgb(0, 51, 102);\">Enervate(<span style=\"font-style: italic;\">v</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Weaken</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Perhaps it was the <span style=\"font-weight: bold;\">enervating</span> heat of the afternoon, perhaps the soporific effect of the bathing session, or maybe something else entirely.<br />2)I have felt the <span style=\"font-weight: bold;\">enervating</span> effects, upon the mind ,of reading in succession ,several works of the lighter class.</font><br /><br /><font size=\"4\">28.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/enhance\"><span style=\"color: rgb(0, 51, 102);\">Enhance(<span style=\"font-style: italic;\">v</span>)</span></a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Increase,improve</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can research, write, edit and manage your content to preserve its informative value and <span style=\"font-weight: bold;\">enhance</span> the effectiveness of your site.<br />2)This provision is designed to support and <span style=\"font-weight: bold;\">enhance</span> existing behavioral policies within schools.<br /></font><br />29.) <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/ephemeral\">Ephemeral(<span style=\"font-style: italic;\">adj</span>)</a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Short-live,;fleeting</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Yet it\'s often the <span style=\"font-weight: bold;\">ephemeral</span> moments which are the most precious 20 years on.<br />2)Possibly the greatest risk however lies in the <span style=\"font-weight: bold;\">ephemeral</span> nature of the public\'s interest.<br /></font><font size=\"4\"><br />30.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/equanimity\"><span style=\"color: rgb(0, 51, 102);\">Equanimity(<span style=\"font-style: italic;\">n</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Calmness of temperament,composure</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The person who has reached the state of perfection has <span style=\"font-weight: bold;\">equanimity</span> toward the vicissitudes of life.<br />2)The purpose of meditation is to clear one\'s mind and to develop cognitive <span style=\"font-weight: bold;\">equanimity</span>.</font><br /><br /><font size=\"4\">31.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/equivocate\"><span style=\"color: rgb(0, 51, 102);\">Equivocate(<span style=\"font-style: italic;\">v</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Lie,mislead,attempt to conceal the truth</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)When asked directly for his position on disarmament, the candidate only <span style=\"font-weight: bold;\">equivocated</span>.</font><br /><br /><font size=\"4\">32.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/erudite\"><span style=\"color: rgb(0, 51, 102);\">Erudite(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Learned,scholarly</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It goes way beyond what even the most <span style=\"font-weight: bold;\">erudite</span> scholar could possibly have known about in its entirety.<br />2)They tend to opt for very <span style=\"font-weight: bold;\">erudite</span> books which some of us find unreadable.</font><br /><br /><font size=\"4\">33.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/esoteric\"><span style=\"color: rgb(0, 51, 102);\">Esoteric(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Hard to understand,known only to the chosen few,<br />private, secret, confidential.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The purpose of these transformations will sound a bit <span style=\"font-weight: bold;\">esoteric</span> at the moment.<br />2)On that note, I suppose you could say I do not agree with all of her <span style=\"font-weight: bold;\">esoteric</span> philosophy.</font><br /><br /><font size=\"4\">34.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/euphemism\"><span style=\"color: rgb(0, 51, 102);\">Euphemism(<span style=\"font-style: italic;\">n</span>)</span></a></font> :<span style=\"font-style: italic; color: rgb(0, 139, 0);\"> Mild expression in place of an unpleasant one</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We are too polite, preferring <span style=\"font-weight: bold;\">euphemisms</span> or tactful skepticism.<br />2)In Autumn it appears that we have a new <span style=\"font-weight: bold;\">euphemism</span>, " feeling a bit tired " .<br />3)Being treated \' like a girl \' is a common euphemism for not being taken seriously.</font><br /><br /><font size=\"4\">35.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/exacerbate\"><span style=\"color: rgb(0, 51, 102);\">Exacerbate(<span style=\"font-style: italic;\">v</span>)</span></a></font>:<span style=\"font-style: italic; color: rgb(0, 139, 0);\">Worsen,embitter</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)They also believe these policies prevent willing and healthy members of the community from giving blood and <span style=\"font-weight: bold;\">exacerbate</span> the current blood shortage.<br />2)Ozone - An irritant to the throat eyes and lungs, which will <span style=\"font-weight: bold;\">exacerbate</span> asthma, allergy and bronchial conditions.</font><br /><br />',1284265955),(1007,'297ff71c590d65f31a77a67544ff3f80','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: tahoma,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><br style=\"font-style: italic; color: rgb(0, 139, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> :</font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; background-color: transparent; cursor: default;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">To emphasis or prominence on, pronounce with an accent</span></font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Acclaimed\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Accolade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a href=\"http://dictionary.reference.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a href=\"http://dictionary.reference.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><br /><br /></span></span></font></div></div><br /></div></div></div></div></div>',1284236905),(1008,'5c89d75b33814a5b871f77d987e95691','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: tahoma,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><br style=\"font-style: italic; color: rgb(0, 139, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> :</font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; background-color: transparent; cursor: default;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">To emphasis or prominence on, pronounce with an accent</span></font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a href=\"http://dictionary.reference.com/browse/acclaimed\" target=\"_blank\" title=\"Acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a href=\"http://dictionary.reference.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a title=\"Accretion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a title=\"Acquisition\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">22.)<a href=\"http://dictionary.reference.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /><br /></span></span></div></div></div></div></div></div></div></div>',1284237314),(1009,'e78e9f0f9f2147bb7e4408248265ff8d','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: tahoma,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><br style=\"font-style: italic; color: rgb(0, 139, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> :</font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; background-color: transparent; cursor: default;\"></span><span class=\"Apple-converted-space\"></span><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">To emphasis or prominence on, pronounce with an accent</span></font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Acclaimed\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Accolade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a href=\"http://dictionary.reference.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a href=\"http://dictionary.reference.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">22.)<a title=\"Adamant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a href=\"http://dictionary.reference.com/browse/adhere\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><br /></span></span></div></div></div></div></div></div></div></div>',1284237582),(1010,'82bc4319d9bb8b9f012eb167953ab0bd','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Findon and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> </span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbing, scraping, wearing off</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority, to put aside, put an end to</font><br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(0, 139, 0);\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: tahoma,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><br style=\"font-style: italic; color: rgb(0, 139, 0);\" /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> :</font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; background-color: transparent; cursor: default;\" name=\"hotword\" id=\"hotword\"></span><span class=\"Apple-converted-space\"></span><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">To emphasis or prominence on, pronounce with an accent</span></font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a href=\"http://dictionary.reference.com/browse/acclaimed\" target=\"_blank\" title=\"Acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a href=\"http://dictionary.reference.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a title=\"Accretion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a title=\"Acquisition\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">22.)<a href=\"http://dictionary.reference.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a title=\"Adhere\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />24.)<a href=\"http://dictionary.reference.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a href=\"http://dictionary.reference.com/browse/adjacent\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font></div></div></div></div></div></div></div></div></div>',1284238284),(1011,'aef997bc4a719cd1c2a1346b05a4c802','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.)<a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Acclaimed\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Accolade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a href=\"http://dictionary.reference.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a href=\"http://dictionary.reference.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">22.)<a title=\"Adamant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a href=\"http://dictionary.reference.com/browse/adhere\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />24.)<a title=\"Adhesion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a title=\"Adjacent\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font><br /></div></div></div></div></div></div></div></div></div>',1284238713),(1012,'3b8c58648e394b36c6c77343cfc3d218','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">TO remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a href=\"http://dictionary.reference.com/browse/acclaimed\" target=\"_blank\" title=\"Acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a href=\"http://dictionary.reference.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a title=\"Accretion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a title=\"Acquisition\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">22.)<a href=\"http://dictionary.reference.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a title=\"Adhere\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />24.)<a href=\"http://dictionary.reference.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a href=\"http://dictionary.reference.com/browse/adjacent\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font><br /></div></div></div></div></div></div></div></div></div>',1284238763),(1013,'46db0984d7b9cb6983eed92bc4e1aaf8','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Acclaimed\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Accolade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a href=\"http://dictionary.reference.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a href=\"http://dictionary.reference.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">22.)<a title=\"Adamant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a href=\"http://dictionary.reference.com/browse/adhere\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />24.)<a title=\"Adhesion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a title=\"Adjacent\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font><br /></div></div></div></div></div></div></div></div></div>',1284241060),(1014,'417689a01f7ff1159b5c15fb1a9e24c6','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><br />\r\n <div style=\"text-align: right;\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a href=\"http://dictionary.reference.com/browse/acclaimed\" target=\"_blank\" title=\"Acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a href=\"http://dictionary.reference.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a title=\"Accretion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a title=\"Acquisition\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">22.)<a href=\"http://dictionary.reference.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a title=\"Adhere\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />24.)<a href=\"http://dictionary.reference.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a href=\"http://dictionary.reference.com/browse/adjacent\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font><br /></div></div></div></div></div></div></div></div></div>',1284246865),(1015,'120b0e51a0b1bcf72244b5eadf4f0832','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> : <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)To renounce or give up (office or dignity)</font><span style=\"color: rgb(0, 139, 0);\"> ; </span></font><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"><br /></span></font>\r\n <div style=\"text-align: center;\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">2)To surrender or repudiate (a right , responsibility etc.)</span></font><br style=\"color: rgb(0, 139, 0);\" /></div></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Acclaimed\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Accolade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a href=\"http://dictionary.reference.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a href=\"http://dictionary.reference.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">22.)<a title=\"Adamant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a href=\"http://dictionary.reference.com/browse/adhere\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />24.)<a title=\"Adhesion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a title=\"Adjacent\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font><br /></div></div></div></div></div></div></div></div></div>',1284246917),(1016,'dabb00dcb9d0b9e0609b9748d9117b48','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">To renounce, give up, repudiate (dignity or responsibility)</font><span style=\"color: rgb(0, 139, 0);\"></span></font><br /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font></div><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!</span></span></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><br style=\"color: rgb(0, 0, 0);\" /><span style=\"color: rgb(0, 0, 0);\">18.)<a href=\"http://dictionary.reference.com/browse/acclaimed\" target=\"_blank\" title=\"Acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a href=\"http://dictionary.reference.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a title=\"Accretion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a title=\"Acquisition\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">22.)<a href=\"http://dictionary.reference.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a title=\"Adhere\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />24.)<a href=\"http://dictionary.reference.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a href=\"http://dictionary.reference.com/browse/adjacent\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font><br /></div></div></div></div></div></div></div></div></div>',1284247076),(1017,'e8c5c987f50313b189a01c9371390b3d','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">To renounce, give up, repudiate (dignity or responsibility)</font><span style=\"color: rgb(0, 139, 0);\"></span></font><br /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\">7.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!<br /><br /></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Acclaimed\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Accolade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a href=\"http://dictionary.reference.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a href=\"http://dictionary.reference.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />22.)<a title=\"Adamant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a href=\"http://dictionary.reference.com/browse/adhere\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)<a title=\"Adhesion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a title=\"Adjacent\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font><br /></div></div></div></div></div></div></div></div></div>',1284262068),(1018,'89bef2e9cba6762bea1726b6fa253552','<p class=\"book_chapter_title\">Antonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /></div><br />1.) <a title=\"Abate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abate\"><span style=\"color: rgb(0, 51, 102);\">Abate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">increase, intensify, extend</span><br /> 2.) <a title=\"Abdicate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abdicate\"><span style=\"color: rgb(0, 51, 102);\">Abdicate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">assert, assume, challenge, claim</span><br />3.) <a title=\"Abeyance\" target=\"_blank\" href=\"http://thesaurus.com/browse/abeyance\"><span style=\"color: rgb(0, 51, 102);\">Abeyance </span></a>: <span style=\"color: rgb(0, 139, 0);\">action, activity, revival</span><br />4.) <a title=\"Abhor\" target=\"_blank\" href=\"http://thesaurus.com/browse/abhor\"><span style=\"color: rgb(0, 51, 102);\">Abhor </span></a>: <span style=\"color: rgb(0, 139, 0);\">admire, adore, cherish</span><br />5.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abide\" target=\"_blank\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\">Abide </a>: <span style=\"color: rgb(0, 139, 0);\">despise, dispute, pass, quit</span><br />6.) <a href=\"http://thesaurus.com/browse/Abjure\" target=\"_blank\" title=\"Abjure\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\"></span><br />7.) <a href=\"http://thesaurus.com/browse/Abrade\" target=\"_blank\" title=\"Abrade\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\"></span><br /> 8.) Abrasion : <br /> 9.) Abrogate :<br /> 10.) Abscond :<br /> 11.) Abstruse :<br /> 12.) Abundant :<br /> 13.) Abut :<br /> 14.) Abysmal :<br /> 15.) Acarpous :<br /> 16.) Accentuate :<br /> 17.) Acclaimed :<br /> 18.) Accolade :<br /> 19.) Accretion :<br /> 20) Acquisition :<br /> 21.) Adamant :<br /> 22.) Adhere :<br /> 23.) Adhesion :<br /> 24.) Adjacent : <br /> <br />',1284248521),(1019,'98e889983bc7e31a169293dc5daadc76','<p class=\"book_chapter_title\">Synonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abate\" target=\"_blank\" title=\"Abate\">Abate</a> : <span style=\"color: rgb(0, 139, 0);\">decrease, weaken, subside, diminish</span><br />2.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abdicate\" target=\"_blank\" title=\"Abdicate\">Abdicate</a> : <span style=\"color: rgb(0, 139, 0);\">resign, quit, abandon, repudiate</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abeyance\" target=\"_blank\" title=\"Abeyance\">Abeyance</a> </span>: <span style=\"color: rgb(0, 139, 0);\">remission, deferral </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abhor\" target=\"_blank\" title=\"Abhor\">Abhor</a> </span>: <span style=\"color: rgb(0, 139, 0);\">hate, despise, abominate</span><span style=\"font-weight: bold;\"><br /></span>5.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" target=\"_blank\" title=\"Abide\">Abide</a><span style=\"font-weight: bold;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.467478070090226\"><span style=\"font-weight: bold;\"></span> </a>: </span><span style=\"color: rgb(0, 139, 0);\">accept, acknowledge, consent</span><span style=\"font-weight: bold;\"><br /></span>6.) <a href=\"http://thesaurus.com/browse/Abjure\" target=\"_blank\" title=\"Abjure\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a href=\"http://thesaurus.com/browse/Abrade\" target=\"_blank\" title=\"Abrade\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) Abrasion : <br />9.) Abrogate :<br />10.) Abscond :<br />11.) Abstruse :<br />12.) Abundant :<br />13.) Abut :<br />14.) Abysmal :<br />15.) Acarpous :<br />16.) Accentuate :<br />17.) Acclaimed :<br />18.) Accolade :<br />19.) Accretion :<br />20) Acquisition :<br />21.) Adamant :<br />22.) Adhere :<br />23.) Adhesion :<br />24.) Adjacent : <br /><br /><br /> <br /> ',1284248524),(1020,'764826e7f85e441ace8a1d523be074db','<p class=\"book_chapter_title\">Synonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a title=\"Abate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abate\" style=\"color: rgb(0, 51, 102);\">Abate</a> : <span style=\"color: rgb(0, 139, 0);\">decrease, weaken, subside, diminish</span><br />2.) <a title=\"Abdicate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\">Abdicate</a> : <span style=\"color: rgb(0, 139, 0);\">resign, quit, abandon, repudiate</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abeyance\" target=\"_blank\" href=\"http://thesaurus.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\">Abeyance</a> </span>: <span style=\"color: rgb(0, 139, 0);\">remission, deferral </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abhor\" target=\"_blank\" href=\"http://thesaurus.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\">Abhor</a> </span>: <span style=\"color: rgb(0, 139, 0);\">hate, despise, abominate</span><span style=\"font-weight: bold;\"><br /></span>5.) <a title=\"Abide\" target=\"_blank\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" style=\"color: rgb(0, 51, 102);\">Abide</a><span style=\"font-weight: bold;\"><a href=\"http://www.moodle.org/0.467478070090226\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-weight: bold;\"></span> </a>: </span><span style=\"color: rgb(0, 139, 0);\">accept, acknowledge, consent</span><span style=\"font-weight: bold;\"><br /></span>6.) <a title=\"Abjure\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abjure\" style=\"color: rgb(0, 51, 102);\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a title=\"Abrade\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abrade\" style=\"color: rgb(0, 51, 102);\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) Abrasion : <br />9.) Abrogate :<br />10.) Abscond :<br />11.) Abstruse :<br />12.) Abundant :<br />13.) Abut :<br />14.) Abysmal :<br />15.) Acarpous :<br />16.) Accentuate :<br />17.) Acclaimed :<br />18.) Accolade :<br />19.) Accretion :<br />20) Acquisition :<br />21.) Adamant :<br />22.) Adhere :<br />23.) Adhesion :<br />24.) Adjacent : <br /><br /><br /> <br /> ',1284264907),(1021,'59b83a7365065abdfcc683c0915601d1','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grievance\" title=\"Grievance\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grimace\" title=\"grimace\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Grovel\" title=\"Grovel\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1) I<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Guile\" title=\"Guile\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Gust\" href=\"http://http://dictionary.reference.com/browse/gust\" style=\"color: rgb(0, 51, 102);\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\">Giddy(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br /><font size=\"4\">18.) <span style=\"color: rgb(0, 51, 102);\">Gingerly(adv. & adj.) <span style=\"color: rgb(0, 0, 0);\">:</span></span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Very carefully, prudent</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) He <span style=\"font-weight: bold;\">gingerly</span> picked up the crystal bowl from the shelf and showed it to her fiancée, holding it tightly.</font><br /><br /><font size=\"4\">19.) <span style=\"color: rgb(0, 51, 102);\">Grapple(v & n)</span><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font></font><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To come to terms with, Tackle, Get a grip on something</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of their sole-bread earner, but not with much success.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">20.) </font></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gratify (v)</span> :</font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">To please</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)While I was really <span style=\"font-weight: bold;\">gratified</span> at the news of my qualifying for the engineering degree course, there was also a bit of sadness at the thought of leaving school.<br /><font size=\"4\"><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span></font> <span style=\"color: rgb(0, 51, 102);\">Glib (adj.) </span>:</font><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Fluent, facile,Slick</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\">With his <span style=\"font-weight: bold;\">glib</span> sales pitch</font>, <font size=\"2\">the salesman almost manage</font><font size=\"2\">d</font><span class=\"Apple-converted-space\"> </span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">to convince me to buy the timeshare holiday package; now I\'m glad that I did not get fully convinced.</font><br /><br /><font size=\"4\"><font size=\"4\"><font size=\"4\">22.)</font> </font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Grapple (v & n)</span> </font>:</font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">To come to terms with,</span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"> <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">tackle</span>, get a grip on </span></font>something<br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\">The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of</font> <font size=\"2\">their sole-bread earner, but not with</font><span class=\"Apple-converted-space\"> </span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">much success.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br /><font size=\"4\">23.) </font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gratuitous(adj.)</span> :</font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\">Given freely, Unwarranted, Uncalled for</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">He goes about giving <span style=\"font-weight: bold;\">gratuitous</span> advice to others, and despite all his good intentions, this habit of his has made<span class=\"Apple-converted-space\"> </span></span></span><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">him rather unpopular in the class.<br /><br />24.) Gruel(n& v) : </span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">Liquid food made by boiling oatmeal etc<br />1)</span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">The prisoners were served an extremely tasteless meal of rice, barley and gruel.</span></span>',1284263880),(1022,'9c52fb273e3e3448ac9a05ef38715f10','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat%20over\" title=\"gloat over\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grievance\" href=\"http://http://dictionary.reference.com/browse/grievance\" style=\"color: rgb(0, 51, 102);\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"grimace\" href=\"http://http://dictionary.reference.com/browse/grimace\" style=\"color: rgb(0, 51, 102);\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\" class=\"Apple-style-span\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grovel\" href=\"http://http://dictionary.reference.com/browse/Grovel\" style=\"color: rgb(0, 51, 102);\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1) I<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Guile\" href=\"http://http://dictionary.reference.com/browse/Guile\" style=\"color: rgb(0, 51, 102);\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/gust\" title=\"Gust\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\">Giddy(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br /><font size=\"4\">18.) <span style=\"color: rgb(0, 51, 102);\">Gingerly(adv. & adj.) <span style=\"color: rgb(0, 0, 0);\">:</span></span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Very carefully, prudent</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) He <span style=\"font-weight: bold;\">gingerly</span> picked up the crystal bowl from the shelf and showed it to her fiancée, holding it tightly.</font><br /><br /><font size=\"4\">19.) <span style=\"color: rgb(0, 51, 102);\">Grapple(v & n)</span><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font></font><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To come to terms with, Tackle, Get a grip on something</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of their sole-bread earner, but not with much success.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">20.) </font></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gratify (v)</span> :</font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">To please</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)While I was really <span style=\"font-weight: bold;\">gratified</span> at the news of my qualifying for the engineering degree course, there was also a bit of sadness at the thought of leaving school.<br /><font size=\"4\"><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span></font> <span style=\"color: rgb(0, 51, 102);\">Glib (adj.) </span>:</font><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Fluent, facile,Slick</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px;\"><font size=\"2\">With his <span style=\"font-weight: bold;\">glib</span> sales pitch</font>, <font size=\"2\">the salesman almost manage</font><font size=\"2\">d</font><span class=\"Apple-converted-space\"> </span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">to convince me to buy the timeshare holiday package; now I\'m glad that I did not get fully convinced.</font><br /><br /><font size=\"4\"><font size=\"4\"><font size=\"4\">22.)</font> </font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Grapple (v & n)</span> </font>:</font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px;\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">To come to terms with,</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"> <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">tackle</span>, get a grip on </span></font>something<br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px;\"><font size=\"2\">The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of</font> <font size=\"2\">their sole-bread earner, but not with</font><span class=\"Apple-converted-space\"> </span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">much success.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br /><font size=\"4\">23.) </font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gratuitous(adj.)</span> :</font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\">Given freely, Unwarranted, Uncalled for</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">He goes about giving <span style=\"font-weight: bold;\">gratuitous</span> advice to others, and despite all his good intentions, this habit of his has made<span class=\"Apple-converted-space\"> </span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">him rather unpopular in the class.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)</font><span style=\"color: rgb(0, 0, 0);\"> </span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gruel(n& v) </span>: </font></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Liquid food made by boiling oatmeal etc</span></font><br /><span style=\"color: rgb(102, 51, 0);\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">The prisoners were served an extremely tasteless meal of rice, barley and gruel.</span></span>',1284264122),(1023,'ce14d17910e2c59e14d3dca3d4e98d2a','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Abacus\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abacus\" target=\"_blank\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Abate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abate\" target=\"_blank\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">To renounce, give up, repudiate (dignity or responsibility)</font><span style=\"color: rgb(0, 139, 0);\"></span></font><br /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Abhor\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abhor\" target=\"_blank\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font></font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!<br /><br /></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)<a href=\"http://dictionary.reference.com/browse/acclaimed\" target=\"_blank\" title=\"Acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a href=\"http://dictionary.reference.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a title=\"Accretion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a title=\"Acquisition\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />22.)<a href=\"http://dictionary.reference.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a title=\"Adhere\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)<a href=\"http://dictionary.reference.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a href=\"http://dictionary.reference.com/browse/adjacent\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font><br /></div></div></div></div></div></div></div></div></div>',1284267574),(1024,'5d2ddf39f9911f61aa3a495cebd590b7','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grievance\" title=\"Grievance\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grimace\" title=\"grimace\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Grovel\" title=\"Grovel\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1) I<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Guile\" title=\"Guile\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Gust\" href=\"http://http://dictionary.reference.com/browse/gust\" style=\"color: rgb(0, 51, 102);\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\">Giddy(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br /><font size=\"4\">18.) <span style=\"color: rgb(0, 51, 102);\">Gingerly(adv. & adj.) <span style=\"color: rgb(0, 0, 0);\">:</span></span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Very carefully, prudent</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) He <span style=\"font-weight: bold;\">gingerly</span> picked up the crystal bowl from the shelf and showed it to her fiancée, holding it tightly.</font><br /><br /><font size=\"4\">19.) <span style=\"color: rgb(0, 51, 102);\">Grapple(v & n)</span><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font></font><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To come to terms with, Tackle, Get a grip on something</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of their sole-bread earner, but not with much success.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">20.) </font></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gratify (v)</span> :</font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">To please</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)While I was really <span style=\"font-weight: bold;\">gratified</span> at the news of my qualifying for the engineering degree course, there was also a bit of sadness at the thought of leaving school.<br /><font size=\"4\"><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span></font> <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/grib\" title=\"Grib\" style=\"color: rgb(0, 51, 102);\">Glib</a> (adj.) </span>:</font><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Fluent, facile,Slick</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\">With his <span style=\"font-weight: bold;\">glib</span> sales pitch</font>, <font size=\"2\">the salesman almost manage</font><font size=\"2\">d</font><span class=\"Apple-converted-space\"> </span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">to convince me to buy the timeshare holiday package; now I\'m glad that I did not get fully convinced.</font><br /><br /><font size=\"4\"><font size=\"4\"><font size=\"4\">22.)</font> </font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Grapple (v & n)</span> </font>:</font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">To come to terms with,</span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"> <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">tackle</span>, get a grip on </span></font>something<br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\">The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of</font> <font size=\"2\">their sole-bread earner, but not with</font><span class=\"Apple-converted-space\"> </span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">much success.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br /><font size=\"4\">23.) </font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gratuitous (adj.)</span> :</font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\">Given freely, Unwarranted, Uncalled for</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">He goes about giving <span style=\"font-weight: bold;\">gratuitous</span> advice to others, and despite all his good intentions, this habit of his has made<span class=\"Apple-converted-space\"> </span></span></span><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">him rather unpopular in the class.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)</font><span style=\"color: rgb(0, 0, 0);\"> </span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gruel (n& v) </span>: </font></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Liquid food made by boiling oatmeal etc</span></font><br /><span style=\"color: rgb(102, 51, 0);\">1)</span></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">The prisoners were served an extremely tasteless meal of rice, barley and <span style=\"font-weight: bold;\">gruel</span>.</span></span>',1284264266),(1025,'8947b42ef9bcc62dc786053bbe1f8e15','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat%20over\" title=\"gloat over\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grievance\" href=\"http://http://dictionary.reference.com/browse/grievance\" style=\"color: rgb(0, 51, 102);\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"grimace\" href=\"http://http://dictionary.reference.com/browse/grimace\" style=\"color: rgb(0, 51, 102);\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\" class=\"Apple-style-span\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grovel\" href=\"http://http://dictionary.reference.com/browse/Grovel\" style=\"color: rgb(0, 51, 102);\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1) I<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Guile\" href=\"http://http://dictionary.reference.com/browse/Guile\" style=\"color: rgb(0, 51, 102);\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/gust\" title=\"Gust\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\">Giddy(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br /><font size=\"4\">18.) <span style=\"color: rgb(0, 51, 102);\">Gingerly(adv. & adj.) <span style=\"color: rgb(0, 0, 0);\">:</span></span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Very carefully, prudent</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) He <span style=\"font-weight: bold;\">gingerly</span> picked up the crystal bowl from the shelf and showed it to her fiancée, holding it tightly.</font><br /><br /><font size=\"4\">19.) <span style=\"color: rgb(0, 51, 102);\">Grapple(v & n)</span><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font></font><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To come to terms with, Tackle, Get a grip on something</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of their sole-bread earner, but not with much success.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">20.) </font></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gratify (v)</span> :</font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">To please</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)While I was really <span style=\"font-weight: bold;\">gratified</span> at the news of my qualifying for the engineering degree course, there was also a bit of sadness at the thought of leaving school.<br /><font size=\"4\"><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span></font> <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Grib\" href=\"http://www.yourdictionary.com/grib\">Glib</a> (adj.) </span>:</font><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Fluent, facile,Slick</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px;\"><font size=\"2\">With his <span style=\"font-weight: bold;\">glib</span> sales pitch</font>, <font size=\"2\">the salesman almost manage</font><font size=\"2\">d</font><span class=\"Apple-converted-space\"> </span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">to convince me to buy the timeshare holiday package; now I\'m glad that I did not get fully convinced.</font><br /><br /><font size=\"4\"><font size=\"4\"><font size=\"4\">22.)</font> </font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Grapple (v & n)</span> </font>:</font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px;\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">To come to terms with,</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"> <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">tackle</span>, get a grip on </span></font>something<br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px;\"><font size=\"2\">The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of</font> <font size=\"2\">their sole-bread earner, but not with</font><span class=\"Apple-converted-space\"> </span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">much success.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br /><font size=\"4\">23.) </font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/gratuitous\" title=\"Gratuitous\" style=\"color: rgb(0, 51, 102);\">Gratuitous</a> (adj.)</span> :</font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\">Given freely, Unwarranted, Uncalled for</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">He goes about giving <span style=\"font-weight: bold;\">gratuitous</span> advice to others, and despite all his good intentions, this habit of his has made<span class=\"Apple-converted-space\"> </span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">him rather unpopular in the class.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)</font><span style=\"color: rgb(0, 0, 0);\"> </span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Gruel (n& v) </span>: </font></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Liquid food made by boiling oatmeal etc</span></font><br /><span style=\"color: rgb(102, 51, 0);\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">The prisoners were served an extremely tasteless meal of rice, barley and <span style=\"font-weight: bold;\">gruel</span>.</span></span>',1284403209),(1026,'cb1cbd1fee91288ce292e0e32f4487d2','<p class=\"book_chapter_title\">Synonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abate\" target=\"_blank\" title=\"Abate\">Abate</a> : <span style=\"color: rgb(0, 139, 0);\">decrease, weaken, subside, diminish</span><br />2.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abdicate\" target=\"_blank\" title=\"Abdicate\">Abdicate</a> : <span style=\"color: rgb(0, 139, 0);\">resign, quit, abandon, repudiate</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abeyance\" target=\"_blank\" title=\"Abeyance\">Abeyance</a> </span>: <span style=\"color: rgb(0, 139, 0);\">remission, deferral </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abhor\" target=\"_blank\" title=\"Abhor\">Abhor</a> </span>: <span style=\"color: rgb(0, 139, 0);\">hate, despise, abominate</span><span style=\"font-weight: bold;\"><br /></span>5.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" target=\"_blank\" title=\"Abide\">Abide</a><span style=\"font-weight: bold;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.467478070090226\"><span style=\"font-weight: bold;\"></span> </a>: </span><span style=\"color: rgb(0, 139, 0);\">accept, acknowledge, consent</span><span style=\"font-weight: bold;\"><br /></span>6.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Abjure\" target=\"_blank\" title=\"Abjure\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Abrade\" target=\"_blank\" title=\"Abrade\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) <a href=\"http://thesaurus.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\" style=\"color: rgb(0, 51, 102);\">Abrasion</a> : chafe, injury, scrape<br />9.) <a href=\"http://thesaurus.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : abate, cancel, invalidate<br />10.) <a href=\"http://thesaurus.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : vanish, break, clear out<br />11.) <a href=\"http://thesaurus.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\" style=\"color: rgb(0, 51, 102);\">Abstruse</a> : complex, abstract, complected<br />12.) <a href=\"http://thesaurus.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : abounding, generous, lavish, heavy<br />13.) Abut :<br />14.) Abysmal :<br />15.) Acarpous :<br />16.) Accentuate :<br />17.) Acclaimed :<br />18.) Accolade :<br />19.) Accretion :<br />20) Acquisition :<br />21.) Adamant :<br />22.) Adhere :<br />23.) Adhesion :<br />24.) Adjacent : <br /><br /><br /> <br /> ',1284265576),(1027,'58b4a59080c062d4d866172104398e25','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p> <br /><br /><font size=\"4\">26.) <a href=\"http://dictionary.reference.com/browse/endemic\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Endemic(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Prevailing among a specific group of people or in a specific area or country</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Diseases that had been epidemic became <span style=\"font-weight: bold;\">endemic</span> in urban centers.<br />2)The <span style=\"font-weight: bold;\">endemic</span> corruption associated with drug money is nothing new here.<br />3)The malaria <span style=\"font-weight: bold;\">endemic</span> in Africa is a more dangerous strain than that in Asia.</font><br /><br /><font size=\"4\">27.) <a href=\"http://dictionary.reference.com/browse/enervate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Enervate(<span style=\"font-style: italic;\">v</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Weaken</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Perhaps it was the <span style=\"font-weight: bold;\">enervating</span> heat of the afternoon, perhaps the soporific effect of the bathing session, or maybe something else entirely.<br />2)I have felt the <span style=\"font-weight: bold;\">enervating</span> effects, upon the mind ,of reading in succession ,several works of the lighter class.</font><br /><br /><font size=\"4\">28.) <a href=\"http://dictionary.reference.com/browse/enhance\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Enhance(<span style=\"font-style: italic;\">v</span>)</span></a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Increase,improve</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can research, write, edit and manage your content to preserve its informative value and <span style=\"font-weight: bold;\">enhance</span> the effectiveness of your site.<br />2)This provision is designed to support and <span style=\"font-weight: bold;\">enhance</span> existing behavioral policies within schools.<br /></font><br /><font size=\"4\">29.) </font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-style: italic;\"></span> </font><a href=\"http://dictionary.reference.com/browse/ephemeral\" target=\"_blank\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Ephemeral(<span style=\"font-style: italic;\">adj</span>)</font></a>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Short-live,;fleeting</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Yet it\'s often the <span style=\"font-weight: bold;\">ephemeral</span> moments which are the most precious 20 years on.<br />2)Possibly the greatest risk however lies in the <span style=\"font-weight: bold;\">ephemeral</span> nature of the public\'s interest.<br /></font><font size=\"4\"><br />30.) <a href=\"http://dictionary.reference.com/browse/equanimity\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Equanimity(<span style=\"font-style: italic;\">n</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Calmness of temperament,composure</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The person who has reached the state of perfection has <span style=\"font-weight: bold;\">equanimity</span> toward the vicissitudes of life.<br />2)The purpose of meditation is to clear one\'s mind and to develop cognitive <span style=\"font-weight: bold;\">equanimity</span>.</font><br /><br /><font size=\"4\">31.) <a href=\"http://dictionary.reference.com/browse/equivocate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Equivocate(<span style=\"font-style: italic;\">v</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Lie,mislead,attempt to conceal the truth</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)When asked directly for his position on disarmament, the candidate only <span style=\"font-weight: bold;\">equivocated</span>.</font><br /><br /><font size=\"4\">32.) <a href=\"http://dictionary.reference.com/browse/erudite\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Erudite(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Learned,scholarly</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It goes way beyond what even the most <span style=\"font-weight: bold;\">erudite</span> scholar could possibly have known about in its entirety.<br />2)They tend to opt for very <span style=\"font-weight: bold;\">erudite</span> books which some of us find unreadable.</font><br /><br /><font size=\"4\">33.) <a href=\"http://dictionary.reference.com/browse/esoteric\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Esoteric(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Hard to understand,known only to the chosen few,<br />private, secret, confidential.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The purpose of these transformations will sound a bit <span style=\"font-weight: bold;\">esoteric</span> at the moment.<br />2)On that note, I suppose you could say I do not agree with all of her <span style=\"font-weight: bold;\">esoteric</span> philosophy.</font><br /><br /><font size=\"4\">34.) <a href=\"http://dictionary.reference.com/browse/euphemism\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Euphemism(<span style=\"font-style: italic;\">n</span>)</span></a></font> :<span style=\"font-style: italic; color: rgb(0, 139, 0);\"> Mild expression in place of an unpleasant one</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We are too polite, preferring <span style=\"font-weight: bold;\">euphemisms</span> or tactful skepticism.<br />2)In Autumn it appears that we have a new <span style=\"font-weight: bold;\">euphemism</span>, " feeling a bit tired " .<br />3)Being treated \' like a girl \' is a common euphemism for not being taken seriously.</font><br /><br /><font size=\"4\">35.)<a href=\"http://dictionary.reference.com/browse/exacerbate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exacerbate(<span style=\"font-style: italic;\">v</span>)</span></a></font>:<span style=\"font-style: italic; color: rgb(0, 139, 0);\">Worsen,embitter</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)They also believe these policies prevent willing and healthy members of the community from giving blood and <span style=\"font-weight: bold;\">exacerbate</span> the current blood shortage.<br />2)Ozone - An irritant to the throat eyes and lungs, which will <span style=\"font-weight: bold;\">exacerbate</span> asthma, allergy and bronchial conditions.</font><br /><br />',1284266108),(1028,'772b3fcae12ab5bf620d0b97f5a61593','<p class=\"book_chapter_title\">Synonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a title=\"Abate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abate\" style=\"color: rgb(0, 51, 102);\">Abate</a> : <span style=\"color: rgb(0, 139, 0);\">decrease, weaken, subside, diminish</span><br />2.) <a title=\"Abdicate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\">Abdicate</a> : <span style=\"color: rgb(0, 139, 0);\">resign, quit, abandon, repudiate</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abeyance\" target=\"_blank\" href=\"http://thesaurus.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\">Abeyance</a> </span>: <span style=\"color: rgb(0, 139, 0);\">remission, deferral </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abhor\" target=\"_blank\" href=\"http://thesaurus.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\">Abhor</a> </span>: <span style=\"color: rgb(0, 139, 0);\">hate, despise, abominate</span><span style=\"font-weight: bold;\"><br /></span>5.) <a title=\"Abide\" target=\"_blank\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" style=\"color: rgb(0, 51, 102);\">Abide</a><span style=\"font-weight: bold;\"><a href=\"http://www.moodle.org/0.467478070090226\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-weight: bold;\"></span> </a>: </span><span style=\"color: rgb(0, 139, 0);\">accept, acknowledge, consent</span><span style=\"font-weight: bold;\"><br /></span>6.) <a title=\"Abjure\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abjure\" style=\"color: rgb(0, 51, 102);\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a title=\"Abrade\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abrade\" style=\"color: rgb(0, 51, 102);\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abrasion\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrasion\">Abrasion</a> : chafe, injury, scrape<br />9.) <a title=\"Abrogate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : abate, cancel, invalidate<br />10.) <a title=\"Abscond\" target=\"_blank\" href=\"http://thesaurus.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : vanish, break, clear out<br />11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abstruse\" target=\"_blank\" href=\"http://thesaurus.com/browse/abstruse\">Abstruse</a> : complex, abstract, complected<br />12.) <a title=\"Abundant\" target=\"_blank\" href=\"http://thesaurus.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : abounding, generous, lavish, heavy<br />13.) <a href=\"http://thesaurus.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut</span></a> : adjoin, neighbor, approximate, connect<br />14.) <a href=\"http://thesaurus.com/browse/abysmal\" target=\"_blank\" title=\"Abysmal\"><span style=\"color: rgb(0, 51, 102);\">Abysmal</span></a> : extreme, infinite, profound<br />15.) <a href=\"http://thesaurus.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous</span></a> : arid, fruitless, impotent, useless<br />16.) <a href=\"http://thesaurus.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate</span></a> : accent, emphasize, highlight, stress<br />17.) Acclaimed :<br />18.) Accolade :<br />19.) Accretion :<br />20) Acquisition :<br />21.) Adamant :<br />22.) Adhere :<br />23.) Adhesion :<br />24.) Adjacent : <br /><br /><br /> <br /> ',1284266128),(1029,'4b3e12e195fcccc12cf571838e1680e6','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p> <br /><br /><font size=\"4\">26.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/endemic\"><span style=\"color: rgb(0, 51, 102);\">Endemic(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Prevailing among a specific group of people or in a specific area or country</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Diseases that had been epidemic became <span style=\"font-weight: bold;\">endemic</span> in urban centers.<br />2)The <span style=\"font-weight: bold;\">endemic</span> corruption associated with drug money is nothing new here.<br />3)The malaria <span style=\"font-weight: bold;\">endemic</span> in Africa is a more dangerous strain than that in Asia.</font><br /><br /><font size=\"4\">27.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/enervate\"><span style=\"color: rgb(0, 51, 102);\">Enervate(<span style=\"font-style: italic;\">v</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Weaken</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Perhaps it was the <span style=\"font-weight: bold;\">enervating</span> heat of the afternoon, perhaps the soporific effect of the bathing session, or maybe something else entirely.<br />2)I have felt the <span style=\"font-weight: bold;\">enervating</span> effects, upon the mind ,of reading in succession ,several works of the lighter class.</font><br /><br /><font size=\"4\">28.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/enhance\"><span style=\"color: rgb(0, 51, 102);\">Enhance(<span style=\"font-style: italic;\">v</span>)</span></a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Increase,improve</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can research, write, edit and manage your content to preserve its informative value and <span style=\"font-weight: bold;\">enhance</span> the effectiveness of your site.<br />2)This provision is designed to support and <span style=\"font-weight: bold;\">enhance</span> existing behavioral policies within schools.<br /></font><br /><font size=\"4\">29.) </font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-style: italic;\"></span> </font><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/ephemeral\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Ephemeral(<span style=\"font-style: italic;\">adj</span>)</font></a>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Short-live,fleeting</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Yet it\'s often the <span style=\"font-weight: bold;\">ephemeral</span> moments which are the most precious 20 years on.<br />2)Possibly the greatest risk however lies in the <span style=\"font-weight: bold;\">ephemeral</span> nature of the public\'s interest.<br /></font><font size=\"4\"><br />30.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/equanimity\"><span style=\"color: rgb(0, 51, 102);\">Equanimity(<span style=\"font-style: italic;\">n</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Calmness of temperament,composure</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The person who has reached the state of perfection has <span style=\"font-weight: bold;\">equanimity</span> toward the vicissitudes of life.<br />2)The purpose of meditation is to clear one\'s mind and to develop cognitive <span style=\"font-weight: bold;\">equanimity</span>.</font><br /><br /><font size=\"4\">31.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/equivocate\"><span style=\"color: rgb(0, 51, 102);\">Equivocate(<span style=\"font-style: italic;\">v</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Lie,mislead,attempt to conceal the truth</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)When asked directly for his position on disarmament, the candidate only <span style=\"font-weight: bold;\">equivocated</span>.</font><br /><br /><font size=\"4\">32.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/erudite\"><span style=\"color: rgb(0, 51, 102);\">Erudite(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Learned,scholarly</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It goes way beyond what even the most <span style=\"font-weight: bold;\">erudite</span> scholar could possibly have known about in its entirety.<br />2)They tend to opt for very <span style=\"font-weight: bold;\">erudite</span> books which some of us find unreadable.</font><br /><br /><font size=\"4\">33.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/esoteric\"><span style=\"color: rgb(0, 51, 102);\">Esoteric(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Hard to understand,known only to the chosen few,<br />private, secret, confidential.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The purpose of these transformations will sound a bit <span style=\"font-weight: bold;\">esoteric</span> at the moment.<br />2)On that note, I suppose you could say I do not agree with all of her <span style=\"font-weight: bold;\">esoteric</span> philosophy.</font><br /><br /><font size=\"4\">34.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/euphemism\"><span style=\"color: rgb(0, 51, 102);\">Euphemism(<span style=\"font-style: italic;\">n</span>)</span></a></font> :<span style=\"font-style: italic; color: rgb(0, 139, 0);\"> Mild expression in place of an unpleasant one</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We are too polite, preferring <span style=\"font-weight: bold;\">euphemisms</span> or tactful skepticism.<br />2)In Autumn it appears that we have a new <span style=\"font-weight: bold;\">euphemism</span>, " feeling a bit tired " .<br />3)Being treated \' like a girl \' is a common euphemism for not being taken seriously.</font><br /><br /><font size=\"4\">35.)<a target=\"_blank\" href=\"http://dictionary.reference.com/browse/exacerbate\"><span style=\"color: rgb(0, 51, 102);\">Exacerbate(<span style=\"font-style: italic;\">v</span>)</span></a></font>:<span style=\"font-style: italic; color: rgb(0, 139, 0);\">Worsen,embitter</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)They also believe these policies prevent willing and healthy members of the community from giving blood and <span style=\"font-weight: bold;\">exacerbate</span> the current blood shortage.<br />2)Ozone - An irritant to the throat eyes and lungs, which will <span style=\"font-weight: bold;\">exacerbate</span> asthma, allergy and bronchial conditions.</font><br /><br />',1284266133),(1030,'8bb06bd99c2006b3a6e5312f1c59a146','<p class=\"book_chapter_title\">Vocab Drill 17 (Letter \'E\')</p> <br /><br /><font size=\"4\">26.) <a href=\"http://dictionary.reference.com/browse/endemic\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Endemic(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Prevailing among a specific group of people or in a specific area or country</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Diseases that had been epidemic became <span style=\"font-weight: bold;\">endemic</span> in urban centers.<br />2)The <span style=\"font-weight: bold;\">endemic</span> corruption associated with drug money is nothing new here.<br />3)The malaria <span style=\"font-weight: bold;\">endemic</span> in Africa is a more dangerous strain than that in Asia.</font><br /><br /><font size=\"4\">27.) <a href=\"http://dictionary.reference.com/browse/enervate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Enervate(<span style=\"font-style: italic;\">v</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Weaken</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Perhaps it was the <span style=\"font-weight: bold;\">enervating</span> heat of the afternoon, perhaps the soporific effect of the bathing session, or maybe something else entirely.<br />2)I have felt the <span style=\"font-weight: bold;\">enervating</span> effects, upon the mind ,of reading in succession ,several works of the lighter class.</font><br /><br /><font size=\"4\">28.) <a href=\"http://dictionary.reference.com/browse/enhance\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Enhance(<span style=\"font-style: italic;\">v</span>)</span></a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Increase,improve</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can research, write, edit and manage your content to preserve its informative value and <span style=\"font-weight: bold;\">enhance</span> the effectiveness of your site.<br />2)This provision is designed to support and <span style=\"font-weight: bold;\">enhance</span> existing behavioral policies within schools.<br /></font><br /><font size=\"4\">29.) </font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-style: italic;\"></span> </font><a href=\"http://dictionary.reference.com/browse/ephemeral\" target=\"_blank\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Ephemeral(<span style=\"font-style: italic;\">adj</span>)</font></a>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Short-live,fleeting</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Yet it\'s often the <span style=\"font-weight: bold;\">ephemeral</span> moments which are the most precious 20 years on.<br />2)Possibly the greatest risk however lies in the <span style=\"font-weight: bold;\">ephemeral</span> nature of the public\'s interest.<br /></font><font size=\"4\"><br />30.) <a href=\"http://dictionary.reference.com/browse/equanimity\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Equanimity(<span style=\"font-style: italic;\">n</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Calmness of temperament,composure</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The person who has reached the state of perfection has <span style=\"font-weight: bold;\">equanimity</span> toward the vicissitudes of life.<br />2)The purpose of meditation is to clear one\'s mind and to develop cognitive <span style=\"font-weight: bold;\">equanimity</span>.</font><br /><br /><font size=\"4\">31.) <a href=\"http://dictionary.reference.com/browse/equivocate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Equivocate(<span style=\"font-style: italic;\">v</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Lie,mislead,attempt to conceal the truth</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)When asked directly for his position on disarmament, the candidate only <span style=\"font-weight: bold;\">equivocated</span>.</font><br /><br /><font size=\"4\">32.) <a href=\"http://dictionary.reference.com/browse/erudite\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Erudite(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> Learned,scholarly</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It goes way beyond what even the most <span style=\"font-weight: bold;\">erudite</span> scholar could possibly have known about in its entirety.<br />2)They tend to opt for very <span style=\"font-weight: bold;\">erudite</span> books which some of us find unreadable.</font><br /><br /><font size=\"4\">33.) <a href=\"http://dictionary.reference.com/browse/esoteric\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Esoteric(<span style=\"font-style: italic;\">adj</span>)</span></a></font> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Hard to understand,known only to the chosen few,<br />private, secret, confidential.</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The purpose of these transformations will sound a bit <span style=\"font-weight: bold;\">esoteric</span> at the moment.<br />2)On that note, I suppose you could say I do not agree with all of her <span style=\"font-weight: bold;\">esoteric</span> philosophy.</font><br /><br /><font size=\"4\">34.) <a href=\"http://dictionary.reference.com/browse/euphemism\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Euphemism(<span style=\"font-style: italic;\">n</span>)</span></a></font> :<span style=\"font-style: italic; color: rgb(0, 139, 0);\"> Mild expression in place of an unpleasant one</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We are too polite, preferring <span style=\"font-weight: bold;\">euphemisms</span> or tactful skepticism.<br />2)In Autumn it appears that we have a new <span style=\"font-weight: bold;\">euphemism</span>, " feeling a bit tired " .<br />3)Being treated \' like a girl \' is a common euphemism for not being taken seriously.</font><br /><br /><font size=\"4\">35.)<a href=\"http://dictionary.reference.com/browse/exacerbate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exacerbate(<span style=\"font-style: italic;\">v</span>)</span></a></font>:<span style=\"font-style: italic; color: rgb(0, 139, 0);\">Worsen,embitter</span><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)They also believe these policies prevent willing and healthy members of the community from giving blood and <span style=\"font-weight: bold;\">exacerbate</span> the current blood shortage.<br />2)Ozone - An irritant to the throat eyes and lungs, which will <span style=\"font-weight: bold;\">exacerbate</span> asthma, allergy and bronchial conditions.</font><br /><br />',1284816849),(1031,'8ce451f9ad1b3e8b81c5b0c85f56a7a2','<p class=\"book_chapter_title\">Synonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abate\" target=\"_blank\" title=\"Abate\">Abate</a> : <span style=\"color: rgb(0, 139, 0);\">decrease, weaken, subside, diminish</span><br />2.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abdicate\" target=\"_blank\" title=\"Abdicate\">Abdicate</a> : <span style=\"color: rgb(0, 139, 0);\">resign, quit, abandon, repudiate</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abeyance\" target=\"_blank\" title=\"Abeyance\">Abeyance</a> </span>: <span style=\"color: rgb(0, 139, 0);\">remission, deferral </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abhor\" target=\"_blank\" title=\"Abhor\">Abhor</a> </span>: <span style=\"color: rgb(0, 139, 0);\">hate, despise, abominate</span><span style=\"font-weight: bold;\"><br /></span>5.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" target=\"_blank\" title=\"Abide\">Abide</a><span style=\"font-weight: bold;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.467478070090226\"><span style=\"font-weight: bold;\"></span> </a>: </span><span style=\"color: rgb(0, 139, 0);\">accept, acknowledge, consent</span><span style=\"font-weight: bold;\"><br /></span>6.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Abjure\" target=\"_blank\" title=\"Abjure\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Abrade\" target=\"_blank\" title=\"Abrade\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) <a href=\"http://thesaurus.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\" style=\"color: rgb(0, 51, 102);\">Abrasion</a> : chafe, injury, scrape<br />9.) <a href=\"http://thesaurus.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : abate, cancel, invalidate<br />10.) <a href=\"http://thesaurus.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : vanish, break, clear out<br />11.) <a href=\"http://thesaurus.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\" style=\"color: rgb(0, 51, 102);\">Abstruse</a> : complex, abstract, complected<br />12.) <a href=\"http://thesaurus.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : abounding, generous, lavish, heavy<br />13.) <a title=\"Abut\" target=\"_blank\" href=\"http://thesaurus.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut</span></a> : adjoin, neighbor, approximate, connect<br />14.) <a title=\"Abysmal\" target=\"_blank\" href=\"http://thesaurus.com/browse/abysmal\"><span style=\"color: rgb(0, 51, 102);\">Abysmal</span></a> : extreme, infinite, profound<br />15.) <a title=\"Acarpous\" target=\"_blank\" href=\"http://thesaurus.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous</span></a> : arid, fruitless, impotent, useless<br />16.) <a title=\"Accentuate\" target=\"_blank\" href=\"http://thesaurus.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate</span></a> : accent, emphasize, highlight, stress<br />17.) <a href=\"http://thesaurus.com/browse/acclaimed\" target=\"_blank\" title=\"Acclainmed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed</span></a> : applaud, kudos, cheer, celebrate <br />18.) <a href=\"http://thesaurus.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade</span></a> : approval, award, honor, distinction<br />19.) <a href=\"http://thesaurus.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion</span></a> : accession, accumulation, increase, raise<br />20) <a href=\"http://thesaurus.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition</span></a> : achievement, possession, pursuit, redemption<br />21.) Adamant :<br />22.) Adhere :<br />23.) Adhesion :<br />24.) Adjacent : <br /><br /><br /> <br /> ',1284266572),(1032,'5b1138b32b97d892fd6a09c625131a61','<p class=\"book_chapter_title\">Vocab Drill 16 (Letter \'E\')</p>\r\n<div class=\"MsoNormal\"> <font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">Please click on the word in case you need more information</font><br /><br /><font size=\"4\">1.)</font> <font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ebullience\" title=\"ebullience\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Ebullience (<span style=\"font-style: italic;\">n</span>)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Exuberance,outburst of feelings</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) His natural <span style=\"font-weight: bold;\">ebullience</span> began to return after he succeeded in the exams.<br />2.)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We wish her all the best and will miss her cheery smile and <span style=\"font-weight: bold;\">ebullient</span><span style=\"color: rgb(102, 51, 0);\"> </span>character.<br /><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">2 .)</span></font> <a href=\"http://dictionary.reference.com/browse/embellish\" target=\"_blank\" title=\"embellish\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Embellish (v) </span></font></a><span style=\"color: rgb(0, 0, 0);\">:</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Make beautiful,to enhance<br /></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The dress was <span style=\"font-weight: bold;\">embellished</span> with beautiful stones.<br />2)</font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Girls like to <b>embellish</b> their dolls when they are little.<br /><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">3. )</font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></font></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Emaciate(v)</span></font> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Make thin and weak<br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.<br />2)Later a vet ,shot his badly <span style=\"font-weight: bold;\">emaciated </span>mom as she was too weak to survive.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">4 .)</font> </font><a href=\"http://dictionary.reference.com/browse/elicit\" target=\"_blank\" title=\"elicit\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Elicit (v)</font></a> <span style=\"color: rgb(0, 0, 0);\">:</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">To</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">draw</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">bring</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">out</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">forth,</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">Educe,</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">Evoke<br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new packaging is <span style=\"font-weight: bold;\">eliciting</span> mixed reactions from wine experts.<br />2)Under the electric light and effect was something superb, and the vociferous applause <span style=\"font-weight: bold;\">elicited </span>seemed well deserved.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">5 .)</font> </font></font><a href=\"http://dictionary.reference.com/browse/encomium\" target=\"_blank\" title=\"encomium\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium(<span style=\"font-style: italic;\">n</span>)</font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)<span id=\"hotword\"> </span><span class=\"ital-inline\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">An</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-weight: bold;\">encomium</span> <span name=\"hotword\" id=\"hotword\">by</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span name=\"hotword\" id=\"hotword\">President</span> <span name=\"hotword\" id=\"hotword\">greeted</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">the</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">returning</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">hero.</span> <br />2)</span></span>In the paradoxical <span style=\"font-weight: bold;\">encomium</span>, however, he demonstrates that before God wholly different standards apply. </font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /></font><span style=\"color: rgb(102, 51, 0);\"></span><font size=\"4\">6.) <a href=\"http://dictionary.reference.com/browse/embezzle\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Embezzle(v)</span></a> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Use in a wrong way for one\'s own benefit</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I had <span style=\"font-weight: bold;\">embezzled</span> money at my store; I was lost else; I must have gone to jail.<br />2)She was recently arrested for <span style=\"font-weight: bold;\">embezzling</span> millions from the impoverished Bosnian state.</font><br style=\"color: rgb(102, 51, 0);\" /><br />7.) <a href=\"http://dictionary.reference.com/browse/engender\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Engender(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Cause,produce,give rise to</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1) Hatred <span style=\"font-weight: bold;\">engenders</span> violence. </span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Conditions for a war were <span style=\"font-weight: bold;\">engendering</span> in Europe. </span><br /></font><br />8.) <a href=\"http://dictionary.reference.com/browse/evince\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Evince(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">To show clearly,to indicate</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I\'ve read some books by African novelists and they portrayed a different place and<span style=\"font-weight: bold;\"> evinced</span> different attitudes.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)But as many as 68 percent of classical musicians also <span style=\"font-weight: bold;\">evinced</span> impairments.</span><br /></font><br />9.) <a href=\"http://dictionary.reference.com/browse/excoriate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Excoriate(v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To flay,strip off the skin,to denounce sharply</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It encourages secure adhesion whilst simultaneously promoting healing in sore or <span style=\"font-weight: bold;\">excoriated</span> skin.<br />2)Here are images of flight, of <span style=\"font-weight: bold;\">excoriated</span> flesh, frustrated sex, the geometry of fear.</font><br /><br />10.) <a href=\"http://dictionary.reference.com/browse/exculpate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Exculpate(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Free from blame</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which <span style=\"font-weight: bold;\">exculpated</span> the claimant.<br />2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally <span style=\"font-weight: bold;\">exculpating</span> their actions. <br /><br /></font></font> <font size=\"4\">11.)</font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">Edacious(<span style=\"font-style: italic;\">adj</span>)</font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Voracious,devouring,greedy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I became <span style=\"font-weight: bold;\">edacious</span> after seeing such a delight</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\">Effete</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Infertile,worn out,weak</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)You\'d have been too <span style=\"font-weight: bold;\">effete</span>, with your soft hands and Polo scent.<br />2)Emerging from it ,was a tall,rather <span style=\"font-weight: bold;\">effete</span> looking man dressed in a white tropical suite.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">13.) <span style=\"color: rgb(0, 51, 102);\">Effrontery</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Boldness,impudence,arrogance</font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)Taken aback by such</span><span style=\"text-decoration: underline;\"></span><span style=\"color: rgb(102, 51, 0);\"> <span style=\"font-weight: bold;\">effrontery</span> he allowed me to stay.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)He has the <span style=\"font-weight: bold;\">effrontery</span> to accuse Kant of barbarous jargo</span>n.<br /></font><br /><font size=\"4\">14.) <span style=\"color: rgb(0, 51, 102);\">Endearing(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Making dear or liked</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)She passed an <span style=\"font-weight: bold;\">endearing</span> smile to me.<br />2)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">He</span> <span style=\"cursor: default; background-color: transparent; font-weight: bold;\" id=\"hotword\" name=\"hotword\">endeared</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">himself</span> <span id=\"hotword\" name=\"hotword\">to</span> <span id=\"hotword\" name=\"hotword\">his</span> <span id=\"hotword\" name=\"hotword\">friends</span> <span id=\"hotword\" name=\"hotword\">with</span> <span id=\"hotword\" name=\"hotword\">his</span> <span id=\"hotword\" name=\"hotword\">gentle</span> </font><span id=\"hotword\" name=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">ways.</font><br /><br /><font size=\"4\">15.) </font></span></span></span><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium(<span style=\"font-style: italic;\">n</span>)</font>:<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">An</span> <span style=\"font-weight: bold;\" id=\"hotword\" name=\"hotword\">encomium</span> <span id=\"hotword\" name=\"hotword\">by</span> <span id=\"hotword\" name=\"hotword\">the</span> <span id=\"hotword\" name=\"hotword\">President</span> <span id=\"hotword\" name=\"hotword\">greeted</span> <span id=\"hotword\" name=\"hotword\">the</span> <span id=\"hotword\" name=\"hotword\">returning</span> </font><span id=\"hotword\" name=\"hotword\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">hero.</span><br /></font><br /></span></span></span> <font size=\"4\">16.)<span style=\"color: rgb(0, 51, 102);\"> <span style=\"text-decoration: underline;\">Eulogy(<span style=\"font-style: italic;\">n</span>)</span></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\"></span><span style=\"color: rgb(0, 51, 102);\"></span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span name=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" id=\"hotword\">High</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" id=\"hotword\">praise</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" id=\"hotword\">or</span><span style=\"font-style: italic;\"> </span></font><span name=\"hotword\" style=\"background-color: transparent; cursor: default;\" id=\"hotword\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold;\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold;\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0, 51, 102);\"> </span><a href=\"http://www.moodle.org/0.16146683109369053\"> <span style=\"color: rgb(0, 51, 102);\">Exorbitant(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold;\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold;\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">18.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/extenuate\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span> <span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold;\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold;\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0, 51, 102);\"> <span style=\"text-decoration: underline;\">Epicure<span style=\"font-style: italic;\">(</span></span></span><a href=\"http://www.moodle.org/0.8291131326624142\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <span class=\"ex\">abstemious</span> <span style=\"font-weight: bold;\">epicure</span>.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">20.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/entreat\"><span style=\"color: rgb(0, 51, 102);\">Entreat(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I therefore <span style=\"font-weight: bold;\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold;\">entreated</span> God to spare us those things that scare us?<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span> <a href=\"http://dictionary.reference.com/browse/eclectic\" target=\"_blank\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Eclect</font></a><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.moodle.org/0.9993777606939832\"><span style=\"font-style: italic;\"></span><span style=\"color: rgb(0, 51, 102);\">ic(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </span></font>:<font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Selective,composed of elements drawn from disparate sources</font><br />1)He had an <span style=\"font-weight: bold;\">eclectic</span> taste in music, being able to appreciate a heavy metal song and a country music song equally.<br />2)They played an <span style=\"font-weight: bold;\">eclectic</span> mix of music at the party.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">22.)</span><span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/efficacy\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Efficacy(<span style=\"font-style: italic;\">n</span>)</span></a></span> :</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Power to produce desired effect</font><br />1)Numerous studies have examined means of improving the <span style=\"font-weight: bold;\">efficacy</span> of vaccines for the aged.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">23.)</span><span style=\"color: rgb(0, 51, 102);\"> Elegy(<span style=\"font-style: italic;\">n</span>)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Poem or song expressing lamentation</span></font><br />1)The film is a beautiful elegy on being different.<br />2)Nothing could be more suitable than this exquisite and heartfelt elegy.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">24.)</span> <a href=\"http://dictionary.reference.com/browse/empirical\" target=\"_blank\">Empirical(<span style=\"font-style: italic;\">adj</span>)</a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Based on experience</span></font><br />1)The empirical studies are likely to involve a panel data analysis based on a given data set.<br />2)His discovery was, as far as we can tell, entirely empirical: lots of trials and lots of errors led to it.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">25.)</span> </font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a href=\"http://dictionary.reference.com/browse/emulate\" target=\"_blank\">Emulate(v)</a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Imitate,rival</span></font><br />1)Hopefully your band can emulate the recent success of mine.<br />2)There will also be a whole host of newcomers who will be out to emulate the achievements of their predecessors of twelve months ago<br /></font>\r\n <div class=\"dndata\"><span id=\"hotword\"></span> </div> <br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\"></span></font>\r\n <div style=\"color: rgb(102, 51, 0);\" class=\"entry collo\"><font size=\"2\"> </font></div></div> ',1284267250),(1033,'2532b4c196e74ab13e9ccf687e8684f6','<p class=\"book_chapter_title\">Synonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a title=\"Abate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abate\" style=\"color: rgb(0, 51, 102);\">Abate</a> : <span style=\"color: rgb(0, 139, 0);\">decrease, weaken, subside, diminish</span><br />2.) <a title=\"Abdicate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\">Abdicate</a> : <span style=\"color: rgb(0, 139, 0);\">resign, quit, abandon, repudiate</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abeyance\" target=\"_blank\" href=\"http://thesaurus.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\">Abeyance</a> </span>: <span style=\"color: rgb(0, 139, 0);\">remission, deferral </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abhor\" target=\"_blank\" href=\"http://thesaurus.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\">Abhor</a> </span>: <span style=\"color: rgb(0, 139, 0);\">hate, despise, abominate</span><span style=\"font-weight: bold;\"><br /></span>5.) <a title=\"Abide\" target=\"_blank\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" style=\"color: rgb(0, 51, 102);\">Abide</a><span style=\"font-weight: bold;\"><a href=\"http://www.moodle.org/0.467478070090226\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-weight: bold;\"></span> </a>: </span><span style=\"color: rgb(0, 139, 0);\">accept, acknowledge, consent</span><span style=\"font-weight: bold;\"><br /></span>6.) <a title=\"Abjure\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abjure\" style=\"color: rgb(0, 51, 102);\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a title=\"Abrade\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abrade\" style=\"color: rgb(0, 51, 102);\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abrasion\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrasion\">Abrasion</a> : chafe, injury, scrape<br />9.) <a title=\"Abrogate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : abate, cancel, invalidate<br />10.) <a title=\"Abscond\" target=\"_blank\" href=\"http://thesaurus.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : vanish, break, clear out<br />11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abstruse\" target=\"_blank\" href=\"http://thesaurus.com/browse/abstruse\">Abstruse</a> : complex, abstract, complected<br />12.) <a title=\"Abundant\" target=\"_blank\" href=\"http://thesaurus.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : abounding, generous, lavish, heavy<br />13.) <a href=\"http://thesaurus.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut</span></a> : adjoin, neighbor, approximate, connect<br />14.) <a href=\"http://thesaurus.com/browse/abysmal\" target=\"_blank\" title=\"Abysmal\"><span style=\"color: rgb(0, 51, 102);\">Abysmal</span></a> : extreme, infinite, profound<br />15.) <a href=\"http://thesaurus.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous</span></a> : arid, fruitless, impotent, useless<br />16.) <a href=\"http://thesaurus.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate</span></a> : accent, emphasize, highlight, stress<br />17.) <a title=\"Acclainmed\" target=\"_blank\" href=\"http://thesaurus.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed</span></a> : applaud, kudos, cheer, celebrate <br />18.) <a title=\"Accolade\" target=\"_blank\" href=\"http://thesaurus.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade</span></a> : approval, award, honor, distinction<br />19.) <a title=\"Accretion\" target=\"_blank\" href=\"http://thesaurus.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion</span></a> : accession, accumulation, increase, raise<br />20) <a title=\"Acquisition\" target=\"_blank\" href=\"http://thesaurus.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition</span></a> : achievement, possession, pursuit, redemption<br />21.) <a href=\"http://thesaurus.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant</span></a> : determine, firm, inexorable, rigid<br />22.) <a href=\"http://thesaurus.com/browse/adamant\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere</span></a> : support, follow, fulfill<br />23.) <a href=\"http://thesaurus.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion</span></a> : attachment, bond, cling, grip<br />24.) <a href=\"http://thesaurus.com/browse/adhesion\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent</span></a> : beside, close, contiguous, near<br /><br /><br /> <br /> ',1284267351); INSERT INTO `mdl_cache_text` VALUES (1034,'14e2da23f6e554b5cc08f683f0be611b','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p>\r\n<div style=\"text-decoration: underline; text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"> </div><br /><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;quot;; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]-->\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span></font><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive</span></font><span style=\"font-style: italic;\"><br /></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><span style=\"font-style: italic;\"></span> <span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><span style=\"color: rgb(102, 51, 0);\"> </span><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span></font><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"><br /></span></font></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"></span>1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"nolink\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.<br /></span></font></span><span style=\"font-size: 12pt;\"><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">6.)</span></font></span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> Fatuous (<span style=\"font-style: italic;\">adj.</span>) : </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Complacently stupid or inane; silly; foolish</span></font></font>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)For social security reform the <span style=\"font-weight: bold;\">fatuous</span> <span class=\"nolink\">quot</span> which many thought placed underneath the. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Behind its <span style=\"font-weight: bold;\">fatuous</span> claims of " managed migration " , the Government is starting to worry.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">7.) Faucet (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A device for regulating the flow of a liquid from a reservoir such as a pipe or drum.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The showers were a bit tricky because you have to turn the <span style=\"font-weight: bold;\">faucet</span> all the way around to get hot water. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>To <a href=\"http://www.yourdictionary.com/install\"></a><span class=\"nolink\">install</span> the <span style=\"font-weight: bold;\">faucet</span> a hole will need to be drilled into the work surface or the outer rim of the sink.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">8.) Fawn (<span style=\"font-style: italic;\">v</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">To show friendliness by licking hands, wagging its tail, etc.:</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Anorak pokes fun every weekday at Britain\'s infamous tabloids, haughty broadsheets and <span style=\"font-weight: bold;\">fawning</span> society magazines.. . </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>It was so ludicrous it made you think of Mel Brooks or Monty Python playing a scene of monstrous king and <span style=\"font-weight: bold;\">fawning</span> courtiers.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">9.) Feckless (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">Weak; ineffective; careless; irresponsible</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>Even children of <span style=\"font-weight: bold;\">feckless</span> parents will gain because choice works at the margins. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"2\"><span>2)</span>Twenty years ago, black men were routinely seen on TV as pimps, muggers, drug dealers and <span style=\"font-weight: bold;\">feckless</span> <span class=\"nolink\">father</span>s.</font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span> </span></font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">10.) Fecund (<span style=\"font-style: italic;\">adj.</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Fruitful or fertile; productive; prolific</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There is no one writing fantasy today with a more <span style=\"font-weight: bold;\">fecund </span><a href=\"http://www.yourdictionary.com/imagination\"></a><span class=\"nolink\">imagination</span> than China Miéville. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Mark Doyle is a producer for <span style=\"font-weight: bold;\">fecund</span> <span class=\"nolink\">film</span>s and a core member of fecund\'s acting ensemble.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">11.) Feint (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A false show;</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The light causes the pupils to contract thereby <a href=\"http://www.yourdictionary.com/make\"></a><span class=\"nolink\">making </span>the <span style=\"font-weight: bold;\">feint </span>stars impossible to see. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Regimental cavalry requires no reinforcement to <a href=\"http://www.yourdictionary.com/conduct\"></a><span class=\"nolink\">conduct </span>a <span style=\"font-weight: bold;\">feint</span>.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">12.)Felicitous (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Used or expressed in a way suitable to the occasion; aptly chosen; appropriate; apt</span></font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The forest, in Rackham\'s <span style=\"font-weight: bold;\">felicitous</span><span class=\"nolink\"> phrase</span>, was a place of deer, not a place of trees. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Conceptually that was quite accurate, even if it was not the most <span style=\"font-weight: bold;\">felicitous</span> <span class=\"nolink\">choice</span> of words.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">13.) Felon (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A person guilty of a major crime; criminal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A Felon\'s <span class=\"nolink\">death</span> Jesus died a <span style=\"font-weight: bold;\">felon\'s</span> death, a traitor to the ruling power in Rome. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>This banking career ended in a <span style=\"font-weight: bold;\">felon\'s</span> <a href=\"http://www.yourdictionary.com/cell\"></a><span class=\"nolink\">cell</span>.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">14.) Ferret (<span style=\"font-style: italic;\">n</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A narrow ribbon of cotton, wool, silk, etc.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There\'s goat milking, <span style=\"font-weight: bold;\">ferret</span> racing, lamb feeding or you can make a craft souvenir to take home. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>We are advised that an all wire <span style=\"font-weight: bold;\">ferret</span> <span class=\"nolink\">cage </span>in a shed or utility room is better.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">15.) Fervid (<span style=\"font-style: italic;\">adj.</span>) :</span><font size=\"3\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">H</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0); font-style: italic;\">ot; glowing; impassioned</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> It needs the most <span style=\"font-weight: bold;\">fervid</span><span class=\"nolink\"> imagination </span><span style=\"text-decoration: underline;\"></span>to distort any text to refer to him.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">16.) Fervor (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">I</span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">ntense heat; great warmth of emotion; ardor; zeal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The flesh will murmur against you, but it will be bridled by <span style=\"font-weight: bold;\">fervor</span> of <a href=\"http://www.yourdictionary.com/spirit\"></a><span class=\"nolink\">spirit</span>. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Beware the leader who bangs the drums of war in order to whip the citizenry into a patriotic <span style=\"font-weight: bold;\">fervor</span>.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">17.) Fetter (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">T</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0);\">o bind with fetters; shackle; chain; to hold in check; restrain;</span></font><span style=\"font-style: italic;\"><br /></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-style: italic;\"></span><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> Far better to die for our country than to go with <span style=\"font-weight: bold;\">fettered</span> <span class=\"nolink\">hand</span>s into captivity!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><font size=\"2\">2) Cuba did not shrink from continuing its call to other <span style=\"font-weight: bold;\">fettered</span><span class=\"nolink\"> people</span>s to rebel, or from giving them active help.</font> <span style=\"font-size: 12pt; line-height: 115%;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">18.) Feud (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A bitter, protracted, and violent quarrel; any dispute or rivalry</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Both these killings were part of the <span class=\"nolink\">continuing </span><span style=\"font-weight: bold;\">feud</span> between the two wings of the IRA. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>They might have a <a href=\"http://www.yourdictionary.com/run\"></a><span class=\"nolink\">run</span>ning <span style=\"font-weight: bold;\">feud</span> or they might simply not get on with one an other.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">19.) Fidelity (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Faithful devotion to duty or to one\'s obligations or vows; loyalty; faithfulness</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A purge followed, and in 1579 every JP was required to swear <span style=\"font-weight: bold;\">fidelity</span> to the established religion. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>A single Webster will <span class=\"nolink\"><span class=\"nolink\"><span class=\"nolink\">deliver</span></span></span> stereo <span style=\"font-weight: bold;\">fidelity</span> by just using one speaker!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">20.) Fidget (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">The state of being restless, nervous, or uneasy</span></font></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)Thing is... " the demon <span style=\"font-weight: bold;\">fidgeted</span> a bit under Spike\'s gaze. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span>2)</span>Justin gets bored, <span style=\"font-weight: bold;\">fidgets</span> then starts looking at all the neatly organized books.</font></p>\r\n <p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n <o:RelyOnVML/>\r\n <o:AllowPNG/>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin-top:0in;\r\n mso-para-margin-right:0in;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0in;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;}\r\n</style>\r\n<![endif]--> </p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">21.)Finesse (<span style=\"font-style: italic;\">n</span>) :</span></font> <font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\">1)the ability to handle delicate and difficult situations skillfully and diplomatically</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\"><font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%;\">2)cunning; skill; artfulness; craft</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The present book seeks to <span style=\"font-weight: bold;\">finesse</span> this problem by starting with the applications, considering some specific non-linear differential equations. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span>2)</span>Clicking in the red region adds OVERDRIVE Click on the downstroke in the CLIP region to <span style=\"font-weight: bold;\">finesse</span> the shot.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">22.)Finical (<span style=\"font-style: italic;\">adj.</span>) :</span></font> <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">too fussy about food</span></font></p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">1) Insurance covers you against such an occurrence and minimizes the <span style=\"font-weight: bold;\">finical</span> impact. </font></p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">2)Many of you have requested the bank details to send <span style=\"font-weight: bold;\">finical</span> help.</font> </p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">23.) Fixate (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">to direct and focus (the eyes) on (a point or object)</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)Slow smooth pursuit movements let the eye and brain steadily and constantly <span style=\"font-weight: bold;\">fixate</span> an object</font> moving at less than 30 degrees per second. </p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Instruct the patient to <span style=\"font-weight: bold;\">fixate</span> a target straight ahead.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">24.)Flagrant (<span style=\"font-style: italic;\">adj.</span>) :</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">glaringly bad; notorious; outrageous</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)What finally finished off the Post Office\'s plan was their <span style=\"font-weight: bold;\">flagrant</span> disregard for the community\'s safety. </font></p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>This was in <span style=\"font-weight: bold;\">flagrant</span> violation of the UN Charter.</font></p>\r\n <p class=\"MsoNormal\"> <font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">25.)Flamboyant (<span style=\"font-style: italic;\">adj.</span>) :</span></font> <font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\">flamelike or brilliant in form or color; too showy or ornate; florid, extravagant, etc.</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>A man with a strong <span style=\"font-weight: bold;\">flamboyant</span> personality would be much more likely to prefer a ring which stands out. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)More than 2,000 guests sang along to \' Rocket Man \' at the <span style=\"font-weight: bold;\">flamboyant</span> singer \'s 14th annual Academy Awards bash.</font><span style=\"font-size: 12pt; line-height: 115%; font-family: \"times new roman\",\"serif\";\"></span></p> </div> ',1284267372),(1035,'44a4f102891f56af22c734537ae37d86','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p>\r\n<div style=\"text-decoration: underline; text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\" class=\"Apple-style-span\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"> </div><br /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;quot;; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]-->\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span></font><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive</span></font><span style=\"font-style: italic;\"><br /></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><span style=\"font-style: italic;\"></span> <span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><span style=\"color: rgb(102, 51, 0);\"> </span><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span></font><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"><br /></span></font></p>\r\n<p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"></span>1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span class=\"nolink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.<br /></span></font></span><span style=\"font-size: 12pt;\"><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">6.)</span></font></span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> Fatuous (<span style=\"font-style: italic;\">adj.</span>) : </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Complacently stupid or inane; silly; foolish</span></font></font>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)For social security reform the <span style=\"font-weight: bold;\">fatuous</span> <span class=\"nolink\">quot</span> which many thought placed underneath the. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>Behind its <span style=\"font-weight: bold;\">fatuous</span> claims of " managed migration " , the Government is starting to worry.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">7.) Faucet (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A device for regulating the flow of a liquid from a reservoir such as a pipe or drum.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The showers were a bit tricky because you have to turn the <span style=\"font-weight: bold;\">faucet</span> all the way around to get hot water. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>To <a href=\"http://www.yourdictionary.com/install\"></a><span class=\"nolink\">install</span> the <span style=\"font-weight: bold;\">faucet</span> a hole will need to be drilled into the work surface or the outer rim of the sink.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">8.) Fawn (<span style=\"font-style: italic;\">v</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">To show friendliness by licking hands, wagging its tail, etc.:</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Anorak pokes fun every weekday at Britain\'s infamous tabloids, haughty broadsheets and <span style=\"font-weight: bold;\">fawning</span> society magazines.. . </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>It was so ludicrous it made you think of Mel Brooks or Monty Python playing a scene of monstrous king and <span style=\"font-weight: bold;\">fawning</span> courtiers.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">9.) Feckless (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">Weak; ineffective; careless; irresponsible</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>Even children of <span style=\"font-weight: bold;\">feckless</span> parents will gain because choice works at the margins. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><font size=\"2\"><span>2)</span>Twenty years ago, black men were routinely seen on TV as pimps, muggers, drug dealers and <span style=\"font-weight: bold;\">feckless</span> <span class=\"nolink\">father</span>s.</font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span> </span></font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">10.) Fecund (<span style=\"font-style: italic;\">adj.</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Fruitful or fertile; productive; prolific</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There is no one writing fantasy today with a more <span style=\"font-weight: bold;\">fecund </span><a href=\"http://www.yourdictionary.com/imagination\"></a><span class=\"nolink\">imagination</span> than China Miéville. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>Mark Doyle is a producer for <span style=\"font-weight: bold;\">fecund</span> <span class=\"nolink\">film</span>s and a core member of fecund\'s acting ensemble.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">11.) Feint (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A false show;</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The light causes the pupils to contract thereby <a href=\"http://www.yourdictionary.com/make\"></a><span class=\"nolink\">making </span>the <span style=\"font-weight: bold;\">feint </span>stars impossible to see. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>Regimental cavalry requires no reinforcement to <a href=\"http://www.yourdictionary.com/conduct\"></a><span class=\"nolink\">conduct </span>a <span style=\"font-weight: bold;\">feint</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">12.)Felicitous (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Used or expressed in a way suitable to the occasion; aptly chosen; appropriate; apt</span></font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The forest, in Rackham\'s <span style=\"font-weight: bold;\">felicitous</span><span class=\"nolink\"> phrase</span>, was a place of deer, not a place of trees. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Conceptually that was quite accurate, even if it was not the most <span style=\"font-weight: bold;\">felicitous</span> <span class=\"nolink\">choice</span> of words.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">13.) Felon (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A person guilty of a major crime; criminal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A Felon\'s <span class=\"nolink\">death</span> Jesus died a <span style=\"font-weight: bold;\">felon\'s</span> death, a traitor to the ruling power in Rome. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>This banking career ended in a <span style=\"font-weight: bold;\">felon\'s</span> <a href=\"http://www.yourdictionary.com/cell\"></a><span class=\"nolink\">cell</span>.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">14.) Ferret (<span style=\"font-style: italic;\">n</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A narrow ribbon of cotton, wool, silk, etc.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There\'s goat milking, <span style=\"font-weight: bold;\">ferret</span> racing, lamb feeding or you can make a craft souvenir to take home. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>We are advised that an all wire <span style=\"font-weight: bold;\">ferret</span> <span class=\"nolink\">cage </span>in a shed or utility room is better.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">15.) Fervid (<span style=\"font-style: italic;\">adj.</span>) :</span><font size=\"3\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">H</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0); font-style: italic;\">ot; glowing; impassioned</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> It needs the most <span style=\"font-weight: bold;\">fervid</span><span class=\"nolink\"> imagination </span><span style=\"text-decoration: underline;\"></span>to distort any text to refer to him.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">16.) Fervor (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">I</span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">ntense heat; great warmth of emotion; ardor; zeal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The flesh will murmur against you, but it will be bridled by <span style=\"font-weight: bold;\">fervor</span> of <a href=\"http://www.yourdictionary.com/spirit\"></a><span class=\"nolink\">spirit</span>. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>Beware the leader who bangs the drums of war in order to whip the citizenry into a patriotic <span style=\"font-weight: bold;\">fervor</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">17.) Fetter (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">T</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0);\">o bind with fetters; shackle; chain; to hold in check; restrain;</span></font><span style=\"font-style: italic;\"><br /></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-style: italic;\"></span><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> Far better to die for our country than to go with <span style=\"font-weight: bold;\">fettered</span> <span class=\"nolink\">hand</span>s into captivity!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><font size=\"2\">2) Cuba did not shrink from continuing its call to other <span style=\"font-weight: bold;\">fettered</span><span class=\"nolink\"> people</span>s to rebel, or from giving them active help.</font> <span style=\"font-size: 12pt; line-height: 115%;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">18.) Feud (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A bitter, protracted, and violent quarrel; any dispute or rivalry</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Both these killings were part of the <span class=\"nolink\">continuing </span><span style=\"font-weight: bold;\">feud</span> between the two wings of the IRA. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>They might have a <a href=\"http://www.yourdictionary.com/run\"></a><span class=\"nolink\">run</span>ning <span style=\"font-weight: bold;\">feud</span> or they might simply not get on with one an other.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">19.) Fidelity (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Faithful devotion to duty or to one\'s obligations or vows; loyalty; faithfulness</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A purge followed, and in 1579 every JP was required to swear <span style=\"font-weight: bold;\">fidelity</span> to the established religion. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>A single Webster will <span class=\"nolink\"><span class=\"nolink\"><span class=\"nolink\">deliver</span></span></span> stereo <span style=\"font-weight: bold;\">fidelity</span> by just using one speaker!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">20.) Fidget (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">The state of being restless, nervous, or uneasy</span></font></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">1)Thing is... " the demon <span style=\"font-weight: bold;\">fidgeted</span> a bit under Spike\'s gaze. </font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Justin gets bored, <span style=\"font-weight: bold;\">fidgets</span> then starts looking at all the neatly organized books.</font></p>\r\n <p class=\"MsoNormal\"><!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
 <o:RelyOnVML/>
 <o:AllowPNG/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]--> </p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">21.)Finesse (<span style=\"font-style: italic;\">n</span>) :</span></font> <font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\">1)the ability to handle delicate and difficult situations skillfully and diplomatically</span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\" class=\"MsoNormal\"><font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%;\">2)cunning; skill; artfulness; craft</span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The present book seeks to <span style=\"font-weight: bold;\">finesse</span> this problem by starting with the applications, considering some specific non-linear differential equations. </font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Clicking in the red region adds OVERDRIVE Click on the downstroke in the CLIP region to <span style=\"font-weight: bold;\">finesse</span> the shot.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">22.)Finical (<span style=\"font-style: italic;\">adj.</span>) :</span></font> <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">too fussy about food</span></font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1) Insurance covers you against such an occurrence and minimizes the <span style=\"font-weight: bold;\">finical</span> impact. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2)Many of you have requested the bank details to send <span style=\"font-weight: bold;\">finical</span> help.</font> </p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">23.) Fixate (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">to direct and focus (the eyes) on (a point or object)</span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">1)Slow smooth pursuit movements let the eye and brain steadily and constantly <span style=\"font-weight: bold;\">fixate</span> an object</font> moving at less than 30 degrees per second. </p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span>2)</span>Instruct the patient to <span style=\"font-weight: bold;\">fixate</span> a target straight ahead.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">24.)Flagrant (<span style=\"font-style: italic;\">adj.</span>) :</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">glaringly bad; notorious; outrageous</span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">1)What finally finished off the Post Office\'s plan was their <span style=\"font-weight: bold;\">flagrant</span> disregard for the community\'s safety. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span>2)</span>This was in <span style=\"font-weight: bold;\">flagrant</span> violation of the UN Charter.</font></p>\r\n <p class=\"MsoNormal\"> <font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">25.)Flamboyant (<span style=\"font-style: italic;\">adj.</span>) :</span></font> <font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\">flamelike or brilliant in form or color; too showy or ornate; florid, extravagant, etc.</span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>A man with a strong <span style=\"font-weight: bold;\">flamboyant</span> personality would be much more likely to prefer a ring which stands out. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)More than 2,000 guests sang along to \' Rocket Man \' at the <span style=\"font-weight: bold;\">flamboyant</span> singer \'s 14th annual Academy Awards bash.</font><span style=\"font-size: 12pt; line-height: 115%;\"></span></p> </div> ',1284267419),(1036,'e4a436c917fbeba9de8aebae776a5225','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p>\r\n<div style=\"text-decoration: underline; text-align: center;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div> </div><br /><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]-->\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span></font><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive</span></font><span style=\"font-style: italic;\"><br /></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><span style=\"font-style: italic;\"></span> <span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><span style=\"color: rgb(102, 51, 0);\"> </span><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span></font><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"><br /></span></font></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"></span>1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"nolink\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.<br /></span></font></span><span style=\"font-size: 12pt;\"><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">6.)</span></font></span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> Fatuous (<span style=\"font-style: italic;\">adj.</span>) : </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Complacently stupid or inane; silly; foolish</span></font></font>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)For social security reform the <span style=\"font-weight: bold;\">fatuous</span> <span class=\"nolink\">quot</span> which many thought placed underneath the. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Behind its <span style=\"font-weight: bold;\">fatuous</span> claims of " managed migration " , the Government is starting to worry.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">7.) Faucet (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A device for regulating the flow of a liquid from a reservoir such as a pipe or drum.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The showers were a bit tricky because you have to turn the <span style=\"font-weight: bold;\">faucet</span> all the way around to get hot water. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>To <a href=\"http://www.yourdictionary.com/install\"></a><span class=\"nolink\">install</span> the <span style=\"font-weight: bold;\">faucet</span> a hole will need to be drilled into the work surface or the outer rim of the sink.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">8.) Fawn (<span style=\"font-style: italic;\">v</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">To show friendliness by licking hands, wagging its tail, etc.:</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Anorak pokes fun every weekday at Britain\'s infamous tabloids, haughty broadsheets and <span style=\"font-weight: bold;\">fawning</span> society magazines.. . </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>It was so ludicrous it made you think of Mel Brooks or Monty Python playing a scene of monstrous king and <span style=\"font-weight: bold;\">fawning</span> courtiers.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">9.) Feckless (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">Weak; ineffective; careless; irresponsible</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>Even children of <span style=\"font-weight: bold;\">feckless</span> parents will gain because choice works at the margins. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"2\"><span>2)</span>Twenty years ago, black men were routinely seen on TV as pimps, muggers, drug dealers and <span style=\"font-weight: bold;\">feckless</span> <span class=\"nolink\">father</span>s.</font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span> </span></font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">10.) Fecund (<span style=\"font-style: italic;\">adj.</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Fruitful or fertile; productive; prolific</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There is no one writing fantasy today with a more <span style=\"font-weight: bold;\">fecund </span><a href=\"http://www.yourdictionary.com/imagination\"></a><span class=\"nolink\">imagination</span> than China Miéville. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Mark Doyle is a producer for <span style=\"font-weight: bold;\">fecund</span> <span class=\"nolink\">film</span>s and a core member of fecund\'s acting ensemble.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">11.) Feint (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A false show;</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The light causes the pupils to contract thereby <a href=\"http://www.yourdictionary.com/make\"></a><span class=\"nolink\">making </span>the <span style=\"font-weight: bold;\">feint </span>stars impossible to see. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Regimental cavalry requires no reinforcement to <a href=\"http://www.yourdictionary.com/conduct\"></a><span class=\"nolink\">conduct </span>a <span style=\"font-weight: bold;\">feint</span>.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">12.)Felicitous (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Used or expressed in a way suitable to the occasion; aptly chosen; appropriate; apt</span></font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The forest, in Rackham\'s <span style=\"font-weight: bold;\">felicitous</span><span class=\"nolink\"> phrase</span>, was a place of deer, not a place of trees. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Conceptually that was quite accurate, even if it was not the most <span style=\"font-weight: bold;\">felicitous</span> <span class=\"nolink\">choice</span> of words.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">13.) Felon (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A person guilty of a major crime; criminal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A Felon\'s <span class=\"nolink\">death</span> Jesus died a <span style=\"font-weight: bold;\">felon\'s</span> death, a traitor to the ruling power in Rome. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>This banking career ended in a <span style=\"font-weight: bold;\">felon\'s</span> <a href=\"http://www.yourdictionary.com/cell\"></a><span class=\"nolink\">cell</span>.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">14.) Ferret (<span style=\"font-style: italic;\">n</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A narrow ribbon of cotton, wool, silk, etc.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There\'s goat milking, <span style=\"font-weight: bold;\">ferret</span> racing, lamb feeding or you can make a craft souvenir to take home. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>We are advised that an all wire <span style=\"font-weight: bold;\">ferret</span> <span class=\"nolink\">cage </span>in a shed or utility room is better.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">15.) Fervid (<span style=\"font-style: italic;\">adj.</span>) :</span><font size=\"3\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">H</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0); font-style: italic;\">ot; glowing; impassioned</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> It needs the most <span style=\"font-weight: bold;\">fervid</span><span class=\"nolink\"> imagination </span><span style=\"text-decoration: underline;\"></span>to distort any text to refer to him.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">16.) Fervor (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">I</span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">ntense heat; great warmth of emotion; ardor; zeal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The flesh will murmur against you, but it will be bridled by <span style=\"font-weight: bold;\">fervor</span> of <a href=\"http://www.yourdictionary.com/spirit\"></a><span class=\"nolink\">spirit</span>. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Beware the leader who bangs the drums of war in order to whip the citizenry into a patriotic <span style=\"font-weight: bold;\">fervor</span>.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">17.) Fetter (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">T</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0);\">o bind with fetters; shackle; chain; to hold in check; restrain;</span></font><span style=\"font-style: italic;\"><br /></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-style: italic;\"></span><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> Far better to die for our country than to go with <span style=\"font-weight: bold;\">fettered</span> <span class=\"nolink\">hand</span>s into captivity!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><font size=\"2\">2) Cuba did not shrink from continuing its call to other <span style=\"font-weight: bold;\">fettered</span><span class=\"nolink\"> people</span>s to rebel, or from giving them active help.</font> <span style=\"font-size: 12pt; line-height: 115%;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">18.) Feud (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A bitter, protracted, and violent quarrel; any dispute or rivalry</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Both these killings were part of the <span class=\"nolink\">continuing </span><span style=\"font-weight: bold;\">feud</span> between the two wings of the IRA. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>They might have a <a href=\"http://www.yourdictionary.com/run\"></a><span class=\"nolink\">run</span>ning <span style=\"font-weight: bold;\">feud</span> or they might simply not get on with one an other.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">19.) Fidelity (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Faithful devotion to duty or to one\'s obligations or vows; loyalty; faithfulness</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A purge followed, and in 1579 every JP was required to swear <span style=\"font-weight: bold;\">fidelity</span> to the established religion. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>A single Webster will <span class=\"nolink\"><span class=\"nolink\"><span class=\"nolink\">deliver</span></span></span> stereo <span style=\"font-weight: bold;\">fidelity</span> by just using one speaker!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">20.) Fidget (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">The state of being restless, nervous, or uneasy</span></font></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)Thing is... " the demon <span style=\"font-weight: bold;\">fidgeted</span> a bit under Spike\'s gaze. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span>2)</span>Justin gets bored, <span style=\"font-weight: bold;\">fidgets</span> then starts looking at all the neatly organized books.</font></p>\r\n <p class=\"MsoNormal\"><!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
 <o:RelyOnVML/>
 <o:AllowPNG/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]--> </p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">21.)Finesse (<span style=\"font-style: italic;\">n</span>) :</span></font> <font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\">1)the ability to handle delicate and difficult situations skillfully and diplomatically</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\"><font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%;\">2)cunning; skill; artfulness; craft</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The present book seeks to <span style=\"font-weight: bold;\">finesse</span> this problem by starting with the applications, considering some specific non-linear differential equations. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span>2)</span>Clicking in the red region adds OVERDRIVE Click on the downstroke in the CLIP region to <span style=\"font-weight: bold;\">finesse</span> the shot.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">22.)Finical (<span style=\"font-style: italic;\">adj.</span>) :</span></font> <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">too fussy about food</span></font></p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">1) Insurance covers you against such an occurrence and minimizes the <span style=\"font-weight: bold;\">finical</span> impact. </font></p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">2)Many of you have requested the bank details to send <span style=\"font-weight: bold;\">finical</span> help.</font> </p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">23.) Fixate (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">to direct and focus (the eyes) on (a point or object)</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)Slow smooth pursuit movements let the eye and brain steadily and constantly <span style=\"font-weight: bold;\">fixate</span> an object</font> moving at less than 30 degrees per second. </p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Instruct the patient to <span style=\"font-weight: bold;\">fixate</span> a target straight ahead.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">24.)Flagrant (<span style=\"font-style: italic;\">adj.</span>) :</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">glaringly bad; notorious; outrageous</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)What finally finished off the Post Office\'s plan was their <span style=\"font-weight: bold;\">flagrant</span> disregard for the community\'s safety. </font></p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>This was in <span style=\"font-weight: bold;\">flagrant</span> violation of the UN Charter.</font></p>\r\n <p class=\"MsoNormal\"> <font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">25.)<a href=\"http://http://www.yourdictionary.com/examples/flamboyant\" target=\"_blank\">Flamboyant (<span style=\"font-style: italic;\">adj.</span>)</a> :</span></font> <font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\">flamelike or brilliant in form or color; too showy or ornate; florid, extravagant, etc.</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>A man with a strong <span style=\"font-weight: bold;\">flamboyant</span> personality would be much more likely to prefer a ring which stands out. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)More than 2,000 guests sang along to \' Rocket Man \' at the <span style=\"font-weight: bold;\">flamboyant</span> singer \'s 14th annual Academy Awards bash.</font><span style=\"font-size: 12pt; line-height: 115%;\"></span></p> </div> ',1284267557),(1037,'35a11fa396cefd1fa4d979bf70c7d58b','<p class=\"book_chapter_title\">Synonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abate\" target=\"_blank\" title=\"Abate\">Abate</a> : <span style=\"color: rgb(0, 139, 0);\">decrease, weaken, subside, diminish</span><br />2.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abdicate\" target=\"_blank\" title=\"Abdicate\">Abdicate</a> : <span style=\"color: rgb(0, 139, 0);\">resign, quit, abandon, repudiate</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abeyance\" target=\"_blank\" title=\"Abeyance\">Abeyance</a> </span>: <span style=\"color: rgb(0, 139, 0);\">remission, deferral </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abhor\" target=\"_blank\" title=\"Abhor\">Abhor</a> </span>: <span style=\"color: rgb(0, 139, 0);\">hate, despise, abominate</span><span style=\"font-weight: bold;\"><br /></span>5.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" target=\"_blank\" title=\"Abide\">Abide</a><span style=\"font-weight: bold;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.467478070090226\"><span style=\"font-weight: bold;\"></span> </a>: </span><span style=\"color: rgb(0, 139, 0);\">accept, acknowledge, consent</span><span style=\"font-weight: bold;\"><br /></span>6.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Abjure\" target=\"_blank\" title=\"Abjure\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Abrade\" target=\"_blank\" title=\"Abrade\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) <a href=\"http://thesaurus.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\" style=\"color: rgb(0, 51, 102);\">Abrasion</a> :<span style=\"color: rgb(0, 139, 0);\"> chafe, injury, scrape</span><br />9.) <a href=\"http://thesaurus.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : <span style=\"color: rgb(0, 139, 0);\">abate, cancel, invalidate</span><br />10.) <a href=\"http://thesaurus.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : <span style=\"color: rgb(0, 139, 0);\">vanish, break, clear out</span><br />11.) <a href=\"http://thesaurus.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\" style=\"color: rgb(0, 51, 102);\">Abstruse</a> : <span style=\"color: rgb(0, 139, 0);\">complex, abstract, complected</span><br style=\"color: rgb(0, 139, 0);\" />12.) <a href=\"http://thesaurus.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : <span style=\"color: rgb(0, 139, 0);\">abounding, generous, lavish, heavy</span><br />13.) <a title=\"Abut\" target=\"_blank\" href=\"http://thesaurus.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut</span></a> : <span style=\"color: rgb(0, 139, 0);\">adjoin, neighbor, approximate, connect</span><br style=\"color: rgb(0, 139, 0);\" />14.) <a title=\"Abysmal\" target=\"_blank\" href=\"http://thesaurus.com/browse/abysmal\"><span style=\"color: rgb(0, 51, 102);\">Abysmal</span></a> : <span style=\"color: rgb(0, 139, 0);\">extreme, infinite, profound</span><br />15.) <a title=\"Acarpous\" target=\"_blank\" href=\"http://thesaurus.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous</span></a> : <span style=\"color: rgb(0, 139, 0);\">arid, fruitless, impotent, useless</span><br />16.) <a title=\"Accentuate\" target=\"_blank\" href=\"http://thesaurus.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate</span></a> : <span style=\"color: rgb(0, 139, 0);\">accent, emphasize, highlight, stress</span><br />17.) <a href=\"http://thesaurus.com/browse/acclaimed\" target=\"_blank\" title=\"Acclainmed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed</span></a> : <span style=\"color: rgb(0, 139, 0);\">applaud, kudos, cheer, celebrate </span><br />18.) <a href=\"http://thesaurus.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade</span></a> : <span style=\"color: rgb(0, 139, 0);\">approval, award, honor, distinction</span><br />19.) <a href=\"http://thesaurus.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion</span></a> : <span style=\"color: rgb(0, 139, 0);\">accession, accumulation, increase, raise</span><br />20) <a href=\"http://thesaurus.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition</span></a> : <span style=\"color: rgb(0, 139, 0);\">achievement, possession, pursuit, redemption</span><br />21.) <a title=\"Adamant\" target=\"_blank\" href=\"http://thesaurus.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant</span></a> : <span style=\"color: rgb(0, 139, 0);\">determine, firm, inexorable, rigid</span><br />22.) <a title=\"Adhere\" target=\"_blank\" href=\"http://thesaurus.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adhere</span></a> : <span style=\"color: rgb(0, 139, 0);\">support, follow, fulfill</span><br />23.) <a title=\"Adhesion\" target=\"_blank\" href=\"http://thesaurus.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion</span></a> :<span style=\"color: rgb(0, 139, 0);\"> attachment, bond, cling, grip</span><br />24.) <a title=\"Adjacent\" target=\"_blank\" href=\"http://thesaurus.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adjacent</span></a> : <span style=\"color: rgb(0, 139, 0);\">beside, close, contiguous, near</span><br style=\"color: rgb(0, 139, 0);\" /><br /><br /> <br /> ',1295626438),(1038,'deedfb5f98db71cd66796439a1246f6b','<p class=\"book_chapter_title\">Vocab Drill 1 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abacus\" style=\"color: rgb(0, 51, 102);\" title=\"Abacus\">Abacus (<span style=\"font-style: italic;\">n</span>)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Frame with balls for arithmetic calculations</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They didn\'t<span class=\"Apple-converted-space\"> </span><span class=\"ex\"><span class=\"nolink\">have</span></span><span class=\"Apple-converted-space\"> </span>calculators in Victorian schools, but they did have the <span style=\"font-weight: bold;\">abacus</span>!</span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abate\" style=\"color: rgb(0, 51, 102);\" title=\"Abate\">Abate (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make less in amount, to subside, to lesson or reduce</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Whether this zeal will <span style=\"font-weight: bold;\">abate </span>with<span class=\"Apple-converted-space\"> </span><span class=\"ex\">time</span>, is yet a question.<br /></span></span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: italic bold medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\" title=\"Abdicate\">Abdicate (v)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">To renounce, give up, repudiate (dignity or responsibility)</font><span style=\"color: rgb(0, 139, 0);\"></span></font><br /></div>\r\n<div style=\"text-align: justify;\">\r\n <div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\" title=\"beyance\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\" title=\"Abhor\">Abhor (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To hate/to detest</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)They are people who <span style=\"font-weight: bold;\">abhor</span><span class=\"Apple-converted-space\"> </span><span class=\"ex\">violence</span>, people who seek peace.</span></span></font><font size=\"2\"><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">particularly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abhor</span> the kind of sloppiness that comes over even perfectly literate people when confronted with a email message.</span></span></font><br /><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!<br /><br /></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Acclaimed\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Accolade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a href=\"http://dictionary.reference.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a href=\"http://dictionary.reference.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />22.)<a title=\"Adamant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a href=\"http://dictionary.reference.com/browse/adhere\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)<a title=\"Adhesion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a title=\"Adjacent\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font><br /></div></div></div></div></div></div></div></div></div>',1299652432),(1039,'6bc291e3d070a521ac1f3a36c3b2ae59','<p class=\"book_chapter_title\">Antonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /></div><br />1.) <a href=\"http://thesaurus.com/browse/abate\" target=\"_blank\" title=\"Abate\"><span style=\"color: rgb(0, 51, 102);\">Abate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">increase, intensify, extend</span><br /> 2.) <a href=\"http://thesaurus.com/browse/abdicate\" target=\"_blank\" title=\"Abdicate\"><span style=\"color: rgb(0, 51, 102);\">Abdicate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">assert, assume, challenge, claim</span><br />3.) <a href=\"http://thesaurus.com/browse/abeyance\" target=\"_blank\" title=\"Abeyance\"><span style=\"color: rgb(0, 51, 102);\">Abeyance </span></a>: <span style=\"color: rgb(0, 139, 0);\">action, activity, revival</span><br />4.) <a href=\"http://thesaurus.com/browse/abhor\" target=\"_blank\" title=\"Abhor\"><span style=\"color: rgb(0, 51, 102);\">Abhor </span></a>: <span style=\"color: rgb(0, 139, 0);\">admire, adore, cherish</span><br />5.) <a href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" target=\"_blank\" title=\"Abide\" style=\"color: rgb(0, 51, 102);\">Abide </a>: <span style=\"color: rgb(0, 139, 0);\">despise, dispute, pass, quit</span><br />6.) <a title=\"Abjure\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abjure\" style=\"color: rgb(0, 51, 102);\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a title=\"Abrade\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abrade\" style=\"color: rgb(0, 51, 102);\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abrasion\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrasion\">Abrasion</a> :<span style=\"color: rgb(0, 139, 0);\"> chafe, injury, scrape</span><br />9.) <a title=\"Abrogate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : <span style=\"color: rgb(0, 139, 0);\">abate, cancel, invalidate</span><br />10.) <a title=\"Abscond\" target=\"_blank\" href=\"http://thesaurus.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : <span style=\"color: rgb(0, 139, 0);\">vanish, break, clear out</span><br />11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abstruse\" target=\"_blank\" href=\"http://thesaurus.com/browse/abstruse\">Abstruse</a> : <span style=\"color: rgb(0, 139, 0);\">complex, abstract, complected</span><br style=\"color: rgb(0, 139, 0);\" />12.) <a title=\"Abundant\" target=\"_blank\" href=\"http://thesaurus.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : <span style=\"color: rgb(0, 139, 0);\">abounding, generous, lavish, heavy</span><br />13.) <a href=\"http://thesaurus.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut</span></a> : <span style=\"color: rgb(0, 139, 0);\">adjoin, neighbor, approximate, connect</span><br style=\"color: rgb(0, 139, 0);\" />14.) <a href=\"http://thesaurus.com/browse/abysmal\" target=\"_blank\" title=\"Abysmal\"><span style=\"color: rgb(0, 51, 102);\">Abysmal</span></a> : <span style=\"color: rgb(0, 139, 0);\">extreme, infinite, profound</span><br />15.) <a href=\"http://thesaurus.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous</span></a> : <span style=\"color: rgb(0, 139, 0);\">arid, fruitless, impotent, useless</span><br />16.) <a href=\"http://thesaurus.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate</span></a> : <span style=\"color: rgb(0, 139, 0);\">accent, emphasize, highlight, stress</span><br />17.) <a title=\"Acclainmed\" target=\"_blank\" href=\"http://thesaurus.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed</span></a> : <span style=\"color: rgb(0, 139, 0);\">applaud, kudos, cheer, celebrate </span><br />18.) <a title=\"Accolade\" target=\"_blank\" href=\"http://thesaurus.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade</span></a> : <span style=\"color: rgb(0, 139, 0);\">approval, award, honor, distinction</span><br />19.) <a title=\"Accretion\" target=\"_blank\" href=\"http://thesaurus.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion</span></a> : <span style=\"color: rgb(0, 139, 0);\">accession, accumulation, increase, raise</span><br />20) <a title=\"Acquisition\" target=\"_blank\" href=\"http://thesaurus.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition</span></a> : <span style=\"color: rgb(0, 139, 0);\">achievement, possession, pursuit, redemption</span><br />21.) <a href=\"http://thesaurus.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant</span></a> : <span style=\"color: rgb(0, 139, 0);\">determine, firm, inexorable, rigid</span><br />22.) <a href=\"http://thesaurus.com/browse/adamant\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere</span></a> : <span style=\"color: rgb(0, 139, 0);\">support, follow, fulfill</span><br />23.) <a href=\"http://thesaurus.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion</span></a> :<span style=\"color: rgb(0, 139, 0);\"> attachment, bond, cling, grip</span><br />24.) <a href=\"http://thesaurus.com/browse/adhesion\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent</span></a> : <span style=\"color: rgb(0, 139, 0);\">beside, close, contiguous, near</span><br style=\"color: rgb(0, 139, 0);\" /><br /><br /> <br />',1284267754),(1040,'30a541b761160e6b7f70b50c42dfbd3c','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p>\r\n<div style=\"text-decoration: underline; text-align: center;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\" class=\"Apple-style-span\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div> </div><br /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" rel=\"themeData\" /><link href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" rel=\"colorSchemeMapping\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]-->\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span></font><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive</span></font><span style=\"font-style: italic;\"><br /></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><span style=\"font-style: italic;\"></span> <span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><span style=\"color: rgb(102, 51, 0);\"> </span><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span></font><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"><br /></span></font></p>\r\n<p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"></span>1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span class=\"nolink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.<br /></span></font></span><span style=\"font-size: 12pt;\"><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">6.)</span></font></span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> Fatuous (<span style=\"font-style: italic;\">adj.</span>) : </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Complacently stupid or inane; silly; foolish</span></font></font>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)For social security reform the <span style=\"font-weight: bold;\">fatuous</span> <span class=\"nolink\">quot</span> which many thought placed underneath the. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>Behind its <span style=\"font-weight: bold;\">fatuous</span> claims of " managed migration " , the Government is starting to worry.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">7.) Faucet (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A device for regulating the flow of a liquid from a reservoir such as a pipe or drum.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The showers were a bit tricky because you have to turn the <span style=\"font-weight: bold;\">faucet</span> all the way around to get hot water. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>To <a href=\"http://www.yourdictionary.com/install\"></a><span class=\"nolink\">install</span> the <span style=\"font-weight: bold;\">faucet</span> a hole will need to be drilled into the work surface or the outer rim of the sink.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">8.) Fawn (<span style=\"font-style: italic;\">v</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">To show friendliness by licking hands, wagging its tail, etc.:</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Anorak pokes fun every weekday at Britain\'s infamous tabloids, haughty broadsheets and <span style=\"font-weight: bold;\">fawning</span> society magazines.. . </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>It was so ludicrous it made you think of Mel Brooks or Monty Python playing a scene of monstrous king and <span style=\"font-weight: bold;\">fawning</span> courtiers.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">9.) Feckless (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">Weak; ineffective; careless; irresponsible</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>Even children of <span style=\"font-weight: bold;\">feckless</span> parents will gain because choice works at the margins. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><font size=\"2\"><span>2)</span>Twenty years ago, black men were routinely seen on TV as pimps, muggers, drug dealers and <span style=\"font-weight: bold;\">feckless</span> <span class=\"nolink\">father</span>s.</font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span> </span></font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">10.) Fecund (<span style=\"font-style: italic;\">adj.</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Fruitful or fertile; productive; prolific</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There is no one writing fantasy today with a more <span style=\"font-weight: bold;\">fecund </span><a href=\"http://www.yourdictionary.com/imagination\"></a><span class=\"nolink\">imagination</span> than China Miéville. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>Mark Doyle is a producer for <span style=\"font-weight: bold;\">fecund</span> <span class=\"nolink\">film</span>s and a core member of fecund\'s acting ensemble.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">11.) Feint (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A false show;</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The light causes the pupils to contract thereby <a href=\"http://www.yourdictionary.com/make\"></a><span class=\"nolink\">making </span>the <span style=\"font-weight: bold;\">feint </span>stars impossible to see. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>Regimental cavalry requires no reinforcement to <a href=\"http://www.yourdictionary.com/conduct\"></a><span class=\"nolink\">conduct </span>a <span style=\"font-weight: bold;\">feint</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">12.)Felicitous (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Used or expressed in a way suitable to the occasion; aptly chosen; appropriate; apt</span></font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The forest, in Rackham\'s <span style=\"font-weight: bold;\">felicitous</span><span class=\"nolink\"> phrase</span>, was a place of deer, not a place of trees. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Conceptually that was quite accurate, even if it was not the most <span style=\"font-weight: bold;\">felicitous</span> <span class=\"nolink\">choice</span> of words.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">13.) Felon (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A person guilty of a major crime; criminal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A Felon\'s <span class=\"nolink\">death</span> Jesus died a <span style=\"font-weight: bold;\">felon\'s</span> death, a traitor to the ruling power in Rome. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>This banking career ended in a <span style=\"font-weight: bold;\">felon\'s</span> <a href=\"http://www.yourdictionary.com/cell\"></a><span class=\"nolink\">cell</span>.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">14.) Ferret (<span style=\"font-style: italic;\">n</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A narrow ribbon of cotton, wool, silk, etc.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There\'s goat milking, <span style=\"font-weight: bold;\">ferret</span> racing, lamb feeding or you can make a craft souvenir to take home. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>We are advised that an all wire <span style=\"font-weight: bold;\">ferret</span> <span class=\"nolink\">cage </span>in a shed or utility room is better.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">15.) Fervid (<span style=\"font-style: italic;\">adj.</span>) :</span><font size=\"3\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">H</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0); font-style: italic;\">ot; glowing; impassioned</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> It needs the most <span style=\"font-weight: bold;\">fervid</span><span class=\"nolink\"> imagination </span><span style=\"text-decoration: underline;\"></span>to distort any text to refer to him.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">16.) Fervor (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">I</span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">ntense heat; great warmth of emotion; ardor; zeal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The flesh will murmur against you, but it will be bridled by <span style=\"font-weight: bold;\">fervor</span> of <a href=\"http://www.yourdictionary.com/spirit\"></a><span class=\"nolink\">spirit</span>. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"2\"><span>2)</span>Beware the leader who bangs the drums of war in order to whip the citizenry into a patriotic <span style=\"font-weight: bold;\">fervor</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">17.) Fetter (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">T</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0);\">o bind with fetters; shackle; chain; to hold in check; restrain;</span></font><span style=\"font-style: italic;\"><br /></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-style: italic;\"></span><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> Far better to die for our country than to go with <span style=\"font-weight: bold;\">fettered</span> <span class=\"nolink\">hand</span>s into captivity!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><font size=\"2\">2) Cuba did not shrink from continuing its call to other <span style=\"font-weight: bold;\">fettered</span><span class=\"nolink\"> people</span>s to rebel, or from giving them active help.</font> <span style=\"font-size: 12pt; line-height: 115%;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">18.) Feud (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A bitter, protracted, and violent quarrel; any dispute or rivalry</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Both these killings were part of the <span class=\"nolink\">continuing </span><span style=\"font-weight: bold;\">feud</span> between the two wings of the IRA. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>They might have a <a href=\"http://www.yourdictionary.com/run\"></a><span class=\"nolink\">run</span>ning <span style=\"font-weight: bold;\">feud</span> or they might simply not get on with one an other.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">19.) Fidelity (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Faithful devotion to duty or to one\'s obligations or vows; loyalty; faithfulness</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A purge followed, and in 1579 every JP was required to swear <span style=\"font-weight: bold;\">fidelity</span> to the established religion. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>A single Webster will <span class=\"nolink\"><span class=\"nolink\"><span class=\"nolink\">deliver</span></span></span> stereo <span style=\"font-weight: bold;\">fidelity</span> by just using one speaker!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">20.) Fidget (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">The state of being restless, nervous, or uneasy</span></font></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">1)Thing is... " the demon <span style=\"font-weight: bold;\">fidgeted</span> a bit under Spike\'s gaze. </font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Justin gets bored, <span style=\"font-weight: bold;\">fidgets</span> then starts looking at all the neatly organized books.</font></p>\r\n <p class=\"MsoNormal\"><!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
 <o:RelyOnVML/>
 <o:AllowPNG/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]--> </p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">21.)Finesse (<span style=\"font-style: italic;\">n</span>) :</span></font> <font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\">1)the ability to handle delicate and difficult situations skillfully and diplomatically</span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\" class=\"MsoNormal\"><font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%;\">2)cunning; skill; artfulness; craft</span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The present book seeks to <span style=\"font-weight: bold;\">finesse</span> this problem by starting with the applications, considering some specific non-linear differential equations. </font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Clicking in the red region adds OVERDRIVE Click on the downstroke in the CLIP region to <span style=\"font-weight: bold;\">finesse</span> the shot.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">22.)Finical (<span style=\"font-style: italic;\">adj.</span>) :</span></font> <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">too fussy about food</span></font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1) Insurance covers you against such an occurrence and minimizes the <span style=\"font-weight: bold;\">finical</span> impact. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2)Many of you have requested the bank details to send <span style=\"font-weight: bold;\">finical</span> help.</font> </p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">23.) Fixate (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">to direct and focus (the eyes) on (a point or object)</span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">1)Slow smooth pursuit movements let the eye and brain steadily and constantly <span style=\"font-weight: bold;\">fixate</span> an object</font> moving at less than 30 degrees per second. </p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span>2)</span>Instruct the patient to <span style=\"font-weight: bold;\">fixate</span> a target straight ahead.</font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal;\"> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">24.)Flagrant (<span style=\"font-style: italic;\">adj.</span>) :</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">glaringly bad; notorious; outrageous</span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">1)What finally finished off the Post Office\'s plan was their <span style=\"font-weight: bold;\">flagrant</span> disregard for the community\'s safety. </font></p>\r\n <p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span>2)</span>This was in <span style=\"font-weight: bold;\">flagrant</span> violation of the UN Charter.</font></p>\r\n <p class=\"MsoNormal\"> <font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">25.)<a target=\"_blank\" href=\"http://http://www.yourdictionary.com/examples/flamboyant\" style=\"color: rgb(0, 51, 102);\">Flamboyant (<span style=\"font-style: italic;\">adj.</span>)</a> :</span></font> <font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\">flamelike or brilliant in form or color; too showy or ornate; florid, extravagant, etc.</span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>A man with a strong <span style=\"font-weight: bold;\">flamboyant</span> personality would be much more likely to prefer a ring which stands out. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)More than 2,000 guests sang along to \' Rocket Man \' at the <span style=\"font-weight: bold;\">flamboyant</span> singer \'s 14th annual Academy Awards bash.</font><span style=\"font-size: 12pt; line-height: 115%;\"></span></p> </div> ',1284267909),(1041,'c723a18949369bc26d58aef7beb245a3','<p class=\"book_chapter_title\">Vocab Drill 20 (Letter \'F\')</p>\r\n<div style=\"text-decoration: underline; text-align: center;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; color: rgb(255, 0, 0); font-family: arial,verdana,helvetica,sans-serif; text-align: center; font-size: large;\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: \'times new roman\',times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></span></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div> </div><br /><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml\" /><link rel=\"themeData\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx\" /><link rel=\"colorSchemeMapping\" href=\"file:///C:%5CDOCUME%7E1%5Cuser1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Cambria Math&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Calibri&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;,&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;sans-serif&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]-->\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">1.)Facetious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> </span></font></span><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Joking or trying to be jocular, esp. at an inappropriate time</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) Wags \' Dinners ( Definition of a Wag - " a <span style=\"font-weight: bold;\">facetious</span> person: intending to be amusing, especially inappropriately " !</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">2) Mr Boyd: I am making the serious point, in a slightly <span style=\"font-weight: bold;\">facetious </span><span class=\"nolink\">way</span>, that a range of skills must be encouraged.</font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">2.)Facile (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font><font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Not hard to do or achieve; easy</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Target executive would certain <span style=\"font-weight: bold;\">facile</span> <span class=\"nolink\">assumption</span>s most computer stores may not realize. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)</font><span style=\"font-size: 12pt; line-height: 115%; color: rgb(102, 51, 0);\"></span><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">I thought that was a pretty <span style=\"font-weight: bold;\">facile</span> argument then and I think it is a pretty facile argument now.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 51, 102);\">3.)</span></font><span style=\"color: rgb(0, 51, 102);\">Facilitate (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">) :</span></font> <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">to make easy or easier</span></font></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\">1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">The Center has academic agreements with several Latin American universities which <span style=\"font-weight: bold;\">facilitate </span>exchanges of faculty. </font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"color: rgb(102, 51, 0);\">2</span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">)Snail Mail Workshop The school workshop was <span class=\"ex\">jointly</span> <span style=\"font-weight: bold;\">facilitated</span> by my good friend and writer, Fiona Hamilton.</font><font size=\"2\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"></span><span style=\"font-size: 12pt; line-height: 115%;\"> </span></font><span> <br /></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">4.)Fallacious (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj.</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1)</span><span style=\"font-size: 12pt; font-style: italic;\">misleading or deceptive</span></font><span style=\"font-style: italic;\"><br /></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><span style=\"font-style: italic;\"></span> <span style=\"font-size: 12pt;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">2)causing disappointment; delusive</span></font><o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><span style=\"color: rgb(102, 51, 0);\"> </span><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)Robust skepticism can be helpful, but<span style=\"font-weight: bold;\"> fallacious</span> reasoning needs to be exposed and rebutted. </font><o:p></o:p></span></font></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\">2)</font></span></font><span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The example of Norway shows this to be <span style=\"font-weight: bold;\">fallacious</span> argument.</font><o:p></o:p></span></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"> <br /></div>\r\n<div style=\"text-align: justify;\"> </div>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><font size=\"4\"><span style=\"font-size: 12pt; color: rgb(0, 51, 102);\">5.)F</span></font><span style=\"color: rgb(0, 51, 102);\">allacy (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">) :</span> </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">aptness to mislead; deceptive or delusive quality</span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"><br /></span></font></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-style: italic;\"></span>1)</font><span style=\"font-size: 12pt; line-height: 115%;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The work also amply demonstrates the <span style=\"font-weight: bold;\">fallacy</span> of that argument.</font> <o:p></o:p></span></p>\r\n<div style=\"text-align: justify;\"> </div>\r\n<div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); text-align: justify;\"> <span style=\"font-size: 12pt;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The <span style=\"font-weight: bold;\">fallacy</span> of dependency </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"nolink\">theory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> has been demonstrated by sociologist Peter Berger of Boston University.<br /></span></font></span><span style=\"font-size: 12pt;\"><br /><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">6.)</span></font></span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"> Fatuous (<span style=\"font-style: italic;\">adj.</span>) : </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Complacently stupid or inane; silly; foolish</span></font></font>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)For social security reform the <span style=\"font-weight: bold;\">fatuous</span> <span class=\"nolink\">quot</span> which many thought placed underneath the. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Behind its <span style=\"font-weight: bold;\">fatuous</span> claims of " managed migration " , the Government is starting to worry.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">7.) Faucet (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A device for regulating the flow of a liquid from a reservoir such as a pipe or drum.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The showers were a bit tricky because you have to turn the <span style=\"font-weight: bold;\">faucet</span> all the way around to get hot water. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>To <a href=\"http://www.yourdictionary.com/install\"></a><span class=\"nolink\">install</span> the <span style=\"font-weight: bold;\">faucet</span> a hole will need to be drilled into the work surface or the outer rim of the sink.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">8.) Fawn (<span style=\"font-style: italic;\">v</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">To show friendliness by licking hands, wagging its tail, etc.:</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Anorak pokes fun every weekday at Britain\'s infamous tabloids, haughty broadsheets and <span style=\"font-weight: bold;\">fawning</span> society magazines.. . </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>It was so ludicrous it made you think of Mel Brooks or Monty Python playing a scene of monstrous king and <span style=\"font-weight: bold;\">fawning</span> courtiers.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">9.) Feckless (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">Weak; ineffective; careless; irresponsible</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>Even children of <span style=\"font-weight: bold;\">feckless</span> parents will gain because choice works at the margins. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"2\"><span>2)</span>Twenty years ago, black men were routinely seen on TV as pimps, muggers, drug dealers and <span style=\"font-weight: bold;\">feckless</span> <span class=\"nolink\">father</span>s.</font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span> </span></font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">10.) Fecund (<span style=\"font-style: italic;\">adj.</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Fruitful or fertile; productive; prolific</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There is no one writing fantasy today with a more <span style=\"font-weight: bold;\">fecund </span><a href=\"http://www.yourdictionary.com/imagination\"></a><span class=\"nolink\">imagination</span> than China Miéville. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Mark Doyle is a producer for <span style=\"font-weight: bold;\">fecund</span> <span class=\"nolink\">film</span>s and a core member of fecund\'s acting ensemble.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">11.) Feint (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A false show;</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The light causes the pupils to contract thereby <a href=\"http://www.yourdictionary.com/make\"></a><span class=\"nolink\">making </span>the <span style=\"font-weight: bold;\">feint </span>stars impossible to see. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Regimental cavalry requires no reinforcement to <a href=\"http://www.yourdictionary.com/conduct\"></a><span class=\"nolink\">conduct </span>a <span style=\"font-weight: bold;\">feint</span>.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">12.)Felicitous (<span style=\"font-style: italic;\">adj.</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Used or expressed in a way suitable to the occasion; aptly chosen; appropriate; apt</span></font><span style=\"font-size: 12pt;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)The forest, in Rackham\'s <span style=\"font-weight: bold;\">felicitous</span><span class=\"nolink\"> phrase</span>, was a place of deer, not a place of trees. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Conceptually that was quite accurate, even if it was not the most <span style=\"font-weight: bold;\">felicitous</span> <span class=\"nolink\">choice</span> of words.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">13.) Felon (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A person guilty of a major crime; criminal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A Felon\'s <span class=\"nolink\">death</span> Jesus died a <span style=\"font-weight: bold;\">felon\'s</span> death, a traitor to the ruling power in Rome. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>This banking career ended in a <span style=\"font-weight: bold;\">felon\'s</span> <a href=\"http://www.yourdictionary.com/cell\"></a><span class=\"nolink\">cell</span>.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">14.) Ferret (<span style=\"font-style: italic;\">n</span>) :</span><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A narrow ribbon of cotton, wool, silk, etc.</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)There\'s goat milking, <span style=\"font-weight: bold;\">ferret</span> racing, lamb feeding or you can make a craft souvenir to take home. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>We are advised that an all wire <span style=\"font-weight: bold;\">ferret</span> <span class=\"nolink\">cage </span>in a shed or utility room is better.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">15.) Fervid (<span style=\"font-style: italic;\">adj.</span>) :</span><font size=\"3\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">H</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0); font-style: italic;\">ot; glowing; impassioned</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> It needs the most <span style=\"font-weight: bold;\">fervid</span><span class=\"nolink\"> imagination </span><span style=\"text-decoration: underline;\"></span>to distort any text to refer to him.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">16.) Fervor (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">I</span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">ntense heat; great warmth of emotion; ardor; zeal</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The flesh will murmur against you, but it will be bridled by <span style=\"font-weight: bold;\">fervor</span> of <a href=\"http://www.yourdictionary.com/spirit\"></a><span class=\"nolink\">spirit</span>. </font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Beware the leader who bangs the drums of war in order to whip the citizenry into a patriotic <span style=\"font-weight: bold;\">fervor</span>.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">17.) Fetter (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">T</span><span style=\"font-size: 12pt; line-height: 115%; color: rgb(0, 139, 0);\">o bind with fetters; shackle; chain; to hold in check; restrain;</span></font><span style=\"font-style: italic;\"><br /></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span style=\"font-style: italic;\"></span><span style=\"font-size: 12pt; line-height: 115%;\">1)</span> Far better to die for our country than to go with <span style=\"font-weight: bold;\">fettered</span> <span class=\"nolink\">hand</span>s into captivity!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><font size=\"2\">2) Cuba did not shrink from continuing its call to other <span style=\"font-weight: bold;\">fettered</span><span class=\"nolink\"> people</span>s to rebel, or from giving them active help.</font> <span style=\"font-size: 12pt; line-height: 115%;\"></span></font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">18.) Feud (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">A bitter, protracted, and violent quarrel; any dispute or rivalry</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)Both these killings were part of the <span class=\"nolink\">continuing </span><span style=\"font-weight: bold;\">feud</span> between the two wings of the IRA. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>They might have a <a href=\"http://www.yourdictionary.com/run\"></a><span class=\"nolink\">run</span>ning <span style=\"font-weight: bold;\">feud</span> or they might simply not get on with one an other.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">19.) Fidelity (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Faithful devotion to duty or to one\'s obligations or vows; loyalty; faithfulness</span></font></font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\">1)A purge followed, and in 1579 every JP was required to swear <span style=\"font-weight: bold;\">fidelity</span> to the established religion. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\"><span>2)</span>A single Webster will <span class=\"nolink\"><span class=\"nolink\"><span class=\"nolink\">deliver</span></span></span> stereo <span style=\"font-weight: bold;\">fidelity</span> by just using one speaker!</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"> </font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">20.) Fidget (<span style=\"font-style: italic;\">n</span>) :</span> <font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">The state of being restless, nervous, or uneasy</span></font></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)Thing is... " the demon <span style=\"font-weight: bold;\">fidgeted</span> a bit under Spike\'s gaze. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span>2)</span>Justin gets bored, <span style=\"font-weight: bold;\">fidgets</span> then starts looking at all the neatly organized books.</font></p>\r\n <p class=\"MsoNormal\"><!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
 <o:RelyOnVML/>
 <o:AllowPNG/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 <w:SplitPgBreakAndParaMark/>
 <w:DontVertAlignCellWithSp/>
 <w:DontBreakConstrainedForcedTables/>
 <w:DontVertAlignInTxbx/>
 <w:Word11KerningPairs/>
 <w:CachedColBalance/>
 </w:Compatibility>
 <m:mathPr>
 <m:mathFont m:val=\"Cambria Math\"/>
 <m:brkBin m:val=\"before\"/>
 <m:brkBinSub m:val=\"--\"/>
 <m:smallFrac m:val=\"off\"/>
 <m:dispDef/>
 <m:lMargin m:val=\"0\"/>
 <m:rMargin m:val=\"0\"/>
 <m:defJc m:val=\"centerGroup\"/>
 <m:wrapIndent m:val=\"1440\"/>
 <m:intLim m:val=\"subSup\"/>
 <m:naryLim m:val=\"undOvr\"/>
 </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"
 DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"
 LatentStyleCount=\"267\">
 <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>
 <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>
 <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>
 <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>
 <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>
 <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>
 <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>
 <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>
 <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>
 <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>
 <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>
 <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>
 <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"
 UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>
 <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>
 <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:\"Calibri\",\"sans-serif\";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
</style>
<![endif]--> </p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">21.)Finesse (<span style=\"font-style: italic;\">n</span>) :</span></font> <font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\">1)the ability to handle delicate and difficult situations skillfully and diplomatically</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\"><font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%;\">2)cunning; skill; artfulness; craft</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>The present book seeks to <span style=\"font-weight: bold;\">finesse</span> this problem by starting with the applications, considering some specific non-linear differential equations. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span>2)</span>Clicking in the red region adds OVERDRIVE Click on the downstroke in the CLIP region to <span style=\"font-weight: bold;\">finesse</span> the shot.</font></p>\r\n <p class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">22.)Finical (<span style=\"font-style: italic;\">adj.</span>) :</span></font> <font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">too fussy about food</span></font></p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">1) Insurance covers you against such an occurrence and minimizes the <span style=\"font-weight: bold;\">finical</span> impact. </font></p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">2)Many of you have requested the bank details to send <span style=\"font-weight: bold;\">finical</span> help.</font> </p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">23.) Fixate (<span style=\"font-style: italic;\">v</span>) :</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">to direct and focus (the eyes) on (a point or object)</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)Slow smooth pursuit movements let the eye and brain steadily and constantly <span style=\"font-weight: bold;\">fixate</span> an object</font> moving at less than 30 degrees per second. </p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>Instruct the patient to <span style=\"font-weight: bold;\">fixate</span> a target straight ahead.</font></p>\r\n <p style=\"line-height: normal;\" class=\"MsoNormal\"> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">24.)Flagrant (<span style=\"font-style: italic;\">adj.</span>) :</font> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0); font-style: italic;\">glaringly bad; notorious; outrageous</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)What finally finished off the Post Office\'s plan was their <span style=\"font-weight: bold;\">flagrant</span> disregard for the community\'s safety. </font></p>\r\n <p style=\"line-height: normal; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span>2)</span>This was in <span style=\"font-weight: bold;\">flagrant</span> violation of the UN Charter.</font></p>\r\n <p class=\"MsoNormal\"> <font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">25.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://http://www.yourdictionary.com/examples/flamboyant\" target=\"_blank\">Flamboyant (<span style=\"font-style: italic;\">adj.</span>)</a> :</span></font> <font size=\"3\"><span style=\"font-size: 12pt; line-height: 115%; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0); font-style: italic;\">flamelike or brilliant in form or color; too showy or ornate; florid, extravagant, etc.</span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 12pt; line-height: 115%;\">1)</span>A man with a strong <span style=\"font-weight: bold;\">flamboyant</span> personality would be much more likely to prefer a ring which stands out. </font></p>\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)More than 2,000 guests sang along to \' Rocket Man \' at the <span style=\"font-weight: bold;\">flamboyant</span> singer \'s 14th annual Academy Awards bash.</font><span style=\"font-size: 12pt; line-height: 115%;\"></span></p> </div> ',1286556645),(1042,'25d270446bc04505690722b7e2e11226','<p class=\"book_chapter_title\">Vocab Drill 16 (Letter \'E\')</p>\r\n<div class=\"MsoNormal\"> <font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">Please click on the word in case you need more information</font><br /><br /><font size=\"4\">1.)</font> <font size=\"4\"><a target=\"_blank\" title=\"ebullience\" href=\"http://dictionary.reference.com/browse/ebullience\"><span style=\"color: rgb(0, 51, 102);\">Ebullience (<span style=\"font-style: italic;\">n</span>)</span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Exuberance,outburst of feelings</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) His natural <span style=\"font-weight: bold;\">ebullience</span> began to return after he succeeded in the exams.<br />2.)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">We wish her all the best and will miss her cheery smile and <span style=\"font-weight: bold;\">ebullient</span><span style=\"color: rgb(102, 51, 0);\"> </span>character.<br /><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">2 .)</span></font> <a title=\"embellish\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/embellish\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Embellish (v) </span></font></a><span style=\"color: rgb(0, 0, 0);\">:</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Make beautiful,to enhance<br /></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The dress was <span style=\"font-weight: bold;\">embellished</span> with beautiful stones.<br />2)</font></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Girls like to <b>embellish</b> their dolls when they are little.<br /><br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">3. )</font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"> </font></font></font><a href=\"http://dictionary.reference.com/browse/emaciate\" target=\"_blank\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"text-decoration: underline;\">Emaciate(v)</span></font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Make thin and weak<br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">Our hearts have been moved as we have seen their <span style=\"font-weight: bold;\">emaciated</span> bodies and the deep sunken eyes.<br />2)Later a vet ,shot his badly <span style=\"font-weight: bold;\">emaciated </span>mom as she was too weak to survive.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">4 .)</font> </font><a title=\"elicit\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/elicit\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Elicit (v)</font></a> <span style=\"color: rgb(0, 0, 0);\">:</span></font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">To</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">draw</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">bring</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">out</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">forth,</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Educe,</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">Evoke<br /></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\">The new packaging is <span style=\"font-weight: bold;\">eliciting</span> mixed reactions from wine experts.<br />2)Under the electric light and effect was something superb, and the vociferous applause <span style=\"font-weight: bold;\">elicited </span>seemed well deserved.<br /><br /><font size=\"3\" style=\"color: rgb(0, 0, 0);\"><font size=\"4\">5 .)</font> </font></font><a title=\"encomium\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/encomium\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium(<span style=\"font-style: italic;\">n</span>)</font></a> :<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)<span id=\"hotword\"> </span><span class=\"ital-inline\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">An</span> <span style=\"cursor: default; background-color: transparent; font-weight: bold;\" id=\"hotword\" name=\"hotword\">encomium</span> <span id=\"hotword\" name=\"hotword\">by</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">the</span> <span id=\"hotword\" name=\"hotword\">President</span> <span id=\"hotword\" name=\"hotword\">greeted</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">the</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">returning</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">hero.</span> <br />2)</span></span>In the paradoxical <span style=\"font-weight: bold;\">encomium</span>, however, he demonstrates that before God wholly different standards apply. </font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><br /></font><span style=\"color: rgb(102, 51, 0);\"></span><font size=\"4\">6.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/embezzle\"><span style=\"color: rgb(0, 51, 102);\">Embezzle(v)</span></a> :<font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Use in a wrong way for one\'s own benefit</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I had <span style=\"font-weight: bold;\">embezzled</span> money at my store; I was lost else; I must have gone to jail.<br />2)She was recently arrested for <span style=\"font-weight: bold;\">embezzling</span> millions from the impoverished Bosnian state.</font><br style=\"color: rgb(102, 51, 0);\" /><br />7.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/engender\"><span style=\"color: rgb(0, 51, 102);\">Engender(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Cause,produce,give rise to</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1) Hatred <span style=\"font-weight: bold;\">engenders</span> violence. </span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)Conditions for a war were <span style=\"font-weight: bold;\">engendering</span> in Europe. </span><br /></font><br />8.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/evince\"><span style=\"color: rgb(0, 51, 102);\">Evince(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">To show clearly,to indicate</span></font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)I\'ve read some books by African novelists and they portrayed a different place and<span style=\"font-weight: bold;\"> evinced</span> different attitudes.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)But as many as 68 percent of classical musicians also <span style=\"font-weight: bold;\">evinced</span> impairments.</span><br /></font><br />9.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/excoriate\"><span style=\"color: rgb(0, 51, 102);\">Excoriate(v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To flay,strip off the skin,to denounce sharply</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It encourages secure adhesion whilst simultaneously promoting healing in sore or <span style=\"font-weight: bold;\">excoriated</span> skin.<br />2)Here are images of flight, of <span style=\"font-weight: bold;\">excoriated</span> flesh, frustrated sex, the geometry of fear.</font><br /><br />10.) <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/exculpate\"><span style=\"color: rgb(0, 51, 102);\">Exculpate(v)</span></a> :<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">Free from blame</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) The next question, therefore, is whether there was anything in the first statements made by the witnesses which <span style=\"font-weight: bold;\">exculpated</span> the claimant.<br />2)Sometimes the line is very fine between empathically understanding the motives of historical actors and morally <span style=\"font-weight: bold;\">exculpating</span> their actions. <br /><br /></font></font> <font size=\"4\">11.)</font> <a href=\"http://dictionary.reference.com/browse/edacious\" target=\"_blank\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Edacious(<span style=\"font-style: italic;\">adj</span>)</font></a> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Voracious,devouring,greedy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I became <span style=\"font-weight: bold;\">edacious</span> after seeing such a delight</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">12.) <a href=\"http://dictionary.reference.com/browse/effete\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Effete</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Infertile,worn out,weak</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)You\'d have been too <span style=\"font-weight: bold;\">effete</span>, with your soft hands and Polo scent.<br />2)Emerging from it ,was a tall,rather <span style=\"font-weight: bold;\">effete</span> looking man dressed in a white tropical suite.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">13.) <a href=\"http://dictionary.reference.com/browse/effrontery\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Effrontery</span><span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Boldness,impudence,arrogance</font><br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">1)Taken aback by such</span><span style=\"text-decoration: underline;\"></span><span style=\"color: rgb(102, 51, 0);\"> <span style=\"font-weight: bold;\">effrontery</span> he allowed me to stay.</span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"color: rgb(102, 51, 0);\">2)He has the <span style=\"font-weight: bold;\">effrontery</span> to accuse Kant of barbarous jargo</span>n.<br /></font><br /><font size=\"4\">14.) <a href=\"http://dictionary.reference.com/browse/endearing\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Endearing(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Making dear or liked</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)She passed an <span style=\"font-weight: bold;\">endearing</span> smile to me.<br />2)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">He</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-weight: bold;\">endeared</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">himself</span> <span name=\"hotword\" id=\"hotword\">to</span> <span name=\"hotword\" id=\"hotword\">his</span> <span name=\"hotword\" id=\"hotword\">friends</span> <span name=\"hotword\" id=\"hotword\">with</span> <span name=\"hotword\" id=\"hotword\">his</span> <span name=\"hotword\" id=\"hotword\">gentle</span> </font><span name=\"hotword\" id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">ways.</font><br /><br /><font size=\"4\">15.) </font></span></span></span><a href=\"http://dictionary.reference.com/browse/encomium\" target=\"_blank\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Encomium(<span style=\"font-style: italic;\">n</span>)</font></a>:<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Warm or glowing praise,eulogy</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font><span class=\"ital-inline\"><span id=\"hotword\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">An</span> <span name=\"hotword\" id=\"hotword\" style=\"font-weight: bold;\">encomium</span> <span name=\"hotword\" id=\"hotword\">by</span> <span name=\"hotword\" id=\"hotword\">the</span> <span name=\"hotword\" id=\"hotword\">President</span> <span name=\"hotword\" id=\"hotword\">greeted</span> <span name=\"hotword\" id=\"hotword\">the</span> <span name=\"hotword\" id=\"hotword\">returning</span> </font><span name=\"hotword\" id=\"hotword\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">hero.</span><br /></font><br /></span></span></span> <font size=\"4\">16.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/eulogy\" target=\"_blank\"><span style=\"text-decoration: underline;\">Eulogy(<span style=\"font-style: italic;\">n</span>)</span></a></span><a href=\"http://www.moodle.org/0.08454601151922903\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\"></span><span style=\"color: rgb(0, 51, 102);\"></span></a> </font>: <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" name=\"hotword\">High</span><span style=\"font-style: italic;\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" name=\"hotword\">praise</span><span style=\"font-style: italic;\"> </span><span id=\"hotword\" style=\"background-color: transparent; font-style: italic; cursor: default;\" name=\"hotword\">or</span><span style=\"font-style: italic;\"> </span></font><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">commendation.</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\">This Saturday, I have been asked to deliver the <span style=\"font-weight: bold;\">eulogy</span> at his memorial service at St Giles Cathedral in Edinburgh.<br />2)A little index page with a list of them and a brief <span style=\"font-weight: bold;\">eulogy</span> for each.<br /></font><br /><font size=\"4\">17.)<span style=\"color: rgb(0, 51, 102);\"> </span><a href=\"http://www.moodle.org/0.16146683109369053\"> <span style=\"color: rgb(0, 51, 102);\">Exorbitant(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">adj</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> :<font size=\"3\"><span style=\"font-style: italic;\"> <span style=\"color: rgb(0, 139, 0);\">Much too high or great</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We approached local constructors, but the prices quoted seemed <span style=\"font-weight: bold;\">exorbitant</span>!<br />2)Why are we paying him an <span style=\"font-weight: bold;\">exorbitant</span> sum of money to do nothing?</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">18.) <a href=\"http://dictionary.reference.com/browse/extenuate\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Extenuate</span> <span style=\"color: rgb(0, 51, 102);\">(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Reduce the strength of,lessen seriousness,partially excuse</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)This is the case regardless of clinical or domestic circumstances or <span style=\"font-weight: bold;\">extenuating</span> factors.<br />2)In our judgment there are <span style=\"font-weight: bold;\">extenuating</span> circumstances such as a Disabled Parking Blue Badge was incorrectly displayed.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">19.)<span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/epicure\" target=\"_blank\"><span style=\"text-decoration: underline;\">Epicure<span style=\"font-style: italic;\">(</span></span></a></span><a href=\"http://www.moodle.org/0.44752376684851913\"><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Food lover,a connoisseur of food</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His daily living being very plain, he had a peculiar taste for sudden and isolated luxuries; he was an <span class=\"ex\">abstemious</span> <span style=\"font-weight: bold;\">epicure</span>.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\">20.) <a href=\"http://dictionary.reference.com/browse/entreat\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\">Entreat(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Ask earnestly</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)I therefore <span style=\"font-weight: bold;\">entreat</span> you not to meet together on Wednesday night.<br />2)I wonder how many of us have also <span style=\"font-weight: bold;\">entreated</span> God to spare us those things that scare us?<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/eclectic\"><font size=\"4\" style=\"color: rgb(0, 51, 102);\">Eclect</font></a><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.moodle.org/0.9993777606939832\"><span style=\"font-style: italic;\"></span><span style=\"color: rgb(0, 51, 102);\">ic(</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">v</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> </span></font>:<font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Selective,composed of elements drawn from disparate sources</font><br />1)He had an <span style=\"font-weight: bold;\">eclectic</span> taste in music, being able to appreciate a heavy metal song and a country music song equally.<br />2)They played an <span style=\"font-weight: bold;\">eclectic</span> mix of music at the party.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">22.)</span><span style=\"color: rgb(0, 51, 102);\"> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/efficacy\"><span style=\"color: rgb(0, 51, 102);\">Efficacy(<span style=\"font-style: italic;\">n</span>)</span></a></span> :</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> Power to produce desired effect</font><br />1)Numerous studies have examined means of improving the <span style=\"font-weight: bold;\">efficacy</span> of vaccines for the aged.<br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">23.)</span><span style=\"color: rgb(0, 51, 102);\"> <a href=\"http://dictionary.reference.com/browse/elegy\" target=\"_blank\">Elegy(<span style=\"font-style: italic;\">n</span>)</a></span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Poem or song expressing lamentation</span></font><br />1)The film is a beautiful elegy on being different.<br />2)Nothing could be more suitable than this exquisite and heartfelt elegy.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">24.)</span> <a target=\"_blank\" href=\"http://dictionary.reference.com/browse/empirical\">Empirical(<span style=\"font-style: italic;\">adj</span>)</a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Based on experience</span></font><br />1)The empirical studies are likely to involve a panel data analysis based on a given data set.<br />2)His discovery was, as far as we can tell, entirely empirical: lots of trials and lots of errors led to it.<br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">25.)</span> </font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/emulate\">Emulate(v)</a> </font>:<font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Imitate,rival</span></font><br />1)Hopefully your band can emulate the recent success of mine.<br />2)There will also be a whole host of newcomers who will be out to emulate the achievements of their predecessors of twelve months ago<br /></font>\r\n <div class=\"dndata\"><span id=\"hotword\"></span> </div> <br /><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\"></span></font>\r\n <div class=\"entry collo\" style=\"color: rgb(102, 51, 0);\"><font size=\"2\"> </font></div></div> ',1287384529),(1043,'37cb7edaa3935f90c4b9ad3672d70c4e','<p class=\"book_chapter_title\">Antonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /></div><br />1.) <a title=\"Abate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abate\"><span style=\"color: rgb(0, 51, 102);\">Abate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">increase, intensify, extend</span><br /> 2.) <a title=\"Abdicate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abdicate\"><span style=\"color: rgb(0, 51, 102);\">Abdicate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">assert, assume, challenge, claim</span><br />3.) <a title=\"Abeyance\" target=\"_blank\" href=\"http://thesaurus.com/browse/abeyance\"><span style=\"color: rgb(0, 51, 102);\">Abeyance </span></a>: <span style=\"color: rgb(0, 139, 0);\">action, activity, revival</span><br />4.) <a title=\"Abhor\" target=\"_blank\" href=\"http://thesaurus.com/browse/abhor\"><span style=\"color: rgb(0, 51, 102);\">Abhor </span></a>: <span style=\"color: rgb(0, 139, 0);\">admire, adore, cherish</span><br />5.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abide\" target=\"_blank\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\">Abide </a>: <span style=\"color: rgb(0, 139, 0);\">despise, dispute, pass, quit</span><br />6.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Abjure\" target=\"_blank\" title=\"Abjure\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Abrade\" target=\"_blank\" title=\"Abrade\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) <a href=\"http://thesaurus.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\" style=\"color: rgb(0, 51, 102);\">Abrasion</a> :<span style=\"color: rgb(0, 139, 0);\"> chafe, injury, scrape</span><br />9.) <a href=\"http://thesaurus.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : <span style=\"color: rgb(0, 139, 0);\">abate, cancel, invalidate</span><br />10.) <a href=\"http://thesaurus.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : <span style=\"color: rgb(0, 139, 0);\">vanish, break, clear out</span><br />11.) <a href=\"http://thesaurus.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\" style=\"color: rgb(0, 51, 102);\">Abstruse</a> : <span style=\"color: rgb(0, 139, 0);\">complex, abstract, complected</span><br style=\"color: rgb(0, 139, 0);\" />12.) <a href=\"http://thesaurus.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : <span style=\"color: rgb(0, 139, 0);\">abounding, generous, lavish, heavy</span><br />13.) <a title=\"Abut\" target=\"_blank\" href=\"http://thesaurus.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut</span></a> : <span style=\"color: rgb(0, 139, 0);\">adjoin, neighbor, approximate, connect</span><br style=\"color: rgb(0, 139, 0);\" />14.) <a title=\"Abysmal\" target=\"_blank\" href=\"http://thesaurus.com/browse/abysmal\"><span style=\"color: rgb(0, 51, 102);\">Abysmal</span></a> : <span style=\"color: rgb(0, 139, 0);\">extreme, infinite, profound</span><br />15.) <a title=\"Acarpous\" target=\"_blank\" href=\"http://thesaurus.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous</span></a> : <span style=\"color: rgb(0, 139, 0);\">arid, fruitless, impotent, useless</span><br />16.) <a title=\"Accentuate\" target=\"_blank\" href=\"http://thesaurus.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate</span></a> : <span style=\"color: rgb(0, 139, 0);\">accent, emphasize, highlight, stress</span><br />17.) <a href=\"http://thesaurus.com/browse/acclaimed\" target=\"_blank\" title=\"Acclainmed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed</span></a> : <span style=\"color: rgb(0, 139, 0);\">applaud, kudos, cheer, celebrate </span><br />18.) <a href=\"http://thesaurus.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade</span></a> : <span style=\"color: rgb(0, 139, 0);\">approval, award, honor, distinction</span><br />19.) <a href=\"http://thesaurus.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion</span></a> : <span style=\"color: rgb(0, 139, 0);\">accession, accumulation, increase, raise</span><br />20) <a href=\"http://thesaurus.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition</span></a> : <span style=\"color: rgb(0, 139, 0);\">lack, loss, need, want</span><br />21.) <a title=\"Adamant\" target=\"_blank\" href=\"http://thesaurus.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant</span></a> : <span style=\"color: rgb(0, 139, 0);\">flexible, submissive, yielding</span><br />22.) <a title=\"Adhere\" target=\"_blank\" href=\"http://thesaurus.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adhere</span></a> : <span style=\"color: rgb(0, 139, 0);\">not conform, loose, separate</span><br />23.) <a title=\"Adhesion\" target=\"_blank\" href=\"http://thesaurus.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion</span></a> :<span style=\"color: rgb(0, 139, 0);\"> inconsistency, nonconformity </span><br />24.) <a title=\"Adjacent\" target=\"_blank\" href=\"http://thesaurus.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adjacent</span></a> : <span style=\"color: rgb(0, 139, 0);\">apart, away, detach, separate </span><br style=\"color: rgb(0, 139, 0);\" /><br /><br /> <br />',1284268169),(1044,'b6ba7e4f2556ead3fb2d51e7edbf999a','<p class=\"book_chapter_title\">Antonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /></div><br />1.) <a href=\"http://thesaurus.com/browse/abate\" target=\"_blank\" title=\"Abate\"><span style=\"color: rgb(0, 51, 102);\">Abate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">increase, intensify, extend</span><br /> 2.) <a href=\"http://thesaurus.com/browse/abdicate\" target=\"_blank\" title=\"Abdicate\"><span style=\"color: rgb(0, 51, 102);\">Abdicate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">assert, assume, challenge, claim</span><br />3.) <a href=\"http://thesaurus.com/browse/abeyance\" target=\"_blank\" title=\"Abeyance\"><span style=\"color: rgb(0, 51, 102);\">Abeyance </span></a>: <span style=\"color: rgb(0, 139, 0);\">action, activity, revival</span><br />4.) <a href=\"http://thesaurus.com/browse/abhor\" target=\"_blank\" title=\"Abhor\"><span style=\"color: rgb(0, 51, 102);\">Abhor </span></a>: <span style=\"color: rgb(0, 139, 0);\">admire, adore, cherish</span><br />5.) <a href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" target=\"_blank\" title=\"Abide\" style=\"color: rgb(0, 51, 102);\">Abide </a>: <span style=\"color: rgb(0, 139, 0);\">despise, dispute, pass, quit</span><br />6.) <a title=\"Abjure\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abjure\" style=\"color: rgb(0, 51, 102);\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a title=\"Abrade\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abrade\" style=\"color: rgb(0, 51, 102);\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abrasion\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrasion\">Abrasion</a> :<span style=\"color: rgb(0, 139, 0);\"> chafe, injury, scrape</span><br />9.) <a title=\"Abrogate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : <span style=\"color: rgb(0, 139, 0);\">abate, cancel, invalidate</span><br />10.) <a title=\"Abscond\" target=\"_blank\" href=\"http://thesaurus.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : <span style=\"color: rgb(0, 139, 0);\">vanish, break, clear out</span><br />11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abstruse\" target=\"_blank\" href=\"http://thesaurus.com/browse/abstruse\">Abstruse</a> : <span style=\"color: rgb(0, 139, 0);\">complex, abstract, complected</span><br style=\"color: rgb(0, 139, 0);\" />12.) <a title=\"Abundant\" target=\"_blank\" href=\"http://thesaurus.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : <span style=\"color: rgb(0, 139, 0);\">abounding, generous, lavish, heavy</span><br />13.) <a href=\"http://thesaurus.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut</span></a> : <span style=\"color: rgb(0, 139, 0);\">adjoin, neighbor, approximate, connect</span><br style=\"color: rgb(0, 139, 0);\" />14.) <a href=\"http://thesaurus.com/browse/abysmal\" target=\"_blank\" title=\"Abysmal\"><span style=\"color: rgb(0, 51, 102);\">Abysmal</span></a> : <span style=\"color: rgb(0, 139, 0);\">extreme, infinite, profound</span><br />15.) <a href=\"http://thesaurus.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous</span></a> : <span style=\"color: rgb(0, 139, 0);\">arid, fruitless, impotent, useless</span><br />16.) <a href=\"http://thesaurus.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate</span></a> : <span style=\"color: rgb(0, 139, 0);\">divert attention from, mask, minimize</span><br />17.) <a title=\"Acclainmed\" target=\"_blank\" href=\"http://thesaurus.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed</span></a> : <span style=\"color: rgb(0, 139, 0);\">berate, censure, damn, disapprove </span><br />18.) <a title=\"Accolade\" target=\"_blank\" href=\"http://thesaurus.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade</span></a> : <span style=\"color: rgb(0, 139, 0);\">disapproval, dishonor</span><br />19.) <a title=\"Accretion\" target=\"_blank\" href=\"http://thesaurus.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion</span></a> : <span style=\"color: rgb(0, 139, 0);\">decrease, deduction, shrinkage</span><br />20) <a title=\"Acquisition\" target=\"_blank\" href=\"http://thesaurus.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition</span></a> : <span style=\"color: rgb(0, 139, 0);\">lack, loss, need, want</span><br />21.) <a href=\"http://thesaurus.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant</span></a> : <span style=\"color: rgb(0, 139, 0);\">flexible, submissive, yielding</span><br />22.) <a href=\"http://thesaurus.com/browse/adamant\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere</span></a> : <span style=\"color: rgb(0, 139, 0);\">not conform, loose, separate</span><br />23.) <a href=\"http://thesaurus.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion</span></a> :<span style=\"color: rgb(0, 139, 0);\"> inconsistency, nonconformity </span><br />24.) <a href=\"http://thesaurus.com/browse/adhesion\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent</span></a> : <span style=\"color: rgb(0, 139, 0);\">apart, away, detach, separate </span><br style=\"color: rgb(0, 139, 0);\" /><br /><br /> <br />',1284268445),(1045,'af4a74bafebfd20681235869c2a8dc81','<p class=\"book_chapter_title\">Synonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"text-decoration: underline; color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\">In case of more information please click on the word</span></font><br /><br /></div><br />1.) <a title=\"Abate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abate\" style=\"color: rgb(0, 51, 102);\">Abate</a> : <span style=\"color: rgb(0, 139, 0);\">decrease, weaken, subside, diminish</span><br />2.) <a title=\"Abdicate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abdicate\" style=\"color: rgb(0, 51, 102);\">Abdicate</a> : <span style=\"color: rgb(0, 139, 0);\">resign, quit, abandon, repudiate</span><br />3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abeyance\" target=\"_blank\" href=\"http://thesaurus.com/browse/abeyance\" style=\"color: rgb(0, 51, 102);\">Abeyance</a> </span>: <span style=\"color: rgb(0, 139, 0);\">remission, deferral </span><br />4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Abhor\" target=\"_blank\" href=\"http://thesaurus.com/browse/abhor\" style=\"color: rgb(0, 51, 102);\">Abhor</a> </span>: <span style=\"color: rgb(0, 139, 0);\">hate, despise, abominate</span><span style=\"font-weight: bold;\"><br /></span>5.) <a title=\"Abide\" target=\"_blank\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com|utmccn=(referral)|utmcmd=referral|utmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" style=\"color: rgb(0, 51, 102);\">Abide</a><span style=\"font-weight: bold;\"><a href=\"http://www.moodle.org/0.467478070090226\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-weight: bold;\"></span> </a>: </span><span style=\"color: rgb(0, 139, 0);\">accept, acknowledge, consent</span><span style=\"font-weight: bold;\"><br /></span>6.) <a title=\"Abjure\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abjure\" style=\"color: rgb(0, 51, 102);\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a title=\"Abrade\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abrade\" style=\"color: rgb(0, 51, 102);\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abrasion\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrasion\">Abrasion</a> :<span style=\"color: rgb(0, 139, 0);\"> chafe, injury, scrape</span><br />9.) <a title=\"Abrogate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : <span style=\"color: rgb(0, 139, 0);\">abate, cancel, invalidate</span><br />10.) <a title=\"Abscond\" target=\"_blank\" href=\"http://thesaurus.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : <span style=\"color: rgb(0, 139, 0);\">vanish, break, clear out</span><br />11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abstruse\" target=\"_blank\" href=\"http://thesaurus.com/browse/abstruse\">Abstruse</a> : <span style=\"color: rgb(0, 139, 0);\">complex, abstract, complected</span><br style=\"color: rgb(0, 139, 0);\" />12.) <a title=\"Abundant\" target=\"_blank\" href=\"http://thesaurus.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : <span style=\"color: rgb(0, 139, 0);\">abounding, generous, lavish, heavy</span><br />13.) <a href=\"http://thesaurus.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut</span></a> : <span style=\"color: rgb(0, 139, 0);\">adjoin, neighbor, approximate, connect</span><br style=\"color: rgb(0, 139, 0);\" />14.) <a href=\"http://thesaurus.com/browse/abysmal\" target=\"_blank\" title=\"Abysmal\"><span style=\"color: rgb(0, 51, 102);\">Abysmal</span></a> : <span style=\"color: rgb(0, 139, 0);\">extreme, infinite, profound</span><br />15.) <a href=\"http://thesaurus.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous</span></a> : <span style=\"color: rgb(0, 139, 0);\">arid, fruitless, impotent, useless</span><br />16.) <a href=\"http://thesaurus.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate</span></a> : <span style=\"color: rgb(0, 139, 0);\">accent, emphasize, highlight, stress</span><br />17.) <a title=\"Acclainmed\" target=\"_blank\" href=\"http://thesaurus.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed</span></a> : <span style=\"color: rgb(0, 139, 0);\">applaud, kudos, cheer, celebrate </span><br />18.) <a title=\"Accolade\" target=\"_blank\" href=\"http://thesaurus.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade</span></a> : <span style=\"color: rgb(0, 139, 0);\">approval, award, honor, distinction</span><br />19.) <a title=\"Accretion\" target=\"_blank\" href=\"http://thesaurus.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion</span></a> : <span style=\"color: rgb(0, 139, 0);\">accession, accumulation, increase, raise</span><br />20) <a title=\"Acquisition\" target=\"_blank\" href=\"http://thesaurus.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition</span></a> : <span style=\"color: rgb(0, 139, 0);\">achievement, possession, pursuit, redemption</span><br />21.) <a href=\"http://thesaurus.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant</span></a> : <span style=\"color: rgb(0, 139, 0);\">determine, firm, inexorable, rigid</span><br />22.) <a href=\"http://thesaurus.com/browse/adamant\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere</span></a> : <span style=\"color: rgb(0, 139, 0);\">support, follow, fulfill</span><br />23.) <a href=\"http://thesaurus.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion</span></a> :<span style=\"color: rgb(0, 139, 0);\"> attachment, bond, cling, grip</span><br />24.) <a href=\"http://thesaurus.com/browse/adhesion\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent</span></a> : <span style=\"color: rgb(0, 139, 0);\">beside, close, contiguous, near</span><br style=\"color: rgb(0, 139, 0);\" /><br /><br /> <br /> ',1284900088),(1046,'62f0153c69e43558159366afb8d2a4ed','<p class=\"book_chapter_title\">Antonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /></div><br />1.) <a title=\"Abate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abate\"><span style=\"color: rgb(0, 51, 102);\">Abate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">increase, intensify, extend</span><br /> 2.) <a title=\"Abdicate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abdicate\"><span style=\"color: rgb(0, 51, 102);\">Abdicate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">assert, assume, challenge, claim</span><br />3.) <a title=\"Abeyance\" target=\"_blank\" href=\"http://thesaurus.com/browse/abeyance\"><span style=\"color: rgb(0, 51, 102);\">Abeyance </span></a>: <span style=\"color: rgb(0, 139, 0);\">action, activity, revival</span><br />4.) <a title=\"Abhor\" target=\"_blank\" href=\"http://thesaurus.com/browse/abhor\"><span style=\"color: rgb(0, 51, 102);\">Abhor </span></a>: <span style=\"color: rgb(0, 139, 0);\">admire, adore, cherish</span><br />5.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abide\" target=\"_blank\" href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=66504366\">Abide </a>: <span style=\"color: rgb(0, 139, 0);\">despise, dispute, pass, quit</span><br />6.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Abjure\" target=\"_blank\" title=\"Abjure\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">revenge, renounce, retract, take back</span><br />7.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/Abrade\" target=\"_blank\" title=\"Abrade\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">erode, grate, rub off</span><br />8.) <a href=\"http://thesaurus.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\" style=\"color: rgb(0, 51, 102);\">Abrasion</a> :<span style=\"color: rgb(0, 139, 0);\"> chafe, injury, scrape</span><br />9.) <a href=\"http://thesaurus.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : <span style=\"color: rgb(0, 139, 0);\">abate, cancel, invalidate</span><br />10.) <a href=\"http://thesaurus.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : <span style=\"color: rgb(0, 139, 0);\">vanish, break, clear out</span><br />11.) <a href=\"http://thesaurus.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\" style=\"color: rgb(0, 51, 102);\">Abstruse</a> : <span style=\"color: rgb(0, 139, 0);\">clear, easy, lucid</span><br style=\"color: rgb(0, 139, 0);\" />12.) <a href=\"http://thesaurus.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : <span style=\"color: rgb(0, 139, 0);\">lacking, rare, scarce, sparse</span><br />13.) <a title=\"Abut\" target=\"_blank\" href=\"http://thesaurus.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut</span></a> : <span style=\"color: rgb(0, 139, 0);\">dis-join, not touch </span><br style=\"color: rgb(0, 139, 0);\" />14.) <a title=\"Abysmal\" target=\"_blank\" href=\"http://thesaurus.com/browse/abysmal\"><span style=\"color: rgb(0, 51, 102);\">Abysmal</span></a> : <span style=\"color: rgb(0, 139, 0);\">low, incomplete</span><br />15.) <a title=\"Acarpous\" target=\"_blank\" href=\"http://thesaurus.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous</span></a> : <span style=\"color: rgb(0, 139, 0);\">fruitful, useful</span><br />16.) <a title=\"Accentuate\" target=\"_blank\" href=\"http://thesaurus.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate</span></a> : <span style=\"color: rgb(0, 139, 0);\">divert attention from, mask, minimize</span><br />17.) <a href=\"http://thesaurus.com/browse/acclaimed\" target=\"_blank\" title=\"Acclainmed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed</span></a> : <span style=\"color: rgb(0, 139, 0);\">berate, censure, damn, disapprove </span><br />18.) <a href=\"http://thesaurus.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade</span></a> : <span style=\"color: rgb(0, 139, 0);\">disapproval, dishonor</span><br />19.) <a href=\"http://thesaurus.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion</span></a> : <span style=\"color: rgb(0, 139, 0);\">decrease, deduction, shrinkage</span><br />20) <a href=\"http://thesaurus.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition</span></a> : <span style=\"color: rgb(0, 139, 0);\">lack, loss, need, want</span><br />21.) <a title=\"Adamant\" target=\"_blank\" href=\"http://thesaurus.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant</span></a> : <span style=\"color: rgb(0, 139, 0);\">flexible, submissive, yielding</span><br />22.) <a title=\"Adhere\" target=\"_blank\" href=\"http://thesaurus.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adhere</span></a> : <span style=\"color: rgb(0, 139, 0);\">not conform, loose, separate</span><br />23.) <a title=\"Adhesion\" target=\"_blank\" href=\"http://thesaurus.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion</span></a> :<span style=\"color: rgb(0, 139, 0);\"> inconsistency, nonconformity </span><br />24.) <a title=\"Adjacent\" target=\"_blank\" href=\"http://thesaurus.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adjacent</span></a> : <span style=\"color: rgb(0, 139, 0);\">apart, away, detach, separate </span><br style=\"color: rgb(0, 139, 0);\" /><br /><br /> <br />',1284268905),(1047,'a7a2594bbb9795bbbceb6d92b2b0a25f','<p class=\"book_chapter_title\">Antonym Drill 1 (Letter \'A\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"font-family: times new roman,times,serif; text-decoration: underline; color: rgb(255, 0, 0);\">In case of more information please click on the word</font><br /><br /></div><br />1.) <a href=\"http://thesaurus.com/browse/abate\" target=\"_blank\" title=\"Abate\"><span style=\"color: rgb(0, 51, 102);\">Abate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">increase, intensify, extend</span><br /> 2.) <a href=\"http://thesaurus.com/browse/abdicate\" target=\"_blank\" title=\"Abdicate\"><span style=\"color: rgb(0, 51, 102);\">Abdicate</span> </a>: <span style=\"color: rgb(0, 139, 0);\">assert, assume, challenge, claim</span><br />3.) <a href=\"http://thesaurus.com/browse/abeyance\" target=\"_blank\" title=\"Abeyance\"><span style=\"color: rgb(0, 51, 102);\">Abeyance </span></a>: <span style=\"color: rgb(0, 139, 0);\">action, activity, revival</span><br />4.) <a href=\"http://thesaurus.com/browse/abhor\" target=\"_blank\" title=\"Abhor\"><span style=\"color: rgb(0, 51, 102);\">Abhor </span></a>: <span style=\"color: rgb(0, 139, 0);\">admire, adore, cherish</span><br />5.) <a href=\"http://thesaurus.com/browse/abide?__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=1.4.9.1283771816072&__utmc=1&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=66504366\" target=\"_blank\" title=\"Abide\" style=\"color: rgb(0, 51, 102);\">Abide </a>: <span style=\"color: rgb(0, 139, 0);\">despise, dispute, pass, quit</span><br />6.) <a title=\"Abjure\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abjure\" style=\"color: rgb(0, 51, 102);\">Abjure</a> : <span style=\"color: rgb(0, 139, 0);\">indulge, use</span><br />7.) <a title=\"Abrade\" target=\"_blank\" href=\"http://thesaurus.com/browse/Abrade\" style=\"color: rgb(0, 51, 102);\">Abrade</a> : <span style=\"color: rgb(0, 139, 0);\">add, please, soothe</span><br />8.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abrasion\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrasion\">Abrasion</a> :<span style=\"color: rgb(0, 139, 0);\"> building , strengthening</span><br />9.) <a title=\"Abrogate\" target=\"_blank\" href=\"http://thesaurus.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate</span></a> : <span style=\"color: rgb(0, 139, 0);\">approve, establish, fix, support</span><br />10.) <a title=\"Abscond\" target=\"_blank\" href=\"http://thesaurus.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond</span></a> : <span style=\"color: rgb(0, 139, 0);\">abide, continue, endure, give up</span><br />11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Abstruse\" target=\"_blank\" href=\"http://thesaurus.com/browse/abstruse\">Abstruse</a> : <span style=\"color: rgb(0, 139, 0);\">clear, easy, lucid</span><br style=\"color: rgb(0, 139, 0);\" />12.) <a title=\"Abundant\" target=\"_blank\" href=\"http://thesaurus.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant</span></a> : <span style=\"color: rgb(0, 139, 0);\">lacking, rare, scarce, sparse</span><br />13.) <a href=\"http://thesaurus.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut</span></a> : <span style=\"color: rgb(0, 139, 0);\">dis-join, not touch </span><br style=\"color: rgb(0, 139, 0);\" />14.) <a href=\"http://thesaurus.com/browse/abysmal\" target=\"_blank\" title=\"Abysmal\"><span style=\"color: rgb(0, 51, 102);\">Abysmal</span></a> : <span style=\"color: rgb(0, 139, 0);\">low, incomplete</span><br />15.) <a href=\"http://thesaurus.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous</span></a> : <span style=\"color: rgb(0, 139, 0);\">fruitful, useful</span><br />16.) <a href=\"http://thesaurus.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate</span></a> : <span style=\"color: rgb(0, 139, 0);\">divert attention from, mask, minimize</span><br />17.) <a title=\"Acclainmed\" target=\"_blank\" href=\"http://thesaurus.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed</span></a> : <span style=\"color: rgb(0, 139, 0);\">berate, censure, damn, disapprove </span><br />18.) <a title=\"Accolade\" target=\"_blank\" href=\"http://thesaurus.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade</span></a> : <span style=\"color: rgb(0, 139, 0);\">disapproval, dishonor</span><br />19.) <a title=\"Accretion\" target=\"_blank\" href=\"http://thesaurus.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion</span></a> : <span style=\"color: rgb(0, 139, 0);\">decrease, deduction, shrinkage</span><br />20) <a title=\"Acquisition\" target=\"_blank\" href=\"http://thesaurus.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition</span></a> : <span style=\"color: rgb(0, 139, 0);\">lack, loss, need, want</span><br />21.) <a href=\"http://thesaurus.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant</span></a> : <span style=\"color: rgb(0, 139, 0);\">flexible, submissive, yielding</span><br />22.) <a href=\"http://thesaurus.com/browse/adamant\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere</span></a> : <span style=\"color: rgb(0, 139, 0);\">not conform, loose, separate</span><br />23.) <a href=\"http://thesaurus.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion</span></a> :<span style=\"color: rgb(0, 139, 0);\"> inconsistency, nonconformity </span><br />24.) <a href=\"http://thesaurus.com/browse/adhesion\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent</span></a> : <span style=\"color: rgb(0, 139, 0);\">apart, away, detach, separate </span><br style=\"color: rgb(0, 139, 0);\" /><br /><br /> <br />',1293075421),(1048,'b4bcc3b8eca2be1c38c967d4178561c3','What is the meaning of the word Ebullience?',1285088627),(1049,'4a4487ed2aa3b9d26a0f39bbca70bb40','All the work in the factory made him too _____ to enjoy his time with family .',1284915476),(1050,'a12cd23656e905af9b7d05c0865d3c6c','On Christmas,the whole place is _____ with beautiful lights and christmas trees.',1284915473),(1051,'fe99be67ad12d5fd368b7c29ab785af2','All like his _____ as they sit around him in cold winter nights and he narrates it.',1285142449),(1052,'44cfce5fc529adf22f63ed6259f56b29','equanimity',1285142449),(1053,'8e14595fa31820dd341a5a46a4ae0884','erudite',1285142449),(1054,'92fee39a9ec34f277c3729b274aa5077','euphemism',1285142449),(1055,'ea8f28f4de2f28b7097950363604b226','elegy',1285142449),(1056,'29a71a844ed4e3e43c0d705f38ddea88','edacious',1284915476),(1057,'99f5c940a2e42712551389f7884aa7de','excoriated',1284915476),(1058,'980b457ae0ed3fec0c6213891785eb41','effete',1284915476),(1059,'f6d9e2beed808257e0964a08c1397f36','enhanced',1284915473),(1060,'e5790e227092578b19e3f4395e2b9cc9','exculpated',1284915473),(1061,'cd31377cd5e06c6e4c16d6df9b089ddd','embellished',1284915473),(1062,'2853f295ef925b41bb4315010936fc3f','Awareness',1285088627),(1063,'556dc67c41f334ff0f45c5de0476566c','Commitment',1285088627),(1064,'d927665a8193a97787c0e8d1aa62c748','Exuberance',1285088627),(1065,'ac138e45c0ed04c5b073310214c30081','Liveliness',1285088627),(1066,'70807ee879189f9dcede29b0867492a4','Match the following words with their corresponding meanings.',1285265636),(1067,'07a270f40e5ee3e7c99d04f07e7adff9','Evince',1285265636),(1068,'0cc98b320272cbcfeb8da4767dcd65ed','Exculpate',1285265636),(1069,'ea36a285f665ec5f730b373ef258ecbb','Endearing',1285265637),(1070,'857e35c630c9f7ad444600292966272d','Enervate',1285265637),(1071,'105aefb41f0b7e140ff0be5a33b7e653','Effrontery',1285265637),(1072,'6fc3dca1b1dd4f7606c0942787e5152a','Enhance',1285265637),(1073,'5da5994c530a999c73f89137cfad8046','Excoriate',1285265637),(1074,'73b3e5ef5013de556c20f7dfc016f959',' WHY SHOULD WE HIRE YOU<br />\n<br />\n<br />\nAs per my view, the selection procedure depends on you and your organization, but I know I\'m the right person for this position. I know the right contacts methods and what capability I have. I give as my best which helps me as well as the organization\'s success.<br />\n<br />\n<br />\nALTERNATE : I think,I am a right candidate for your organization because I am determined and passionate about the kind of work that you are offering and hence i am inclined to give my hundred percent with you.<br />\n',1284309237),(1075,'a9c6f5cf361c8bf7832b8cfeebb6376d',' <br />\n<br />\n<br />\nAs per my view, the selection procedure depends on you and your organization, but I know I\'m the right person for this position. I know the right contacts methods and what capability I have. I give as my best which helps me as well as the organization\'s success.<br />\n<br />\n<br />\nALTERNATE : I think,I am a right candidate for your organization because I am determined and passionate about the kind of work that you are offering and hence i am inclined to give my hundred percent with you.<br />\n',1294852365),(1076,'1ecff11b43393df3d34d3eda96fe74db','<span class=\"body\"></span> <p><strong>Basic Interview Questions:</strong></p>\n\n<ul><li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Tell+me+about+yourself%3F\">Tell me about yourself?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+are+your+strengths%3F\">What are your strengths?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+are+your+weaknesses%3F\">What are your weaknesses?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Why+do+you+want+this+job%3F\">Why do you want this job?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Where+would+you+like+to+be+in+your+career+five+years+from+now%3F\">Where would you like to be in your career five years from now?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What%27s+your+ideal+company%3F\">What\'s your ideal company?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+attracted+you+to+this+company%3F\">What attracted you to this company?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Why+should+we+hire+you%3F\">Why should we hire you?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+kind+of+company+are+you+looking+to+join%3F\">What kind of company are you looking to join?</a><li><br />\n<br />\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+can+you+do+for+us+that+other+candidates+can%27t%3F\">What can you do for us that other candidates can\'t?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+do+you+know+about+this+industry%3F\">What do you know about this industry?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+do+you+know+about+our+company%3F\">What do you know about our company?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Are+you+willing+to+relocate%3F\">Are you willing to relocate?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Do+you+have+any+questions+for+me%3F\">Do you have any questions for me?</a> </li>\n\n</ul>\n\n',1284312700),(1077,'cfaeec0a1e7e89733d6d46384ccef96d','<span class=\"body\"></span> <p><strong>Basic Interview Questions:</strong></p>\n\n<ul><li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Tell+me+about+yourself%3F\">Tell me about yourself?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+are+your+strengths%3F\">What are your strengths?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+are+your+weaknesses%3F\">What are your weaknesses?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Why+do+you+want+this+job%3F\">Why do you want this job?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Where+would+you+like+to+be+in+your+career+five+years+from+now%3F\">Where would you like to be in your career five years from now?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What%27s+your+ideal+company%3F\">What\'s your ideal company?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+attracted+you+to+this+company%3F\">What attracted you to this company?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Why+should+we+hire+you%3F\">Why should we hire you?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+can+you+do+for+us+that+other+candidates+can%27t%3F\">What can you do for us that other candidates can\'t?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+do+you+know+about+this+industry%3F\">What do you know about this industry?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+do+you+know+about+our+company%3F\">What do you know about our company?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Are+you+willing+to+relocate%3F\">Are you willing to relocate?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Do+you+have+any+questions+for+me%3F\">Do you have any questions for me?</a> </li>\n\n</ul>\n\n',1284312568),(1078,'9894fc924c3c05e8e51e2a331bf488c6',' <span class=\"body\"></span> <p><strong>Basic Interview Questions:</strong></p>\n\n<ul> <li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Tell+me+about+yourself%3F\">Tell me about yourself?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+are+your+strengths%3F\">What are your strengths?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+are+your+weaknesses%3F\">What are your weaknesses?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Why+do+you+want+this+job%3F\">Why do you want this job?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Where+would+you+like+to+be+in+your+career+five+years+from+now%3F\">Where would you like to be in your career five years from now?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What%27s+your+ideal+company%3F\">What\'s your ideal company?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+attracted+you+to+this+company%3F\">What attracted you to this company?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Why+should+we+hire+you%3F\">Why should we hire you?</a></li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+kind+of+company+are+you+looking+to+join%3F\">What kind of company are you looking to join?</a><br />\n</li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+can+you+do+for+us+that+other+candidates+can%27t%3F\">What can you do for us that other candidates can\'t?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+do+you+know+about+this+industry%3F\">What do you know about this industry?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=What+do+you+know+about+our+company%3F\">What do you know about our company?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Are+you+willing+to+relocate%3F\">Are you willing to relocate?</a> </li>\n\n<li><a class=\"ouw_wikilink\" href=\"view.php?id=40&page=Do+you+have+any+questions+for+me%3F\">Do you have any questions for me?</a> </li>\n\n</ul>\n\n',1296553301),(1079,'3152ef1ecee0d5a1a1c9be61d2279b4e','<font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">I am looking for a company where I can get better opportunities to prove myself and to be part of the success. I think your organization is the well growing and can provide me that kind of opportunities.<br />\n<br />\nOr<br />\n<br />\n</span></font><font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">I am looking for a firm or an industry where my skills and knowledge will be appreciated which would ultimately lead to the growth of an organization. And i think this is the company that completely suits my skills so i want to join your company.</span></font><br />\n<br />\n<font size=\"4\"><span style=\"font-family: times new roman,times,serif;\"></span></font><br />\n<font size=\"4\"><span style=\"font-family: times new roman,times,serif;\"><br />\n</span></font><br />\n',1284404528),(1080,'e5633fe20efec4038b3754d00483e22a','wrong answer ',1284998957),(1081,'10e5830ef5bfba6f38b2860c3583fc95','In a span of five years I see myself as a leading corporate, providing creative and innovative solutions for the real problems which will help various people from the society in realizing their optimum potential. ',1284313798),(1082,'51ed64c49ea198f6c52ea032dbd451b9',' <font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">In a span of five years I see myself as a leading corporate, providing creative and innovative solutions for the real problems which will help various people from the society in realizing their optimum potential. </span></font>',1284313901),(1083,'e600c99b01c0403c4b5de9a1a0c09ffe',' <font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">In a span of five years I see myself as a leading corporate, providing creative and innovative solutions for the real problems which will help various people from the society in realizing their optimum potential.<br />\n<br />\nor<br />\n<br />\nIn a span of five years I see myself at some administrative position where I can handle a system, face many challenges and provide innovative and creative solutions for the real problems.<br />\n</span></font>',1284896126),(1084,'ee2190da6c72e786f4f266435a545da4','<p class=\"book_chapter_title\">Synonym Drill 24 (Letter \'H\')</p><p>1.)<a title=\"Hack\" href=\"http://www.thesaurus.com/browse/Hack\"><font color=\"#003366\">Hack</font></a> : <font color=\"#008b00\">chop,gash,mutilate</font> </p>\r\n<p>2.)Hamper : bassinet,carton,pannier</p>\r\n<p>3.)Hamper : asylum,camouflage,refuge</p>\r\n<p>4.)Hapless : ill-starred,jinxed,luckless</p>\r\n<p>5.)Harangue : hassle,long lecture,screed</p>\r\n<p>6.)Harbinger :</p>\r\n<p>7.)Harrow :</p>\r\n<p>8.)Haughty : </p>\r\n<p>9.)Haven :</p>\r\n<p>10.)Heinous :</p>\r\n<p>11.)Heresy :</p>\r\n<p>12.)Hermetic :</p>\r\n<p>13.)Hew :</p>\r\n<p>14.)Hirsute :</p>\r\n<p>15.)Hoax :</p>\r\n<p>16.)Holster :</p>\r\n<p>17.)Hoodwink :</p>\r\n<p>18.)Hospitality :</p>\r\n<p>19.)Hubris :</p>\r\n<p>20.)Hurdle :</p>\r\n<p>21.)Husk :</p>\r\n<p>22.)Hullabaloo :</p>\r\n<p>23.)Humdrum :</p>\r\n<p>24.)Hunky-dory :</p>\r\n<p>25.)Hypocrisy :</p>\r\n<p></p>',1284316615),(1085,'bd945e498611266bad21c2d4e8731e05','<p class=\"book_chapter_title\">Antonym Drill 24 (Letter \'H\')</p>1.)<a title=\"Hack\" href=\"http://www.thesaurus.com/browse/Hack\"><font color=\"#003366\">Hack</font></a> :',1284316463),(1086,'3dbc160c57409116560009ed0c733076','<p class=\"book_chapter_title\">Antonym Drill 24 (Letter \'H\')</p><p>1.)<a title=\"Hack\" href=\"http://www.thesaurus.com/browse/Hack\"><font color=\"#003366\">Hack</font></a> :</p>\r\n<p>2.)Hamper : bassinet,carton,pannier</p>\r\n<p>3.)Hamper : asylum,camouflage,refuge</p>\r\n<p>4.)Hapless : ill-starred,jinxed,luckless</p>\r\n<p>5.)Harangue : hassle,long lecture,screed</p>\r\n<p>6.)Harbinger :</p>\r\n<p>7.)Harrow :</p>\r\n<p>8.)Haughty : </p>\r\n<p>9.)Haven :</p>\r\n<p>10.)Heinous :</p>\r\n<p>11.)Heresy :</p>\r\n<p>12.)Hermetic :</p>\r\n<p>13.)Hew :</p>\r\n<p>14.)Hirsute :</p>\r\n<p>15.)Hoax :</p>\r\n<p>16.)Holster :</p>\r\n<p>17.)Hoodwink :</p>\r\n<p>18.)Hospitality :</p>\r\n<p>19.)Hubris :</p>\r\n<p>20.)Hurdle :</p>\r\n<p>21.)Husk :</p>\r\n<p>22.)Hullabaloo :</p>\r\n<p>23.)Humdrum :</p>\r\n<p>24.)Hunky-dory :</p>\r\n<p>25.)Hypocrisy :</p>\r\n<p> </p>\r\n<p></p>',1284316509),(1087,'c256ca701bd1c5142e494804402c9b5e','<p class=\"book_chapter_title\">Antonym Drill 24 (Letter \'H\')</p><p>1.)<a title=\"Hack\" href=\"http://www.thesaurus.com/browse/Hack\"><font color=\"#003366\">Hack</font></a> :</p>\r\n<p>2.)Hamper :</p>\r\n<p>3.)Hamper :</p>\r\n<p>4.)Hapless : </p>\r\n<p>5.)Harangue : </p>\r\n<p>6.)Harbinger :</p>\r\n<p>7.)Harrow :</p>\r\n<p>8.)Haughty : </p>\r\n<p>9.)Haven :</p>\r\n<p>10.)Heinous :</p>\r\n<p>11.)Heresy :</p>\r\n<p>12.)Hermetic :</p>\r\n<p>13.)Hew :</p>\r\n<p>14.)Hirsute :</p>\r\n<p>15.)Hoax :</p>\r\n<p>16.)Holster :</p>\r\n<p>17.)Hoodwink :</p>\r\n<p>18.)Hospitality :</p>\r\n<p>19.)Hubris :</p>\r\n<p>20.)Hurdle :</p>\r\n<p>21.)Husk :</p>\r\n<p>22.)Hullabaloo :</p>\r\n<p>23.)Humdrum :</p>\r\n<p>24.)Hunky-dory :</p>\r\n<p>25.)Hypocrisy :</p>\r\n<p> </p>\r\n<p></p>',1284316556),(1088,'3311cecaf7dfa7bb3b1ad909a7dc3d8f','<p class=\"book_chapter_title\">Antonym Drill 24 (Letter \'H\')</p><p>1.)<a title=\"Hack\" href=\"http://www.thesaurus.com/browse/Hack\"><font color=\"#003366\">Hack</font></a> :</p>\r\n<p>2.)Hamper :</p>\r\n<p>3.)Hamper :</p>\r\n<p>4.)Hapless : </p>\r\n<p>5.)Harangue : </p>\r\n<p>6.)Harbinger :</p>\r\n<p>7.)Harrow : aid,comfort,help,solace</p>\r\n<p>8.)Haughty : humble,meek,shy</p>\r\n<p>9.)Haven :</p>\r\n<p>10.)Heinous :</p>\r\n<p>11.)Heresy :</p>\r\n<p>12.)Hermetic :</p>\r\n<p>13.)Hew :</p>\r\n<p>14.)Hirsute : bald,neat,well kept</p>\r\n<p>15.)Hoax :</p>\r\n<p>16.)Holster :</p>\r\n<p>17.)Hoodwink :</p>\r\n<p>18.)Hospitality :</p>\r\n<p>19.)Hubris :</p>\r\n<p>20.)Hurdle :</p>\r\n<p>21.)Husk :</p>\r\n<p>22.)Hullabaloo :</p>\r\n<p>23.)Humdrum :</p>\r\n<p>24.)Hunky-dory :</p>\r\n<p>25.)Hypocrisy :</p>\r\n<p> </p>\r\n<p></p>',1284317460),(1089,'06fb251f4c17e9f0a6938c2fae4f32b9','<p class=\"book_chapter_title\">Antonym Drill 24 (Letter \'H\')</p><p>1.)<a title=\"Hack\" href=\"http://www.thesaurus.com/browse/Hack\"><font color=\"#003366\">Hack</font></a> :</p>\r\n<p>2.)Hamper :</p>\r\n<p>3.)Hamper :</p>\r\n<p>4.)Hapless : </p>\r\n<p>5.)Harangue : </p>\r\n<p>6.)Harbinger :</p>\r\n<p>7.)Harrow : aid,comfort,help,solace</p>\r\n<p>8.)Haughty : humble,meek,shy</p>\r\n<p>9.)Haven :</p>\r\n<p>10.)Heinous :</p>\r\n<p>11.)Heresy : agreement,approval,endorsement</p>\r\n<p>12.)Hermetic :</p>\r\n<p>13.)Hew :</p>\r\n<p>14.)Hirsute : bald,neat,well kept</p>\r\n<p>15.)Hoax :</p>\r\n<p>16.)Holster :</p>\r\n<p>17.)Hoodwink :</p>\r\n<p>18.)Hospitality :</p>\r\n<p>19.)Hubris :</p>\r\n<p>20.)Hurdle :</p>\r\n<p>21.)Husk :</p>\r\n<p>22.)Hullabaloo :</p>\r\n<p>23.)Humdrum :</p>\r\n<p>24.)Hunky-dory :</p>\r\n<p>25.)Hypocrisy :</p>\r\n<p> </p>\r\n<p></p>',1286176993),(1090,'0c500d40a271089ce1f6a46002cce73b','<p class=\"book_chapter_title\">Synonym Drill 24 (Letter \'H\')</p>\r\n<p>1.)<a href=\"http://www.thesaurus.com/browse/Hack\" title=\"Hack\"><font color=\"#003366\">Hack</font></a> : <font color=\"#008b00\">chop,gash,mutilate</font> </p>\r\n<p>2.)Hamper : bassinet,carton,pannier</p>\r\n<p>3.)Hamper : asylum,camouflage,refuge</p>\r\n<p>4.)Hapless : ill-starred,jinxed,luckless</p>\r\n<p>5.)Harangue : hassle,long lecture,screed</p>\r\n<p>6.)Harbinger : diviner,forecaster,herald<br /></p>\r\n<p>7.)Harrow : agonize,torture,trouble<br /></p>\r\n<p>8.)Haughty : contemptuous,disdainful,egotistic</p>\r\n<p>9.)Haven : covert,refuge,shelter<br /></p>\r\n<p>10.)Heinous : atrocious, fiendish,loathsome,wicked<br /></p>\r\n<p>11.)Heresy : objection,opposition,refusal,strife<br /></p>\r\n<p>12.)Hermetic : impervious,sealed,shut,tight<br /></p>\r\n<p>13.)Hew : crack off,incise,stipple<br /></p>\r\n<p>14.)Hirsute : bristly,disordered,unkempt<br /></p>\r\n<p>15.)Hoax : bamboozle,bluff,flimflam,murphy<br /></p>\r\n<p>16.)Holster : leather case for a pistol or revolver<br /></p>\r\n<p>17.)Hoodwink :betray,decieve,delude</p>\r\n<p>18.)Hospitality :</p>\r\n<p>19.)Hubris :</p>\r\n<p>20.)Hurdle :</p>\r\n<p>21.)Husk :</p>\r\n<p>22.)Hullabaloo :</p>\r\n<p>23.)Humdrum :</p>\r\n<p>24.)Hunky-dory :</p>\r\n<p>25.)Hypocrisy :</p>\r\n<p></p>',1284318758),(1091,'49c608781878ff35482980cefaed260c','<p class=\"book_chapter_title\">Synonym Drill 24 (Letter \'H\')</p>\r\n<p>1.)<a title=\"Hack\" href=\"http://www.thesaurus.com/browse/Hack\"><font color=\"#003366\">Hack</font></a> : <font color=\"#008b00\">chop,gash,mutilate</font> </p>\r\n<p>2.)Hamper : bassinet,carton,pannier</p>\r\n<p>3.)Hamper : asylum,camouflage,refuge</p>\r\n<p>4.)Hapless : ill-starred,jinxed,luckless</p>\r\n<p>5.)Harangue : hassle,long lecture,screed</p>\r\n<p>6.)Harbinger : diviner,forecaster,herald<br /></p>\r\n<p>7.)Harrow : agonize,torture,trouble<br /></p>\r\n<p>8.)Haughty : contemptuous,disdainful,egotistic</p>\r\n<p>9.)Haven : covert,refuge,shelter<br /></p>\r\n<p>10.)Heinous : atrocious, fiendish,loathsome,wicked<br /></p>\r\n<p>11.)Heresy : objection,opposition,refusal,strife<br /></p>\r\n<p>12.)Hermetic : impervious,sealed,shut,tight<br /></p>\r\n<p>13.)Hew : crack off,incise,stipple<br /></p>\r\n<p>14.)Hirsute : bristly,disordered,unkempt<br /></p>\r\n<p>15.)Hoax : bamboozle,bluff,flimflam,murphy<br /></p>\r\n<p>16.)Holster : leather case for a pistol or revolver<br /></p>\r\n<p>17.)Hoodwink :betray,decieve,delude</p>\r\n<p>18.)Hospitality :</p>\r\n<p>19.)Hubris : cockiness,egoism,proud flesh<br /></p>\r\n<p>20.)Hurdle : <br /></p>\r\n<p>21.)Husk :</p>\r\n<p>22.)Hullabaloo : babel,clamor,convulsion,turmoil<br /></p>\r\n<p>23.)Humdrum : banal,commonplace,dull,mundane<br /></p>\r\n<p>24.)Hunky-dory :</p>\r\n<p>25.)Hypocrisy :</p>\r\n<p></p>',1284319970),(1092,'2d969b75925a5dfb1e89a4e8be368e2b','<p class=\"book_chapter_title\">Synonym Drill 24 (Letter \'H\')</p>\r\n<p>1.)<a href=\"http://www.thesaurus.com/browse/Hack\" title=\"Hack\"><font color=\"#003366\">Hack</font></a> : <font color=\"#008b00\">chop,gash,mutilate</font> </p>\r\n<p>2.)Hamper : bassinet,carton,pannier</p>\r\n<p>3.)Hamper : asylum,camouflage,refuge</p>\r\n<p>4.)Hapless : ill-starred,jinxed,luckless</p>\r\n<p>5.)Harangue : hassle,long lecture,screed</p>\r\n<p>6.)Harbinger : diviner,forecaster,herald<br /></p>\r\n<p>7.)Harrow : agonize,torture,trouble<br /></p>\r\n<p>8.)Haughty : contemptuous,disdainful,egotistic</p>\r\n<p>9.)Haven : covert,refuge,shelter<br /></p>\r\n<p>10.)Heinous : atrocious, fiendish,loathsome,wicked<br /></p>\r\n<p>11.)Heresy : objection,opposition,refusal,strife<br /></p>\r\n<p>12.)Hermetic : impervious,sealed,shut,tight<br /></p>\r\n<p>13.)Hew : crack off,incise,stipple<br /></p>\r\n<p>14.)Hirsute : bristly,disordered,unkempt<br /></p>\r\n<p>15.)Hoax : bamboozle,bluff,flimflam,murphy<br /></p>\r\n<p>16.)Holster : leather case for a pistol or revolver<br /></p>\r\n<p>17.)Hoodwink :betray,deceive,delude</p>\r\n<p>18.)Hospitality : friendliness,generosity,heartiness<br /></p>\r\n<p>19.)Hubris : cockiness,egoism,proud flesh<br /></p>\r\n<p>20.)Hurdle : barricade,blockade,complication,hedge<br /></p>\r\n<p>21.)Husk : case,cover,hull<br /></p>\r\n<p>22.)Hullabaloo : babel,clamor,convulsion,turmoil<br /></p>\r\n<p>23.)Humdrum : banal,commonplace,dull,mundane<br /></p>\r\n<p>24.)Hunky-dory : agreeable,gratifying,unexceptional<br /></p>\r\n<p>25.)Hypocrisy : deceit,humbug,insincerity<br /></p>\r\n<p></p>',1284781399),(1093,'801e19e5dbd9b62c6b787bc9071bb4da','<p class=\"book_chapter_title\">CN-1</p>Q. 1) What is OSI model? Mention task of each layer?<br />Ans.) <span style=\"font-weight: bold;\">OSI</span>(Open System Interconnection) is developed by ISO in 1977. It is a conceptual model which provides common platform for different vendors to develop their devices. It devides network communication process into 7 approaches.<br /> ',1284322752),(1094,'1aeb3fe23daff6e48c53fbe8310b0fcb',' In this book we will define some basic basic terms which will be helpful in technical interview. ',1284384401),(1095,'02159d83b75bd9dbddc3ba35c29b904b','<p class=\"book_chapter_title\">OSI Model</p> What is OSI model? Mention task of each layer?<br /><br /><br /><span style=\"font-weight: bold;\">OSI(Open System Interconnection)</span> is developed by ISO in 1977. It is a conceptual model which provides common platform for different vendors to develop their devices. It divides network communication process into 7 approaches.<br /> ',1284399601),(1096,'72fea33f2637382e9f774f03034d7139','<p class=\"book_chapter_title\">What is a JAR file?</p><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\">A JAR file (or Java Archive) aggregates many files into one.Software developers generally use .jar files to distribute Java applications or libraries, in the </span><span style=\"font-family: times new roman,times,serif;\">form of classes and associated metadata and resources (text, images, etc.)<br />JAR files are build on the ZIP file format. <br />Computer users can create or extract </span><span style=\"font-family: times new roman,times,serif;\">JAR files using the jar command that comes with a JDK.<br />A JAR file has an optional manifest file located in the path </span><span style=\"font-weight: bold; font-family: times new roman,times,serif;\">META-INF/MANIFEST.MF</span><span style=\"font-family: times new roman,times,serif;\">. </span></font><br /><br /><br /> ',1284327697),(1097,'1499005f4c4b817bb40ddb86f99e8f48','<p class=\"book_chapter_title\">What is a JAR file?<br />Creating Jar file</p><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\">The basic format of the command for creating a JAR file is: </span></font>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\">jar cf <i>jar-file input-file(s)</i>\r\n</font></pre></blockquote><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\"> The options and arguments used in this command are: </span></font>\r\n<ul style=\"font-family: times new roman,times,serif;\">\r\n <li><font size=\"3\">The c option indicates that you want to <em>create</em> a JAR file. </font></li>\r\n <li><font size=\"3\">The f option indicates that you want the output to go to a <em>file</em> rather than to standard output. </font></li>\r\n <li><font size=\"3\">jar-file is the name that you want the resulting JAR file to have. You can use any filename for a JAR file. By convention, JAR filenames are given a .jar extension, though this is not required. </font></li>\r\n <li><font size=\"3\">The input-file(s) argument is a space-separated list of one or more files that you want to include in your JAR file. The input-file(s) argument can contain the wildcard *</font> symbol. If any of the "input-files" are directories, the contents of those directories are added to the JAR archive recursively. </li>\r\n</ul>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> The c and f options can appear in either order, but there must not be any space between them. </font></p>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> This command will generate a compressed JAR file and place it in the current directory. The command will also generate a default manifest file for the JAR archive. </font></p> ',1284327132),(1098,'830966af6f06f777c7b26036c3ccd90c','<p class=\"book_chapter_title\">What is a JAR file?<br />Example demonstrating the creation of JAR file</p><font size=\"3\"><a name=\"example\" style=\"font-family: times new roman,times,serif;\">Let us look at an example. A simple TicTacToe applet.</a><span style=\"font-family: times new roman,times,serif;\">This demo contains a bytecode class file, audio files, and images having this structure: </span></font><center style=\"font-family: times new roman,times,serif;\">\r\n<p><font size=\"3\"><img width=\"338\" height=\"121\" align=\"BOTTOM\" alt=\"TicTacToe folder Hierarchy\" src=\"http://download.oracle.com/javase/tutorial/figures/deployment/jar/jar1.png\" /></font></p><center><font size=\"3\"><strong>TicTacToe folder Hierarchy</strong></font></center></center>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> The audio and images subdirectories contain sound files and GIF images used by the applet. </font></p>\r\n<p style=\"font-family: times new roman,times,serif;\"> </p>\r\n<p style=\"font-family: times new roman,times,serif;\"> <font size=\"3\">To package this demo into a single JAR file named TicTacToe.jar, you would run this command from inside the TicTacToe directory: </font> </p>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\"><span style=\"font-weight: bold;\">jar cf TicTacToe.jar TicTacToe.class audio images</span>\r\n</font></pre></blockquote><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\"> The audio and images arguments represent directories, so the Jar tool will recursively place them and their contents in the JAR file. The generated JAR file TicTacToe.jar will be placed in the current directory.</span><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\"> As long as there weren\'t any unwanted files in the TicTacToe directory, you could have used <br />this alternative command to construct the JAR file:<br /> <font size=\"2\"> <font size=\"3\"> </font></font></span></font><font size=\"2\" style=\"font-family: times new roman,times,serif; font-weight: bold;\"><font size=\"3\">jar cf TicTacToe.jar *</font><br /></font><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\"><br /></span></font> Note:<span style=\"font-family: times new roman,times,serif;\">Jar tool automatically adds a manifest file to the JAR archive with path name META-INF/MANIFEST.MF. </span><br style=\"font-family: times new roman,times,serif;\" /><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><br /></font>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\">\r\n\r\n\r\n</font></pre></blockquote><font size=\"3\"><br style=\"font-family: times new roman,times,serif;\" /></font> ',1284325687),(1099,'5ceae18ec66f4ead49be8e2d25c62853','<p class=\"book_chapter_title\">What is a JAR file?<br />Example demonstrating the creation of JAR file</p> <font size=\"3\"><a style=\"font-family: times new roman,times,serif;\" name=\"example\">Let us look at an example. A simple TicTacToe applet.</a><span style=\"font-family: times new roman,times,serif;\">This demo contains a bytecode class file, audio files, and images having this structure: </span></font><center style=\"font-family: times new roman,times,serif;\">\r\n<p><font size=\"3\"><img width=\"338\" height=\"121\" align=\"BOTTOM\" src=\"http://download.oracle.com/javase/tutorial/figures/deployment/jar/jar1.png\" alt=\"TicTacToe folder Hierarchy\" /></font></p><center><font size=\"3\"><strong>TicTacToe folder Hierarchy</strong></font></center></center>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> The audio and images subdirectories contain sound files and GIF images used by the applet. </font></p>\r\n<p style=\"font-family: times new roman,times,serif;\"> </p>\r\n<p style=\"font-family: times new roman,times,serif;\"> <font size=\"3\">To package this demo into a single JAR file named TicTacToe.jar, you would run this command from inside the TicTacToe directory: </font> </p>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\"><font size=\"3\"><span style=\"font-weight: bold;\">jar cf TicTacToe.jar TicTacToe.class audio images</span></font> </font></pre></blockquote><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\"> The audio and images arguments represent directories, so the Jar tool will recursively place them and their contents in the JAR file. The generated JAR file TicTacToe.jar will be placed in the current directory.</span><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\"> As long as there weren\'t any unwanted files in the TicTacToe directory, you could have used <br />this alternative command to construct the JAR file:<br /> <font size=\"2\"> <font size=\"3\"> <span style=\"font-weight: bold;\"> </span><span style=\"font-family: courier new,courier,monospace;\"> </span></font></font></span></font><font size=\"2\" style=\"font-family: courier new,courier,monospace; font-weight: bold;\"><font size=\"3\">jar cf TicTacToe.jar *</font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\"><br /></font><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\"><br /></span></font> Note:<span style=\"font-family: times new roman,times,serif;\">Jar tool automatically adds a manifest file to the JAR archive with path name META-INF/MANIFEST.MF. </span><br style=\"font-family: times new roman,times,serif;\" /><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><br /></font>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\"> </font></pre></blockquote><font size=\"3\"><br style=\"font-family: times new roman,times,serif;\" /></font> ',1284326853),(1100,'22174bb261e4b96a13bf71b7a85452f8','<p class=\"book_chapter_title\">What is a JAR file?<br />Viewing the contents of JAR file</p><div id=\"PageTitle\" style=\"font-family: times new roman,times,serif;\"><font size=\"3\">The basic format of the command for viewing the contents of a JAR file is: </font></div>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\"><span style=\"font-weight: bold;\">jar tf </span><i style=\"font-weight: bold;\">jar-file</i>\r\n</font></pre></blockquote><font size=\"3\" style=\"font-family: times new roman,times,serif;\"> Let\'s look at the options and argument used in this command: </font>\r\n<ul style=\"font-family: times new roman,times,serif;\"> \r\n <li><font size=\"3\">The t option indicates that you want to view the <em>table</em> of contents of the JAR file. </font></li> \r\n <li><font size=\"3\">The f option indicates that the JAR file whose contents are to be viewed is specified on the command line. </font></li> \r\n <li><font size=\"3\">The jar-file argument is the path and name of the JAR file whose contents you want to view. </font></li> \r\n</ul> \r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> The t and f options can appear in either order, but there must not be any space between them. </font></p>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> This command will display the JAR file\'s table of contents to standard output. </font></p> ',1284326872),(1101,'811ee2fb552227b64877e746d6ee3d3c','<p class=\"book_chapter_title\">What is a JAR file?<br />Example showing how to view the contents of JAR file</p><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\">Let\'s use the Jar tool to list the contents of the TicTacToe.jar file we created in the previous section: </span></font>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\">jar tf TicTacToe.jar\r\n</font></pre></blockquote>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> This command displays the contents of the JAR file to standard output: </font></p>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\">META-INF/MANIFEST.MF\r\nTicTacToe.class\r\naudio/\r\naudio/beep.au\r\naudio/ding.au\r\naudio/return.au\r\naudio/yahoo1.au\r\naudio/yahoo2.au\r\nimages/\r\nimages/cross.gif\r\nimages/not.gif\r\n</font></pre></blockquote>',1284326482),(1102,'c7322cac65e7cf76e14e4e6f09e88215','<p class=\"book_chapter_title\">What is a JAR file?<br />Example showing how to view the contents of JAR file</p> <font size=\"3\"><span style=\"font-family: times new roman,times,serif;\">Let\'s use the Jar tool to list the contents of the TicTacToe.jar file we created in the previous section: </span></font>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\"><span style=\"font-weight: bold;\">jar tf TicTacToe.jar</span>\r\n</font></pre></blockquote>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> This command displays the contents of the JAR file to standard output: </font></p>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\">META-INF/MANIFEST.MF\r\nTicTacToe.class\r\naudio/\r\naudio/beep.au\r\naudio/ding.au\r\naudio/return.au\r\naudio/yahoo1.au\r\naudio/yahoo2.au\r\nimages/\r\nimages/cross.gif\r\nimages/not.gif\r\n</font></pre></blockquote>',1284326921),(1103,'1d607c3431bf0be04e8506a38a01ca9c','<p class=\"book_chapter_title\">Extracting the contents of JAR file</p><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\">The basic command to use for extracting the contents of a JAR file is: </span></font>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\" style=\"font-weight: bold;\">jar xf <i>jar-file [archived-file(s)]</i>\r\n</font></pre></blockquote>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> Let\'s look at the options and arguments in this command: </font></p>\r\n<ul style=\"font-family: times new roman,times,serif;\">\r\n <li><font size=\"3\">The x option indicates that you want to <em>extract</em> files from the JAR archive. </font></li>\r\n <li><font size=\"3\">The f options indicates that the JAR <em>file</em> from which files are to be extracted is specified on the command line, rather than through standard input. </font></li>\r\n <li><font size=\"3\">The jar-file argument is the filename (or path and filename) of the JAR file from which to extract files. </font></li>\r\n <li><font size=\"3\">archived-file(s) is an optional argument consisting of a space-separated list of the files to be extracted from the archive. If this argument is not present, the Jar tool will extract all the files in the archive. </font></li>\r\n</ul>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> As usual, the order in which the x and f options appear in the command doesn\'t matter, but there must not be a space between them. </font></p>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> When extracting files, the Jar tool makes copies of the desired files and writes them to the current directory, reproducing the directory structure that the files have in the archive. The original JAR file remains unchanged. </font></p>\r\n<p style=\"font-family: times new roman,times,serif;\"> </p> ',1284326879),(1104,'6a5e77877e42f60e708b63b06dce67f8','<p class=\"book_chapter_title\">Example showing the extraction of JAR files</p><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\">Let\'s extract some files from the TicTacToe JAR file. Recall that the contents of TicTacToe.jar are: </span></font>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\">META-INF/MANIFEST.MF\r\nTicTacToe.class\r\naudio/\r\naudio/beep.au\r\naudio/ding.au\r\naudio/return.au\r\naudio/yahoo1.au\r\naudio/yahoo2.au\r\nimages/\r\nimages/cross.gif\r\nimages/not.gif\r\n</font></pre></blockquote>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> Suppose you want to extract the TicTacToe class file and the cross.gif image file. To do so, you can use this command: </font></p>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\"><span style=\"font-weight: bold;\">jar xf TicTacToe.jar TicTacToe.class images/cross.gif</span>\r\n</font></pre></blockquote>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> This command does two things: </font></p>\r\n<ul style=\"font-family: times new roman,times,serif;\">\r\n <li><font size=\"3\">It places a copy of TicTacToe.class in the current directory. </font></li>\r\n <li><font size=\"3\">It creates the directory images, if it doesn\'t already exist, and places a copy of cross.gif within it. </font></li>\r\n</ul>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> The original TicTacToe JAR file remains unchanged. </font></p> ',1284399299),(1105,'6de05da11abcb02162fd548f8f3e12ad','<p class=\"book_chapter_title\">Creating Jar file</p> <font size=\"3\"><span style=\"font-family: times new roman,times,serif;\">The basic format of the command for creating a JAR file is: </span></font>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\">jar cf <i>jar-file input-file(s)</i> </font></pre></blockquote><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\"> The options and arguments used in this command are: </span></font>\r\n<ul style=\"font-family: times new roman,times,serif;\">\r\n <li><font size=\"3\">The c option indicates that you want to <em>create</em> a JAR file. </font></li>\r\n <li><font size=\"3\">The f option indicates that you want the output to go to a <em>file</em> rather than to standard output. </font></li>\r\n <li><font size=\"3\">jar-file is the name that you want the resulting JAR file to have. You can use any filename for a JAR file. By convention, JAR filenames are given a .jar extension, though this is not required. </font></li>\r\n <li><font size=\"3\">The input-file(s) argument is a space-separated list of one or more files that you want to include in your JAR file. The input-file(s) argument can contain the wildcard *</font> symbol. If any of the "input-files" are directories, the contents of those directories are added to the JAR archive recursively. </li>\r\n</ul>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> The c and f options can appear in either order, but there must not be any space between them. </font></p>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> This command will generate a compressed JAR file and place it in the current directory. The command will also generate a default manifest file for the JAR archive. </font></p> ',1284566150),(1106,'61e65548f918c4bdbfb3956aa1d7926c','<p class=\"book_chapter_title\">Example demonstrating the creation of JAR file</p> <font size=\"3\"><a name=\"example\" style=\"font-family: times new roman,times,serif;\">Let us look at an example. A simple TicTacToe applet.</a><span style=\"font-family: times new roman,times,serif;\">This demo contains a bytecode class file, audio files, and images having this structure: </span></font><center style=\"font-family: times new roman,times,serif;\">\r\n<p><font size=\"3\"><img width=\"338\" height=\"121\" align=\"BOTTOM\" alt=\"TicTacToe folder Hierarchy\" src=\"http://download.oracle.com/javase/tutorial/figures/deployment/jar/jar1.png\" /></font></p><center><font size=\"3\"><strong>TicTacToe folder Hierarchy</strong></font></center></center>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> The audio and images subdirectories contain sound files and GIF images used by the applet. </font></p>\r\n<p style=\"font-family: times new roman,times,serif;\"> </p>\r\n<p style=\"font-family: times new roman,times,serif;\"> <font size=\"3\">To package this demo into a single JAR file named TicTacToe.jar, you would run this command from inside the TicTacToe directory: </font> </p>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\"><font size=\"3\"><span style=\"font-weight: bold;\">jar cf TicTacToe.jar TicTacToe.class audio images</span></font> </font></pre></blockquote><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\"> The audio and images arguments represent directories, so the Jar tool will recursively place them and their contents in the JAR file. The generated JAR file TicTacToe.jar will be placed in the current directory.</span><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\"> As long as there weren\'t any unwanted files in the TicTacToe directory, you could have used <br />this alternative command to construct the JAR file:<br /> <font size=\"2\"> <font size=\"3\"> <span style=\"font-weight: bold;\"> </span><span style=\"font-family: courier new,courier,monospace;\"> </span></font></font></span></font><font size=\"2\" style=\"font-family: courier new,courier,monospace; font-weight: bold;\"><font size=\"3\">jar cf TicTacToe.jar *</font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\"><br /></font><font size=\"3\"><span style=\"font-family: times new roman,times,serif;\"><br /></span></font> Note:<span style=\"font-family: times new roman,times,serif;\">Jar tool automatically adds a manifest file to the JAR archive with path name META-INF/MANIFEST.MF. </span><br style=\"font-family: times new roman,times,serif;\" /><font size=\"3\" style=\"font-family: times new roman,times,serif;\"><br /></font>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\"> </font></pre></blockquote><font size=\"3\"><br style=\"font-family: times new roman,times,serif;\" /></font> ',1284566155),(1107,'b172d39b353c36ca6f835c5a5982e10a','<p class=\"book_chapter_title\">Viewing the contents of JAR file</p>\r\n<div style=\"font-family: times new roman,times,serif;\" id=\"PageTitle\"><font size=\"3\">The basic format of the command for viewing the contents of a JAR file is: </font></div>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\"><span style=\"font-weight: bold;\">jar tf </span><i style=\"font-weight: bold;\">jar-file</i> </font></pre></blockquote><font size=\"3\" style=\"font-family: times new roman,times,serif;\"> Let\'s look at the options and argument used in this command: </font>\r\n<ul style=\"font-family: times new roman,times,serif;\">\r\n <li><font size=\"3\">The t option indicates that you want to view the <em>table</em> of contents of the JAR file. </font></li>\r\n <li><font size=\"3\">The f option indicates that the JAR file whose contents are to be viewed is specified on the command line. </font></li>\r\n <li><font size=\"3\">The jar-file argument is the path and name of the JAR file whose contents you want to view. </font></li>\r\n</ul>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> The t and f options can appear in either order, but there must not be any space between them. </font></p>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> This command will display the JAR file\'s table of contents to standard output. </font></p> ',1284566163),(1108,'31622da902366a18eb62bd6723c414eb','<p class=\"book_chapter_title\">Example showing how to view the contents of JAR file</p> <font size=\"3\"><span style=\"font-family: times new roman,times,serif;\">Let\'s use the Jar tool to list the contents of the TicTacToe.jar file we created in the previous section: </span></font>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\"><span style=\"font-weight: bold;\">jar tf TicTacToe.jar</span> </font></pre></blockquote>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> This command displays the contents of the JAR file to standard output: </font></p>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\">META-INF/MANIFEST.MF TicTacToe.class audio/ audio/beep.au audio/ding.au audio/return.au audio/yahoo1.au audio/yahoo2.au images/ images/cross.gif images/not.gif </font></pre></blockquote>',1284566167),(1109,'78ac9d1b24efea3ed9379ace29bc0280','<p class=\"book_chapter_title\">Extracting the contents of JAR file</p> <font size=\"3\"><span style=\"font-family: times new roman,times,serif;\">The basic command to use for extracting the contents of a JAR file is: </span></font>\r\n<blockquote style=\"font-family: times new roman,times,serif;\"><pre><font size=\"3\" style=\"font-weight: bold;\">jar xf <i>jar-file [archived-file(s)]</i> </font></pre></blockquote>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> Let\'s look at the options and arguments in this command: </font></p>\r\n<ul style=\"font-family: times new roman,times,serif;\">\r\n <li><font size=\"3\">The x option indicates that you want to <em>extract</em> files from the JAR archive. </font></li>\r\n <li><font size=\"3\">The f options indicates that the JAR <em>file</em> from which files are to be extracted is specified on the command line, rather than through standard input. </font></li>\r\n <li><font size=\"3\">The jar-file argument is the filename (or path and filename) of the JAR file from which to extract files. </font></li>\r\n <li><font size=\"3\">archived-file(s) is an optional argument consisting of a space-separated list of the files to be extracted from the archive. If this argument is not present, the Jar tool will extract all the files in the archive. </font></li>\r\n</ul>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> As usual, the order in which the x and f options appear in the command doesn\'t matter, but there must not be a space between them. </font></p>\r\n<p style=\"font-family: times new roman,times,serif;\"><font size=\"3\"> When extracting files, the Jar tool makes copies of the desired files and writes them to the current directory, reproducing the directory structure that the files have in the archive. The original JAR file remains unchanged. </font></p>\r\n<p style=\"font-family: times new roman,times,serif;\"> </p> ',1284390742),(1110,'821b95850d354b99f38c902af8e87cf7','<p class=\"book_chapter_title\">What is a JAR file?</p> <font size=\"3\"><span style=\"font-family: times new roman,times,serif;\">A JAR file (or Java Archive) aggregates many files into one.Software developers generally use .jar files to distribute Java applications or libraries, in the </span><span style=\"font-family: times new roman,times,serif;\">form of classes and associated metadata and resources (text, images, etc.)<br />JAR files are build on the ZIP file format. <br />Computer users can create or extract </span><span style=\"font-family: times new roman,times,serif;\">JAR files using the jar command that comes with a JDK.<br />A JAR file has an optional manifest file located in the path </span><span style=\"font-weight: bold; font-family: times new roman,times,serif;\">META-INF/MANIFEST.MF</span><span style=\"font-family: times new roman,times,serif;\">. </span></font><br /><span style=\"font-family: times new roman,times,serif;\">(On the Java platform, a manifest file is a specific file </span><span style=\"font-family: times new roman,times,serif;\">contained within a JAR archive. It is used to define </span><span style=\"font-family: times new roman,times,serif;\">extension and package related data.</span><span style=\"font-family: times new roman,times,serif;\"></span>)<br /><br /> ',1284752590),(1111,'2eaede94fc7c7c66ebfffc4fa1f62874','This is the general discussion forum.',1311808486),(1112,'72cf3576c12ce76118a6095ffd302db5','Please write the testimonial here.',1311894647),(1113,'cabb95248d733d341348b24ccaf402dc','This is the general discussion forum.',1311894647),(1114,'88b50574586cc8c20ee602295cb9c4d0','General news and announcements',1311894647),(1115,'832185c3d742046efa9b96be251f625c','<p class=\"book_chapter_title\">Vocab Drill 8 (Letter \'C\')</p><p align=\"justify\"><span style=\"color: rgb(0,51,102)\"><font size=\"4\">1.)</font></span><a title=\"cabal\" style=\"color: rgb(0,51,102); text-decoration: underline\" href=\"http://dictionary.reference.com/browse/cabal\" target=\"_blank\"><font size=\"4\">Cabal (<em>n</em>)</font></a><span style=\"color: rgb(0,51,102); text-decoration: underline\"><font size=\"4\"> </font></span><span style=\"color: rgb(0,51,102)\"><font size=\"4\">:</font> </span><font size=\"3\"><span style=\"color: rgb(0,139,0); font-style: italic\">1)</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> A</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">small</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">secret</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plotters,</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">as</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">against</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">government</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"color: rgb(0,139,0); font-style: italic\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">person</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">in</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">authority.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">The</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">plots</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">and</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">schemes</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">of</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">such</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">a</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">group;</span><span style=\"color: rgb(0,139,0); font-style: italic\"> </span></font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><font size=\"3\">intrigue.</font><br /><span style=\"color: rgb(0,0,0)\"></span></span><font size=\"2\"><font color=\"#663300\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">1) </span></span>They claim to support local government but direct policy from their<span class=\"nolink\"> inner </span><span style=\"font-weight: bold\">cabal</span>.</font><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\"></span><br /></span><font color=\"#663300\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"><span style=\"color: rgb(0,0,0)\">2)</span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; color: rgb(0,139,0); font-style: italic; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> </span>I have <span class=\"nolink\">seen</span> such <span style=\"font-weight: bold\">cabals</span> in action for more than 30 years.<br /></font><br /><font size=\"4\">2.)</font></font><font size=\"4\"><a title=\"cadge\" style=\"color: rgb(0,51,102)\" href=\"http://dictionary.reference.com/browse/cadge\" target=\"_blank\">Cadge</a></font><font size=\"2\"><font size=\"4\"><a style=\"color: rgb(0,51,102)\" href=\"http://www.moodle.org/0.12407330079736834\"> (v)</a> :</font> <font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\">1)</font></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"> To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">imposing</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">on</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">another\'s</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">generosity</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">friendship.<br />2) </span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">borrow</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">without</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">intent</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">to</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">repay.</span></font></p>
<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span class=\"dnindex\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">3) </span></span></span><span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">To</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">beg</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">or</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">obtain</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">by</span> <span id=\"hotword\" onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\">begging.</span></font></p>
<p align=\"justify\"><font style=\"color: rgb(0,139,0); font-style: italic\" size=\"3\"><span onmouseover=\"function onmouseover(event) { this.style.cursor = \" style=\"cursor: default; background-color: transparent\" onclick=\"function onclick(event) { this.style.backgroundColor = \" onmouseout=\"function onmouseout(event) { this.style.backgroundColor = \" name=\"hotword\"></span></font><font size=\"2\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#663300\">1) I believe he was able to <strong>cadge</strong> a lift on the coach.</font></font></p>
<div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"></font> </div>
<div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">3.)</font><a title=\"calipers\" href=\"http://dictionary.reference.com/browse/calipers\"><font color=\"#003366\" size=\"4\">Calipers (<em>n</em>)</font></a><font size=\"4\"> : </font><font color=\"#008b00\"><em>1)</em> <em>An instrument for measuring thickness and internal or external diameters inaccessible to the scale, consisting usually of a pair of adjustable pivoted legs.</em></font></div>
<div class=\"luna-Ent\" align=\"justify\"><em><font color=\"#008b00\">2) Automotive- The part of a disc-brake assembly that straddles the disc and presses the brake pads against it.</font></em></div>
<div class=\"luna-Ent\" align=\"justify\"> 
 <div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"><font color=\"#663300\">1) </font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#663300\">The mechanical stage has a spring <strong>caliper</strong> to hold a standard slide.</font></span></span></font></div> 
 <div class=\"luna-Ent\" align=\"justify\"><font face=\"Trebuchet MS\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\"><font color=\"#663300\">2) </font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font color=\"#663300\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">The front brakes use a radial <strong>caliper</strong> with four opposed<span class=\"Apple-converted-space\"> <span class=\"nolink\">pistons</span></span></font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">, in keeping with the latest trends in racing technology.</font></font></span></span></font></span></span></font></div> 
 <div class=\"luna-Ent\" align=\"justify\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 13px; color: rgb(51,51,51); line-height: 16px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"3\"><font color=\"#008b00\"><span onmouseover=\"function anonymous() { function onmouseover() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.cursor=\'default\' } } } } } } }\" style=\"padding-right: 0px; padding-left: 0px; font-size: 13px; padding-bottom: 0px; margin: 0px; cursor: default; color: rgb(51,51,51); line-height: 1.25em; padding-top: 0px; font-family: verdana, arial, helvetica, sans-serif; position: static; background-color: transparent\" onclick=\"function anonymous() { function onclick() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } } } } } } }\" onmouseout=\"function anonymous() { function onmouseout() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { function anonymous() { this.style.backgroundColor=\'transparent\' } } } } } } }\" name=\"hotword\"><em></em></span></font></font></span></span> </div> 
 <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">4.)<a title=\"calumniate\" href=\"http://dictionary.reference.com/browse/calumniate\" target=\"_blank\"><font color=\"#003366\">Calumniate (v)</font></a> : </font><font color=\"#008b00\"><em>T</em><em>o make false and malicious statements about: Slander.</em></font></div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font color=\"#663300\"><font size=\"2\"><font face=\"Trebuchet MS\">1) </font>And, consequently, Marx was the best hated and most <strong>calumniated</strong><span class=\"Apple-converted-space\"> <span class=\"nolink\">man </span></span></font><font size=\"2\">of his time.</font></font></span></span></em></div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"2\"></font></span></span></em></div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"></font></span></span></em></div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"></font></span></span></em></div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"></font></span></span></em> </div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\">5.)<span class=\"nolink\"><a title=\"calumny\" href=\"http://dictionary.reference.com/browse/calumny\" target=\"_blank\"><font color=\"#003366\">Calumny <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></font></a> :</span> <em><font color=\"#008b00\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\">1) A</font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"> <font color=\"#008b00\" size=\"3\">false and malicious statement meant to hurt someone\'s reputation.</font></font></span></span></font></em></font></span></span></em></div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#008b00\" size=\"3\"><em>2)the uttering of such a statement; slander.</em></font></span></span></font></span></span></em></div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS\"><font size=\"2\"><font color=\"#663300\">1) </font><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" color=\"#663300\">Why did you<span class=\"Apple-converted-space\"> <span class=\"nolink\">speak</span></span><span class=\"Apple-converted-space\"> </span><strong>calumny</strong> of me to Dr. Joseph behind my back?</font></span></span></font></font></span></span></font></span></span></em></div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"></span></span></font></font></span></span></font></span></span></em></div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"4\"></font></span></span></font></span></span></span></span></em> </div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"4\">6.)</font><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"4\">Candid (adj) :</font><font size=\"3\"> </font></font><font size=\"3\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">1) F<span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\">ree from prejudice or bias; fair; just; impartial.</span></span></font></font></span></span></font></span></span></span></span></em></div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font size=\"3\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">2) V<span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\">ery honest or frank in what one says or writes.</span></span></font></font></span></span></span></span></span></span></span></span></em></div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"pg\"><span id=\"hotword\"><span id=\"hotword\" onmouseover=\"function anonymous() { function onmouseover() { this.style.cursor=\'default\' } }\" style=\"cursor: default; background-color: transparent\" onclick=\"function anonymous() { function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function onmouseout() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"3\">3.) <font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">(–noun) </font></font><span id=\"hotword\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><font size=\"3\"><span id=\"hotword\" onmouseover=\"function anonymous() { function onmouseover() { this.style.cursor=\'default\' } }\" style=\"cursor: default; background-color: transparent\" onclick=\"function anonymous() { function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function onmouseout() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\">an</span> <span id=\"hotword\" onmouseover=\"function anonymous() { function onmouseover() { this.style.cursor=\'default\' } }\" style=\"cursor: default; background-color: transparent\" onclick=\"function anonymous() { function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function onmouseout() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\">unposed</span> <span id=\"hotword\" onmouseover=\"function anonymous() { function onmouseover() { this.style.cursor=\'default\' } }\" style=\"cursor: default; background-color: transparent\" onclick=\"function anonymous() { function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function onmouseout() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\">photograph.</span></font></font></span></span></span></span></span></span></font></span></span></span></span></span></span></span></span></em></div> 
 <div class=\"luna-Ent\" align=\"justify\"><em><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><span class=\"pg\"><span><span onmouseover=\"function anonymous() { function onmouseover() { this.style.cursor=\'default\' } }\" style=\"cursor: default; background-color: transparent\" onclick=\"function anonymous() { function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function onmouseout() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\"><span><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"2\"><span onmouseover=\"function anonymous() { function onmouseover() { this.style.cursor=\'default\' } }\" style=\"cursor: default; background-color: transparent\" onclick=\"function anonymous() { function onclick() { this.style.backgroundColor=\'#b5d5ff\';return hotWord(this); } }\" onmouseout=\"function anonymous() { function onmouseout() { this.style.backgroundColor=\'transparent\' } }\" name=\"hotword\">1)The Minister has been very <strong>candid</strong> about the <span class=\"nolink\">reasons </span>why the arrangement has been made in this way. </span></font></span></span></span></span></span></span></font></span></span></span></span></span></span></span></span></em></div> 
 <div class=\"luna-Ent\" align=\"justify\"><font size=\"2\">2)Do you want formal pictures, <strong>candid</strong> <span class=\"nolink\">shot</span>s or both?</font></div> 
 <div class=\"luna-Ent\" align=\"justify\"><font size=\"2\"></font></div> 
 <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">7.) </font></div> 
 <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\"></font></div> 
 <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\">8.) Capricious (adj) : <font size=\"3\">1)</font> </font><font size=\"3\">Subject to caprices; tending to change abruptly and without apparent reason; erratic; flighty.</font></div> 
 <div class=\"luna-Ent\" align=\"justify\">2) (obsolete) witty or fanciful.</div> 
 <div class=\"luna-Ent\" align=\"justify\">1) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\" size=\"2\">The preparation of the reducing agent proved to be<span class=\"Apple-converted-space\"> <span class=\"nolink\">very</span></span><span class=\"Apple-converted-space\"> </span>capricious.</font></span></span></div> 
 <div class=\"luna-Ent\" align=\"justify\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS\"><font size=\"2\">2) <span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"><font face=\"Trebuchet MS,Verdana,Arial,Helvetica,sans-serif\">And still she is this small, feisty, sometimes capricious<span class=\"Apple-converted-space\"> <span class=\"nolink\">woman</span></span>.</font></span></span></font></font></span></span></div> 
 <div class=\"luna-Ent\" align=\"justify\"><font size=\"4\"><span class=\"Apple-style-span\" style=\"word-spacing: 0px; font: medium \'times new roman\'; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; widows: 2; orphans: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-family: verdana, arial, helvetica, sans-serif; text-align: left\"></span></span></font></div></div>',1286887679),(1116,'0170094fe41c357cd28d77fe6c0ac821','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'C\')</p><font size=\"4\">1.)Cleanse (v) :</font> <font size=\"3\">1) <font size=\"3\">To make Clean.</font><br />2)<span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> <font size=\"3\">To</font></span><font size=\"3\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">remove</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">by</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">as</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">if</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">by</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">cleaning.<br /><font size=\"2\">1)</font></span></font></span></font><font size=\"2\">The skin is left feeling smooth, refined and deeply cleansed.</font><font size=\"3\"><font size=\"2\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span></span></font><font size=\"3\"><font size=\"2\"><span name=\"hotword\" id=\"hotword\"></span></font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /><br /></span></font></font>\r\n<div class=\"dndata\"><span class=\"ital-inline\"><span id=\"hotword\"> </span></span></div> ',1284354587),(1117,'23c3e026c5885731ee10c3b327620d43','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'C\')</p> <font size=\"4\">1.) <a href=\"http://dictionary.reference.com/browse/cleanse\" target=\"_blank\" title=\"cleanse\">Cleanse (v)</a> :</font> <font size=\"3\"><span style=\"font-style: italic;\">1) </span><font size=\"3\" style=\"font-style: italic;\">To make Clean.</font><br style=\"font-style: italic;\" /><span style=\"font-style: italic;\">2)</span><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> <font size=\"3\">To</font></span><font size=\"3\"><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">remove</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">by</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">or</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">as</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">if</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">by</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><span style=\"font-style: italic;\">cleaning.</span><br /><font size=\"2\">1)</font></span></font></span></font><font size=\"2\">The skin is left feeling smooth, refined and deeply cleansed.</font><font size=\"3\"><font size=\"2\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span></span></font><font size=\"3\"><font size=\"2\"><span id=\"hotword\" name=\"hotword\"></span></font><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><br /><br /><font size=\"4\">2.) <a href=\"http://dictionary.reference.com/browse/cling\" target=\"_blank\" title=\"cling\">Cling (v) :</a> <font size=\"3\"><span style=\"font-style: italic;\">1) </span></font></font></span></font><span id=\"hotword\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">adhere</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">closely;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">stick</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span></span></font><font size=\"3\" style=\"font-style: italic;\"><font size=\"3\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">; </span></font></font><font size=\"3\"><span id=\"hotword\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">hold</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">tight,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">as</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">by</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">grasping</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">embracing.<br />2)</span></span><span id=\"hotword\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">be</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">remain</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">close; </span></span><span id=\"hotword\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">remain</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">attached,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">as</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">an</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">idea,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">hope,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">memory,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">etc.<br />3) (-n)</span></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\"> The</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">act</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">of</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">clinging;</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">adherence;</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">attachment.<br /></span><font size=\"2\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1) </span></font></font><font size=\"2\">Apply cling <span class=\"nolink\">film</span> in layers rather than round like a bandage.</font><font size=\"2\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\"><br /></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">2)</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\"> </span>How tenacious are the memories that cling <span class=\"nolink\">round</span> that mighty old hunter!</font>\r\n<div class=\"dndata\" style=\"font-style: italic;\"><font size=\"3\"><span id=\"hotword\"> </span></font></div><font size=\"3\"><font size=\"3\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><br /></span></font></font>\r\n<div class=\"dndata\"><span class=\"ital-inline\"><span id=\"hotword\"> </span></span></div> ',1284355182),(1118,'e8bde411572492f18eaaadf5446ddf82','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'C\')</p> <font size=\"4\">1.) <a title=\"cleanse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/cleanse\">Cleanse (v)</a> :</font> <font size=\"3\"><span style=\"font-style: italic;\">1) </span><font size=\"3\" style=\"font-style: italic;\">To make Clean.</font><br style=\"font-style: italic;\" /><span style=\"font-style: italic;\">2)</span><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\"> <font size=\"3\">To</font></span><font size=\"3\"><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">remove</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">by</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">or</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">as</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">if</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">by</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><span style=\"font-style: italic;\">cleaning.</span><br /><font size=\"2\">1)</font></span></font></span></font><font size=\"2\">The skin is left feeling smooth, refined and deeply cleansed.</font><font size=\"3\"><font size=\"2\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span></span></font><font size=\"3\"><font size=\"2\"><span name=\"hotword\" id=\"hotword\"></span></font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /><br /><font size=\"4\">2.) <a title=\"cling\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/cling\">Cling (v) :</a> <font size=\"3\"><span style=\"font-style: italic;\">1) </span></font></font></span></font><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">adhere</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">closely;</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">stick</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span></span></font><font size=\"3\" style=\"font-style: italic;\"><font size=\"3\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">; </span></font></font><font size=\"3\"><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">hold</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">tight,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">as</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">by</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">grasping</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">embracing.<br />2)</span></span><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">be</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">remain</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">close; </span></span><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">remain</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">attached,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">as</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">an</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">idea,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">hope,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">memory,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">etc.<br />3) (-n)</span></span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> The</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">act</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">clinging;</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">adherence;</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">attachment.<br /></span><font size=\"2\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1) </span></font></font><font size=\"2\">Apply cling <span class=\"nolink\">film</span> in layers rather than round like a bandage.</font><font size=\"2\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"><br /></span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">2)</span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> </span>How tenacious are the memories that cling <span class=\"nolink\">round</span> that mighty old hunter!<br /><br /><font size=\"4\">3.) <a href=\"http://dictionary.reference.com/browse/clot\" target=\"_blank\" title=\"clot\">Clot (<span style=\"font-style: italic;\">n</span>) :</a> <font size=\"3\">1) </font></font></font><font size=\"3\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">A</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">soft</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">thick</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">lump</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">mass.<br />2) (-informal) </span></span><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">A</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">stupid</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">person;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">fool.<br />3) (-v) </span></span></font><span id=\"hotword\"><font size=\"3\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">To</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">form</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">cause</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">form</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">into</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">a</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">soft</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">thick</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">lump</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> </font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\">lumps.</font><br /><font size=\"2\">1) </font></span></span><font size=\"2\">He underwent surgery to <span class=\"nolink\">remove</span> a blood clot on the brain.<br />2)Bruce\'s untimely death at 47 was apparently caused by a blood clot in the <span class=\"nolink\">lung</span>. </font>\r\n<div style=\"font-style: italic;\" class=\"dndata\"><font size=\"3\"><span id=\"hotword\"> </span></font></div><font size=\"3\"><font size=\"3\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /></span></font></font>\r\n<div class=\"dndata\"><span class=\"ital-inline\"><span id=\"hotword\"> </span></span></div> ',1284356077),(1119,'b1ecde73a7781b1c33b3effd185a0604','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'C\')</p> <font size=\"4\">1.) <a href=\"http://dictionary.reference.com/browse/cleanse\" target=\"_blank\" title=\"cleanse\">Cleanse (v)</a> :</font> <font size=\"3\"><span style=\"font-style: italic;\">1) </span><font size=\"3\" style=\"font-style: italic;\">To make Clean.</font><br style=\"font-style: italic;\" /><span style=\"font-style: italic;\">2)</span><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> <font size=\"3\">To</font></span><font size=\"3\"><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">remove</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">by</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">or</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">as</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">if</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">by</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><span style=\"font-style: italic;\">cleaning.</span><br /><font size=\"2\">1)</font></span></font></span></font><font size=\"2\">The skin is left feeling smooth, refined and deeply <span style=\"font-weight: bold;\">cleansed</span>.</font><font size=\"3\"><font size=\"2\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span></span></font><font size=\"3\"><font size=\"2\"><span id=\"hotword\" name=\"hotword\"></span></font><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><br /><br /><font size=\"4\">2.) <a href=\"http://dictionary.reference.com/browse/cling\" target=\"_blank\" title=\"cling\">Cling (v) :</a> <font size=\"3\"><span style=\"font-style: italic;\">1) </span></font></font></span></font><span id=\"hotword\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">adhere</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">closely;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">stick</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span></span></font><font size=\"3\" style=\"font-style: italic;\"><font size=\"3\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">; </span></font></font><font size=\"3\"><span id=\"hotword\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">hold</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">tight,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">as</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">by</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">grasping</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">embracing.<br />2)</span></span><span id=\"hotword\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">be</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">remain</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">close; </span></span><span id=\"hotword\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">remain</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">attached,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">as</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">an</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">idea,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">hope,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">memory,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">etc.<br />3) (-n)</span></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\"> The</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">act</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">of</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">clinging;</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">adherence;</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">attachment.<br /></span><font size=\"2\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1) </span></font></font><font size=\"2\">Apply <span style=\"font-weight: bold;\">cling</span> <span class=\"nolink\">film</span> in layers rather than round like a bandage.</font><font size=\"2\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\"><br /></span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">2)</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\"> </span>How tenacious are the memories that <span style=\"font-weight: bold;\">cling</span> <span class=\"nolink\">round</span> that mighty old hunter!<br /><br /><font size=\"4\">3.) <a title=\"clot\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/clot\">Clot (<span style=\"font-style: italic;\">n</span>) :</a> <font size=\"3\" style=\"font-style: italic;\">1) </font></font></font><font size=\"3\"><span id=\"hotword\" style=\"font-style: italic;\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">A</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">soft</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">thick</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">lump</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">mass.<br />2) (-informal) </span></span><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">A</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">stupid</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">person;</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><span style=\"font-style: italic;\">fool.</span><br />3) (-v) </span></span></font><span id=\"hotword\"><font size=\"3\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">To</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">form</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">cause</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">form</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">into</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">a</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">soft</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">thick</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">lump</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> </font><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><font size=\"3\">lumps.</font><br /><font size=\"2\">1) </font></span></span><font size=\"2\">He underwent surgery to <span class=\"nolink\">remove</span> a blood <span style=\"font-weight: bold;\">clot</span> on the brain.<br />2)Bruce\'s untimely death at 47 was apparently caused by a blood <span style=\"font-weight: bold;\">clot</span> in the <span class=\"nolink\">lung</span>.<br /><br /><font size=\"4\">4.) <a href=\"http://dictionary.reference.com/browse/cloture\" target=\"_blank\" title=\"cloture\">Cloture (<span style=\"font-style: italic;\">n</span>)</a></font> <font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic;\">1)</font></font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\"> A</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">method</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">of</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">closing</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">a</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">debate</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">and</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">causing</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">an</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">immediate</span> <span name=\"hotword\" id=\"hotword\" style=\"font-style: italic;\">vote</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">to</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">be</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">taken</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">on</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">the</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">question.<br />2) (-v)</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\"> To</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">close</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">(a</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">debate)</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">by</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">cloture.</span>\r\n<div class=\"dndata\"><span id=\"hotword\"> </span></div>\r\n<div class=\"dndata\"><span id=\"hotword\"> </span></div><font size=\"2\">1) A vote for <strong>cloture</strong> is basically a vote for the bill.<br />2) Not voting in favor of <strong>cloture</strong> is the same as voting in favor of the filibuster.</font>\r\n<div class=\"dndata\" style=\"font-style: italic;\"><font size=\"3\"><span id=\"hotword\"> </span></font></div><font size=\"3\"><font size=\"3\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><br /></span></font></font>\r\n<div class=\"dndata\"><span class=\"ital-inline\"><span id=\"hotword\"> </span></span></div> ',1284357438),(1120,'bb19fb360e292aea6d731fbffb3205d0','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'C\')</p> <font size=\"4\">1.) <a title=\"cleanse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/cleanse\">Cleanse (v)</a> :</font> <font size=\"3\"><span style=\"font-style: italic;\">1) </span><font size=\"3\" style=\"font-style: italic;\">To make Clean.</font><br style=\"font-style: italic;\" /><span style=\"font-style: italic;\">2)</span><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\"> <font size=\"3\">To</font></span><font size=\"3\"><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">remove</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">by</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">or</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">as</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">if</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">by</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><span style=\"font-style: italic;\">cleaning.</span><br /><font size=\"2\">1)</font></span></font></span></font><font size=\"2\">The skin is left feeling smooth, refined and deeply <span style=\"font-weight: bold;\">cleansed</span>.</font><font size=\"3\"><font size=\"2\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span></span></font><font size=\"3\"><font size=\"2\"><span name=\"hotword\" id=\"hotword\"></span></font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /><br /><font size=\"4\">2.) <a title=\"cling\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/cling\">Cling (v) :</a> <font size=\"3\"><span style=\"font-style: italic;\">1) </span></font></font></span></font><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">adhere</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">closely;</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">stick</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span></span></font><font size=\"3\" style=\"font-style: italic;\"><font size=\"3\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">; </span></font></font><font size=\"3\"><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">hold</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">tight,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">as</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">by</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">grasping</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">embracing.<br />2)</span></span><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">be</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">remain</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">close; </span></span><span style=\"font-style: italic;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">remain</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">attached,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">as</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">an</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">idea,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">hope,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">memory,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">etc.<br />3) (-n)</span></span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> The</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">act</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">clinging;</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">adherence;</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">attachment.<br /></span><font size=\"2\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1) </span></font></font><font size=\"2\">Apply <span style=\"font-weight: bold;\">cling</span> <span class=\"nolink\">film</span> in layers rather than round like a bandage.</font><font size=\"2\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"><br /></span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">2)</span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> </span>How tenacious are the memories that <span style=\"font-weight: bold;\">cling</span> <span class=\"nolink\">round</span> that mighty old hunter!<br /><br /><font size=\"4\">3.) <a href=\"http://dictionary.reference.com/browse/clot\" target=\"_blank\" title=\"clot\">Clot (<span style=\"font-style: italic;\">n</span>) :</a> <font size=\"3\" style=\"font-style: italic;\">1) </font></font></font><font size=\"3\"><span style=\"font-style: italic;\" id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">A</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">soft</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">thick</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">lump</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">mass.<br />2) (-informal) </span></span><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">A</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">stupid</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-style: italic;\">person;</span><span style=\"font-style: italic;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><span style=\"font-style: italic;\">fool.</span><br />3) (-v) </span></span></font><span id=\"hotword\"><font size=\"3\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">To</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">form</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">cause</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">form</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">into</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">a</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">soft</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">thick</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">lump</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> </font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\">lumps.</font><br /><font size=\"2\">1) </font></span></span><font size=\"2\">He underwent surgery to <span class=\"nolink\">remove</span> a blood <span style=\"font-weight: bold;\">clot</span> on the brain.<br />2)Bruce\'s untimely death at 47 was apparently caused by a blood <span style=\"font-weight: bold;\">clot</span> in the <span class=\"nolink\">lung</span>.<br /><br /><font size=\"4\">4.) <a title=\"cloture\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/cloture\">Cloture (<span style=\"font-style: italic;\">n</span>)</a></font> <font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic;\">1)</font></font><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> A</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">method</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">closing</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">a</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">debate</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">and</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">causing</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">an</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">immediate</span> <span style=\"font-style: italic;\" id=\"hotword\" name=\"hotword\">vote</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">to</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">be</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">taken</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">on</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">the</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">question.<br />2) (-v)</span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\"> To</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">close</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">(a</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">debate)</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">by</span><span style=\"font-style: italic;\"> </span><span style=\"cursor: default; background-color: transparent; font-style: italic;\" id=\"hotword\" name=\"hotword\">cloture.</span>\r\n<div class=\"dndata\"><span id=\"hotword\"> </span></div>\r\n<div class=\"dndata\"><span id=\"hotword\"> </span></div><font size=\"2\">1) A vote for <strong>cloture</strong> is basically a vote for the bill.<br />2) Not voting in favor of <strong>cloture</strong> is the same as voting in favor of the filibuster.<br /><br /><font size=\"4\">5.) <a href=\"http://dictionary.reference.com/browse/coalescing\" target=\"_blank\" title=\"coalease\">Coalesce (v)</a> : <font size=\"3\" style=\"font-style: italic;\">1)</font></font></font><font size=\"3\" style=\"font-style: italic;\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> To</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">grow</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">together</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">into</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">one</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">body</span></span></font><font size=\"3\" style=\"font-style: italic;\">.<br />2) <span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">To</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">unite</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">so</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">as</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">form</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">one</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">mass,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">community,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">etc.</span></span><br />3) </font><span id=\"hotword\"><font size=\"3\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">To</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">blend</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">come</span> </font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\" style=\"font-style: italic;\">together.</font><br /><font size=\"2\">1) </font></span></span><font size=\"2\">Why doesn\'t my database automatically <span style=\"font-weight: bold;\">coalesce</span> free <span class=\"nolink\">space</span> in some tablespaces?<br />2)All the solder balls <span style=\"font-weight: bold;\">coalesce</span> together to <span class=\"nolink\">form</span> a solder joint. </font>\r\n<div style=\"font-style: italic;\" class=\"dndata\"><font size=\"3\"><span id=\"hotword\"> </span></font></div><font size=\"3\"><font size=\"3\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /></span></font></font>\r\n<div class=\"dndata\"><span class=\"ital-inline\"><span id=\"hotword\"> </span></span></div> ',1284363752),(1121,'e5ba52056bfdeae1eb178b235bb810bb','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'C\')</p><font size=\"4\"><font color=\"#003366\">1.) </font><a title=\"cleanse\" href=\"http://dictionary.reference.com/browse/cleanse\" target=\"_blank\"><font color=\"#003366\">Cleanse (v)</font></a><font color=\"#003366\"> :</font></font> <font size=\"3\"><font color=\"#008b00\"><span style=\"font-style: italic\">1) </span><font style=\"font-style: italic\" size=\"3\">To make Clean.</font><br style=\"font-style: italic\" /><span style=\"font-style: italic\">2)</span></font><span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"> <font size=\"3\">To</font></font></span><font size=\"3\"><font color=\"#008b00\"><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">remove</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">or</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">as</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">if</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><span style=\"font-style: italic\">cleaning.</span><br /></font><font color=\"#663300\" size=\"2\">1)</font></span></font></span></font><font color=\"#663300\" size=\"2\">The skin is left feeling smooth, refined and deeply <span style=\"font-weight: bold\">cleansed</span>.</font><font size=\"3\"><font size=\"2\"><span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"></span></span></font><font size=\"3\"><font size=\"2\"><span id=\"hotword\" name=\"hotword\"></span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><br /><br /><font size=\"4\"><font color=\"#003366\">2.) </font><a title=\"cling\" href=\"http://dictionary.reference.com/browse/cling\" target=\"_blank\"><font color=\"#003366\">Cling (v) :</font></a> <font color=\"#008b00\" size=\"3\"><span style=\"font-style: italic\">1) </span></font></font></span></font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">adhere</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">closely;</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">stick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span></font></span></font><font style=\"font-style: italic\" size=\"3\"><font color=\"#008b00\" size=\"3\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">; </span></font></font><font size=\"3\"><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">hold</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">tight,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">by</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">grasping</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">embracing.<br />2)</font></span></span><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">be</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">remain</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">close; </span></font></span><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">remain</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">attached,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">an</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">idea,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">hope,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">memory,</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">etc.<br />3) (-n)</font></span></span><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> The</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">act</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">of</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">clinging;</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">adherence;</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">attachment.<br /></font></span><font color=\"#663300\" size=\"2\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">1) </span></font></font><font color=\"#663300\" size=\"2\">Apply <span style=\"font-weight: bold\">cling</span> <span class=\"nolink\">film</span> in layers rather than round like a bandage.</font><font size=\"2\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"></span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><br /></span><font color=\"#663300\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">2)</span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> </span>How tenacious are the memories that <span style=\"font-weight: bold\">cling</span> <span class=\"nolink\">round</span> that mighty old hunter!<br /></font><br /><font size=\"4\"><font color=\"#003366\">3.) </font><a title=\"clot\" href=\"http://dictionary.reference.com/browse/clot\" target=\"_blank\"><font color=\"#003366\">Clot (<span style=\"font-style: italic\">n</span>) :</font></a> <font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">1) </font></font></font><font size=\"3\"><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">A</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">soft</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">thick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">lump</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">mass.<br />2) (-informal) </font></span></span><span id=\"hotword\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">A</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">stupid</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">person;</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><span style=\"font-style: italic\">fool.</span><br /><em>3) (-v) </em></font></span></span></font><span id=\"hotword\"><font size=\"3\"><font color=\"#008b00\"><em><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">cause</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">into</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">a</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">soft</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">thick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">lump</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </em></font></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><em><font color=\"#008b00\" size=\"3\">lumps.</font><br /></em><font color=\"#663300\" size=\"2\">1) </font></span></span><font size=\"2\"><font color=\"#663300\">He underwent surgery to <span class=\"nolink\">remove</span> a blood <span style=\"font-weight: bold\">clot</span> on the brain.<br />2)Bruce\'s untimely death at 47 was apparently caused by a blood <span style=\"font-weight: bold\">clot</span> in the <span class=\"nolink\">lung</span>.<br /></font><br /><font size=\"4\"><font color=\"#003366\">4.) </font><a title=\"cloture\" href=\"http://dictionary.reference.com/browse/cloture\" target=\"_blank\"><font color=\"#003366\">Cloture (<span style=\"font-style: italic\">n</span>)</font></a></font><font color=\"#003366\"> <font size=\"4\">:</font></font> <font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">1)</font></font><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> A</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">method</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">of</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">closing</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">a</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">debate</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">and</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">causing</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">an</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">immediate</span> <span id=\"hotword\" style=\"font-style: italic\" name=\"hotword\">vote</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">to</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">be</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">taken</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">on</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">the</span><span style=\"font-style: italic\"> </span></font><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">question.<br />2) (-v)</span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> To</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">close</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">(a</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">debate)</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">cloture.</span></font>\r\n<div class=\"dndata\"><span id=\"hotword\"></span></div>\r\n<div class=\"dndata\"><span id=\"hotword\"></span></div><font size=\"2\"><font color=\"#663300\">1) A vote for <strong>cloture</strong> is basically a vote for the bill.<br />2) Not voting in favor of <strong>cloture</strong> is the same as voting in favor of the filibuster.<br /></font><br /><font size=\"4\"><font color=\"#003366\">5.) </font><a title=\"coalease\" href=\"http://dictionary.reference.com/browse/coalescing\" target=\"_blank\"><font color=\"#003366\">Coalesce (v)</font></a><font color=\"#003366\"> :</font> <font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">1)</font></font></font><font style=\"font-style: italic\" size=\"3\"><span id=\"hotword\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"> To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">grow</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">together</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">into</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">one</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">body</span></font></span></font><font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">.<br />2) <span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">unite</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">so</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">one</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">mass,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">community,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">etc.</span></span><br />3) </font><span id=\"hotword\"><font style=\"font-style: italic\" size=\"3\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">blend</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">come</span> </font></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><font style=\"font-style: italic\" size=\"3\">together.</font><br /></font><font color=\"#663300\" size=\"2\">1) </font></span></span><font size=\"2\"><font color=\"#663300\">Why doesn\'t my database automatically <span style=\"font-weight: bold\">coalesce</span> free <span class=\"nolink\">space</span> in some tablespaces?<br />2)All the solder balls <span style=\"font-weight: bold\">coalesce</span> together to <span class=\"nolink\">form</span> a solder joint.</font> </font>\r\n<div class=\"dndata\" style=\"font-style: italic\"><font size=\"3\"><span id=\"hotword\"></span></font></div><font size=\"3\"><font size=\"3\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><br /></span></font></font>\r\n<div class=\"dndata\"><span class=\"ital-inline\"><span id=\"hotword\"></span></span></div>',1284364146),(1122,'fa34b5c64fdde725b6b15c34b8f41378','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'C\')</p><font size=\"4\"><font color=\"#003366\">1.) </font><a title=\"cleanse\" href=\"http://dictionary.reference.com/browse/cleanse\" target=\"_blank\"><font color=\"#003366\">Cleanse (v)</font></a><font color=\"#003366\"> :</font></font> <font color=\"#008b00\"><span style=\"font-style: italic\">1) </span><font style=\"font-style: italic\">To make Clean.</font><br style=\"font-style: italic\" /><span style=\"font-style: italic\">2)</span></font><span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"> To</font></span><font color=\"#008b00\"><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">remove</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">or</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">as</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">if</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><span style=\"font-style: italic\">cleaning.</span><br /></font><font color=\"#663300\">1)</font></span></span><font color=\"#663300\" size=\"2\">The skin is left feeling smooth, refined and deeply <span style=\"font-weight: bold\">cleansed</span>.</font><font size=\"3\"><font size=\"2\"><span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"></span></span></font><font size=\"3\"><font size=\"2\"><span id=\"hotword\" name=\"hotword\"></span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><br /><br /><font size=\"4\"><font color=\"#003366\">2.) </font><a title=\"cling\" href=\"http://dictionary.reference.com/browse/cling\" target=\"_blank\"><font color=\"#003366\">Cling (v) :</font></a> </font><font color=\"#008b00\"><span style=\"font-style: italic\">1) </span></font></span></font></font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">adhere</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">closely;</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">stick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span></font></span><font style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">; </span></font></font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">hold</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">tight,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">by</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">grasping</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">embracing.<br />2)</font></span></span><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">be</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">remain</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">close; </span></font></span><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">remain</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">attached,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">an</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">idea,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">hope,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">memory,</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">etc.<br />3) (-n)</font></span></span><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> The</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">act</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">of</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">clinging;</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">adherence;</span><span style=\"font-style: italic\"> </span></font><font size=\"2\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\" size=\"3\">attachment.<br /></font></span><font color=\"#663300\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">1) </span></font><font color=\"#663300\">Apply <span style=\"font-weight: bold\">cling</span> <span class=\"nolink\">film</span> in layers rather than round like a bandage.</font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"></span></font><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><br /></span><font size=\"2\"><font color=\"#663300\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">2)</span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> </span>How tenacious are the memories that <span style=\"font-weight: bold\">cling</span> <span class=\"nolink\">round</span> that mighty old hunter!<br /></font><br /><font color=\"#003366\">3.) </font></font><a title=\"clot\" href=\"http://dictionary.reference.com/browse/clot\" target=\"_blank\"><font color=\"#003366\" size=\"2\">Clot (<span style=\"font-style: italic\">n</span>) :</font></a><font size=\"2\"> </font><font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">1) </font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">A</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">soft</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">thick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">lump</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">mass.<br />2) (-informal) </font></span></span><span id=\"hotword\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">A</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">stupid</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">person;</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><span style=\"font-style: italic\">fool.</span><br /><em>3) (-v) </em></font></span></span><span id=\"hotword\"><font color=\"#008b00\"><em><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">cause</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">into</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">a</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">soft</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">thick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">lump</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </em></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font size=\"2\"><em><font size=\"3\"><font color=\"#008b00\">lumps.</font><br /></font></em><font color=\"#663300\">1) </font></font></span></span><font size=\"2\"><font color=\"#663300\">He underwent surgery to <span class=\"nolink\">remove</span> a blood <span style=\"font-weight: bold\">clot</span> on the brain.<br />2)Bruce\'s untimely death at 47 was apparently caused by a blood <span style=\"font-weight: bold\">clot</span> in the <span class=\"nolink\">lung</span>.<br /></font><br /><font color=\"#003366\">4.) </font></font><a title=\"cloture\" href=\"http://dictionary.reference.com/browse/cloture\" target=\"_blank\"><font color=\"#003366\" size=\"2\">Cloture (<span style=\"font-style: italic\">n</span>)</font></a><font size=\"2\"><font color=\"#003366\"> :</font> </font><font style=\"font-style: italic\" color=\"#008b00\">1)</font><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> A</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">method</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">of</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">closing</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">a</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">debate</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">and</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">causing</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">an</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">immediate</span> <span id=\"hotword\" style=\"font-style: italic\" name=\"hotword\">vote</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">to</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">be</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">taken</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">on</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">the</span><span style=\"font-style: italic\"> </span></font><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">question.<br />2) (-v)</span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> To</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">close</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">(a</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">debate)</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">cloture.</span></font>\r\n<div class=\"dndata\"><span id=\"hotword\"></span></div>\r\n<div class=\"dndata\"><span id=\"hotword\"></span></div><font size=\"2\"><font color=\"#663300\">1) A vote for <strong>cloture</strong> is basically a vote for the bill.<br />2) Not voting in favor of <strong>cloture</strong> is the same as voting in favor of the filibuster.<br /></font><br /><font size=\"4\"><font color=\"#003366\">5.) </font><a title=\"coalease\" href=\"http://dictionary.reference.com/browse/coalescing\" target=\"_blank\"><font color=\"#003366\">Coalesce (v)</font></a><font color=\"#003366\"> :</font> <font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">1)</font></font></font><font style=\"font-style: italic\" size=\"3\"><span id=\"hotword\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"> To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">grow</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">together</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">into</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">one</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">body</span></font></span></font><font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">.<br />2) <span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">unite</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">so</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">one</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">mass,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">community,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">etc.</span></span><br />3) </font><span id=\"hotword\"><font style=\"font-style: italic\" size=\"3\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">blend</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">come</span> </font></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><font style=\"font-style: italic\" size=\"3\">together.</font><br /></font><font color=\"#663300\" size=\"2\">1) </font></span></span><font size=\"2\"><font color=\"#663300\">Why doesn\'t my database automatically <span style=\"font-weight: bold\">coalesce</span> free <span class=\"nolink\">space</span> in some tablespaces?<br />2)All the solder balls <span style=\"font-weight: bold\">coalesce</span> together to <span class=\"nolink\">form</span> a solder joint.</font> </font>\r\n<div class=\"dndata\" style=\"font-style: italic\"><font size=\"3\"><span id=\"hotword\"></span></font></div><font size=\"3\"><font size=\"3\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><br /></span></font></font>\r\n<div class=\"dndata\"><span class=\"ital-inline\"><span id=\"hotword\"></span></span></div>',1284364822),(1123,'7035514549f837e109084597de52c3fb','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'C\')</p><font size=\"4\"><font color=\"#003366\">1.) </font><a title=\"cleanse\" href=\"http://dictionary.reference.com/browse/cleanse\" target=\"_blank\"><font color=\"#003366\">Cleanse (v)</font></a><font color=\"#003366\"> :</font></font> <font color=\"#008b00\"><span style=\"font-style: italic\">1) </span><font style=\"font-style: italic\">To make Clean.</font><br style=\"font-style: italic\" /><span style=\"font-style: italic\">2)</span></font><span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"> To</font></span><font color=\"#008b00\"><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">remove</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">or</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">as</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">if</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><span style=\"font-style: italic\">cleaning.</span><br /></font><font color=\"#663300\">1)</font></span></span><font color=\"#663300\" size=\"2\">The skin is left feeling smooth, refined and deeply <span style=\"font-weight: bold\">cleansed</span>.</font><font size=\"3\"><font size=\"2\"><span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"></span></span></font><font size=\"3\"><font size=\"2\"><span id=\"hotword\" name=\"hotword\"></span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><br /><br /><font size=\"4\"><font color=\"#003366\">2.) </font><a title=\"cling\" href=\"http://dictionary.reference.com/browse/cling\" target=\"_blank\"><font color=\"#003366\">Cling (v) :</font></a> </font><font color=\"#008b00\"><span style=\"font-style: italic\">1) </span></font></span></font></font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">adhere</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">closely;</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">stick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span></font></span><font style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">; </span></font></font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">hold</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">tight,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">by</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">grasping</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">embracing.<br />2)</font></span></span><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">be</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">remain</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">close; </span></font></span><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">remain</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">attached,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">an</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">idea,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">hope,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">memory,</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">etc.<br />3) (-n)</font></span></span><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> The</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">act</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">of</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">clinging;</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">adherence;</span><span style=\"font-style: italic\"> </span></font><font size=\"2\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\" size=\"3\">attachment.<br /></font></span><font color=\"#663300\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">1) </span></font><font color=\"#663300\">Apply <span style=\"font-weight: bold\">cling</span> <span class=\"nolink\">film</span> in layers rather than round like a bandage.</font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"></span></font><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><br /></span><font size=\"2\"><font color=\"#663300\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">2)</span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> </span>How tenacious are the memories that <span style=\"font-weight: bold\">cling</span> <span class=\"nolink\">round</span> that mighty old hunter!<br /></font><br /></font><font color=\"#003366\" size=\"4\">3.) </font><a title=\"clot\" href=\"http://dictionary.reference.com/browse/clot\" target=\"_blank\"><font color=\"#003366\" size=\"4\">Clot (<span style=\"font-style: italic\">n</span>) :</font></a><font size=\"2\"> </font><font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">1) </font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">A</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">soft</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">thick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">lump</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">mass.<br />2) (-informal) </font></span></span><span id=\"hotword\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">A</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">stupid</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">person;</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><span style=\"font-style: italic\">fool.</span><br /><em>3) (-v) </em></font></span></span><span id=\"hotword\"><font color=\"#008b00\"><em><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">cause</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">into</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">a</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">soft</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">thick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">lump</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </em></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font size=\"2\"><em><font size=\"3\"><font color=\"#008b00\">lumps.</font><br /></font></em><font color=\"#663300\">1) </font></font></span></span><font size=\"2\"><font color=\"#663300\">He underwent surgery to <span class=\"nolink\">remove</span> a blood <span style=\"font-weight: bold\">clot</span> on the brain.<br />2)Bruce\'s untimely death at 47 was apparently caused by a blood <span style=\"font-weight: bold\">clot</span> in the <span class=\"nolink\">lung</span>.<br /></font><br /></font><font color=\"#003366\" size=\"4\">4.) </font><a title=\"cloture\" href=\"http://dictionary.reference.com/browse/cloture\" target=\"_blank\"><font color=\"#003366\" size=\"4\">Cloture (<span style=\"font-style: italic\">n</span>)</font></a><font size=\"2\"><font color=\"#003366\" size=\"4\"> :</font> </font><font style=\"font-style: italic\" color=\"#008b00\">1)</font><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> A</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">method</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">of</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">closing</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">a</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">debate</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">and</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">causing</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">an</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">immediate</span> <span id=\"hotword\" style=\"font-style: italic\" name=\"hotword\">vote</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">to</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">be</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">taken</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">on</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">the</span><span style=\"font-style: italic\"> </span></font><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">question.<br />2) (-v)</span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> To</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">close</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">(a</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">debate)</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">cloture.</span></font>\r\n<div class=\"dndata\"><span id=\"hotword\"></span></div>\r\n<div class=\"dndata\"><span id=\"hotword\"></span></div><font size=\"2\"><font color=\"#663300\">1) A vote for <strong>cloture</strong> is basically a vote for the bill.<br />2) Not voting in favor of <strong>cloture</strong> is the same as voting in favor of the filibuster.<br /></font><br /><font size=\"4\"><font color=\"#003366\">5.) </font><a title=\"coalease\" href=\"http://dictionary.reference.com/browse/coalescing\" target=\"_blank\"><font color=\"#003366\">Coalesce (v)</font></a><font color=\"#003366\"> :</font> <font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">1)</font></font></font><font style=\"font-style: italic\" size=\"3\"><span id=\"hotword\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"> To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">grow</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">together</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">into</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">one</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">body</span></font></span></font><font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">.<br />2) <span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">unite</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">so</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">one</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">mass,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">community,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">etc.</span></span><br />3) </font><span id=\"hotword\"><font style=\"font-style: italic\" size=\"3\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">blend</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">come</span> </font></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><font style=\"font-style: italic\" size=\"3\">together.</font><br /></font><font color=\"#663300\" size=\"2\">1) </font></span></span><font size=\"2\"><font color=\"#663300\">Why doesn\'t my database automatically <span style=\"font-weight: bold\">coalesce</span> free <span class=\"nolink\">space</span> in some tablespaces?<br />2)All the solder balls <span style=\"font-weight: bold\">coalesce</span> together to <span class=\"nolink\">form</span> a solder joint.</font> </font>\r\n<div class=\"dndata\" style=\"font-style: italic\"><font size=\"3\"><span id=\"hotword\"></span></font></div><font size=\"3\"><font size=\"3\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><br /></span></font></font>\r\n<div class=\"dndata\"><span class=\"ital-inline\"><span id=\"hotword\"></span></span></div>',1284365004),(1124,'709daee02c973303cfd890d29fc5db2a','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'C\')</p><font size=\"4\"><font color=\"#003366\">1.) </font><a title=\"cleanse\" href=\"http://dictionary.reference.com/browse/cleanse\" target=\"_blank\"><font color=\"#003366\">Cleanse (v)</font></a><font color=\"#003366\"> :</font></font> <font color=\"#008b00\"><span style=\"font-style: italic\">1) </span><font style=\"font-style: italic\">To make Clean.</font><br style=\"font-style: italic\" /><span style=\"font-style: italic\">2)</span></font><span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"> To</font></span><font color=\"#008b00\"><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">remove</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">or</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">as</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">if</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><span style=\"font-style: italic\">cleaning.</span><br /></font><font color=\"#663300\">1)</font></span></span><font color=\"#663300\" size=\"2\">The skin is left feeling smooth, refined and deeply <span style=\"font-weight: bold\">cleansed</span>.</font><font size=\"3\"><font size=\"2\"><span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"></span></span></font><font size=\"3\"><font size=\"2\"><span id=\"hotword\" name=\"hotword\"></span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><br /><br /><font size=\"4\"><font color=\"#003366\">2.) </font><a title=\"cling\" href=\"http://dictionary.reference.com/browse/cling\" target=\"_blank\"><font color=\"#003366\">Cling (v) :</font></a> </font><font color=\"#008b00\"><span style=\"font-style: italic\">1) </span></font></span></font></font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">adhere</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">closely;</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">stick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span></font></span><font style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">; </span></font></font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">hold</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">tight,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">by</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">grasping</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">embracing.<br />2)</font></span></span><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">be</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">remain</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">close; </span></font></span><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">remain</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">attached,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">an</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">idea,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">hope,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">memory,</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">etc.<br />3) (-n)</font></span></span><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> The</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">act</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">of</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">clinging;</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">adherence;</span><span style=\"font-style: italic\"> </span></font><font size=\"2\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\" size=\"3\">attachment.<br /></font></span><font color=\"#663300\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">1) </span></font><font color=\"#663300\">Apply <span style=\"font-weight: bold\">cling</span> <span class=\"nolink\">film</span> in layers rather than round like a bandage.</font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"></span></font><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><br /></span><font size=\"2\"><font color=\"#663300\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">2)</span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> </span>How tenacious are the memories that <span style=\"font-weight: bold\">cling</span> <span class=\"nolink\">round</span> that mighty old hunter!<br /></font><br /></font><font color=\"#003366\" size=\"4\">3.) </font><a title=\"clot\" href=\"http://dictionary.reference.com/browse/clot\" target=\"_blank\"><font color=\"#003366\" size=\"4\">Clot (<span style=\"font-style: italic\">n</span>) :</font></a><font size=\"2\"> </font><font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">1) </font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">A</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">soft</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">thick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">lump</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">mass.<br />2) (-informal) </font></span></span><span id=\"hotword\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">A</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">stupid</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">person;</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><span style=\"font-style: italic\">fool.</span><br /><em>3) (-v) </em></font></span></span><span id=\"hotword\"><font color=\"#008b00\"><em><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">cause</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">into</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">a</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">soft</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">thick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">lump</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </em></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font size=\"2\"><em><font size=\"3\"><font color=\"#008b00\">lumps.</font><br /></font></em><font color=\"#663300\">1) </font></font></span></span><font size=\"2\"><font color=\"#663300\">He underwent surgery to <span class=\"nolink\">remove</span> a blood <span style=\"font-weight: bold\">clot</span> on the brain.<br />2)Bruce\'s untimely death at 47 was apparently caused by a blood <span style=\"font-weight: bold\">clot</span> in the <span class=\"nolink\">lung</span>.<br /></font><br /></font><font color=\"#003366\" size=\"4\">4.) </font><a title=\"cloture\" href=\"http://dictionary.reference.com/browse/cloture\" target=\"_blank\"><font color=\"#003366\" size=\"4\">Cloture (<span style=\"font-style: italic\">n</span>)</font></a><font size=\"2\"><font color=\"#003366\" size=\"4\"> :</font> </font><font style=\"font-style: italic\" color=\"#008b00\">1)</font><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> A</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">method</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">of</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">closing</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">a</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">debate</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">and</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">causing</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">an</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">immediate</span> <span id=\"hotword\" style=\"font-style: italic\" name=\"hotword\">vote</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">to</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">be</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">taken</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">on</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">the</span><span style=\"font-style: italic\"> </span></font><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">question.<br />2) (-v)</span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> To</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">close</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">(a</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">debate)</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">cloture.</span></font>\r\n<div class=\"dndata\"><span id=\"hotword\"></span></div>\r\n<div class=\"dndata\"><span id=\"hotword\"></span></div><font size=\"2\"><font color=\"#663300\">1) A vote for <strong>cloture</strong> is basically a vote for the bill.<br />2) Not voting in favor of <strong>cloture</strong> is the same as voting in favor of the filibuster.<br /></font><br /><font color=\"#003366\" size=\"4\">5.) </font><a title=\"coalease\" href=\"http://dictionary.reference.com/browse/coalescing\" target=\"_blank\"><font color=\"#003366\" size=\"4\">Coalesce (v)</font></a></font><font size=\"4\"><font color=\"#003366\"> :</font> </font><font size=\"3\"><font style=\"font-style: italic\" color=\"#008b00\">1)</font><font style=\"font-style: italic\"><span id=\"hotword\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"> To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">grow</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">together</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">into</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">one</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">body</span></font></span></font></font><font style=\"font-style: italic\" color=\"#008b00\">.<br />2) <span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">unite</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">so</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">one</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">mass,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">community,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">etc.</span></span><br />3) </font><span id=\"hotword\"><font style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">blend</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">come</span> </font></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><font style=\"font-style: italic\">together.</font><br /></font><font color=\"#663300\" size=\"2\">1) </font></span></span><font size=\"2\"><font color=\"#663300\">Why doesn\'t my database automatically <span style=\"font-weight: bold\">coalesce</span> free <span class=\"nolink\">space</span> in some tablespaces?<br />2)All the solder balls <span style=\"font-weight: bold\">coalesce</span> together to <span class=\"nolink\">form</span> a solder joint.</font> </font>\r\n<div class=\"dndata\" style=\"font-style: italic\"><font size=\"3\"><span id=\"hotword\"></span></font></div><font size=\"3\"><font size=\"3\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><br /></span></font></font>\r\n<div class=\"dndata\"><span class=\"ital-inline\"><span id=\"hotword\"></span></span></div>',1284365049),(1125,'857a8ac3d907076095da974a10c7d3ce','<p class=\"book_chapter_title\">Vocab Drill 9 (Letter \'C\')</p><font size=\"4\"><font color=\"#003366\">1.) </font><a title=\"cleanse\" href=\"http://dictionary.reference.com/browse/cleanse\" target=\"_blank\"><font color=\"#003366\">Cleanse (v)</font></a><font color=\"#003366\"> :</font></font> <font color=\"#008b00\"><span style=\"font-style: italic\">1) </span><font style=\"font-style: italic\">To make Clean.</font><br style=\"font-style: italic\" /><span style=\"font-style: italic\">2)</span></font><span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"> To</font></span><font color=\"#008b00\"><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">remove</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">or</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">as</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">if</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><span style=\"font-style: italic\">cleaning.</span><br /></font><font color=\"#663300\">1)</font></span></span><font color=\"#663300\" size=\"2\">The skin is left feeling smooth, refined and deeply <span style=\"font-weight: bold\">cleansed</span>.</font><font size=\"3\"><font size=\"2\"><span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"></span></span></font><font size=\"3\"><font size=\"2\"><span id=\"hotword\" name=\"hotword\"></span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><br /><br /><font size=\"4\"><font color=\"#003366\">2.) </font><a title=\"cling\" href=\"http://dictionary.reference.com/browse/cling\" target=\"_blank\"><font color=\"#003366\">Cling (v) :</font></a> </font><font color=\"#008b00\"><span style=\"font-style: italic\">1) </span></font></span></font></font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">adhere</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">closely;</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">stick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span></font></span><font style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">; </span></font></font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">hold</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">tight,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">by</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">grasping</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">embracing.<br />2)</font></span></span><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">be</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">remain</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">close; </span></font></span><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">remain</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">attached,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">an</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">idea,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">hope,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">memory,</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">etc.<br />3) (-n)</font></span></span><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> The</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">act</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">of</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">clinging;</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">adherence;</span><span style=\"font-style: italic\"> </span></font><font size=\"2\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\" size=\"3\">attachment.<br /></font></span><font color=\"#663300\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">1) </span></font><font color=\"#663300\">Apply <span style=\"font-weight: bold\">cling</span> <span class=\"nolink\">film</span> in layers rather than round like a bandage.</font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"></span></font><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"><br /></span><font size=\"2\"><font color=\"#663300\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">2)</span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> </span>How tenacious are the memories that <span style=\"font-weight: bold\">cling</span> <span class=\"nolink\">round</span> that mighty old hunter!<br /></font><br /></font><font color=\"#003366\" size=\"4\">3.) </font><a title=\"clot\" href=\"http://dictionary.reference.com/browse/clot\" target=\"_blank\"><font color=\"#003366\" size=\"4\">Clot (<span style=\"font-style: italic\">n</span>) :</font></a><font size=\"2\"> </font><font style=\"font-style: italic\" color=\"#008b00\" size=\"3\">1) </font><span id=\"hotword\" style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">A</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">soft</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">thick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">lump</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\">mass.<br />2) (-informal) </font></span></span><span id=\"hotword\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">A</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">stupid</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">person;</span><span style=\"font-style: italic\"> </span></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><span style=\"font-style: italic\">fool.</span><br /><em>3) (-v) </em></font></span></span><span id=\"hotword\"><font color=\"#008b00\"><em><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">cause</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">into</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">a</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">soft</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">thick</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">lump</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> </em></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font size=\"2\"><em><font size=\"3\"><font color=\"#008b00\">lumps.</font><br /></font></em><font color=\"#663300\">1) </font></font></span></span><font size=\"2\"><font color=\"#663300\">He underwent surgery to <span class=\"nolink\">remove</span> a blood <span style=\"font-weight: bold\">clot</span> on the brain.<br />2)Bruce\'s untimely death at 47 was apparently caused by a blood <span style=\"font-weight: bold\">clot</span> in the <span class=\"nolink\">lung</span>.<br /></font><br /></font><font color=\"#003366\" size=\"4\">4.) </font><a title=\"cloture\" href=\"http://dictionary.reference.com/browse/cloture\" target=\"_blank\"><font color=\"#003366\" size=\"4\">Cloture (<span style=\"font-style: italic\">n</span>)</font></a><font size=\"2\"><font color=\"#003366\" size=\"4\"> :</font> </font><font style=\"font-style: italic\" color=\"#008b00\">1)</font><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> A</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">method</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">of</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">closing</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">a</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">debate</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">and</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">causing</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">an</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">immediate</span> <span id=\"hotword\" style=\"font-style: italic\" name=\"hotword\">vote</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">to</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">be</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">taken</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">on</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">the</span><span style=\"font-style: italic\"> </span></font><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">question.<br />2) (-v)</span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\"> To</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">close</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">(a</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">debate)</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">by</span><span style=\"font-style: italic\"> </span><span id=\"hotword\" style=\"cursor: default; font-style: italic; background-color: transparent\" name=\"hotword\">cloture.</span></font>\r\n<div class=\"dndata\"><span id=\"hotword\"></span></div>\r\n<div class=\"dndata\"><span id=\"hotword\"></span></div>\r\n<p><font size=\"2\"><font color=\"#663300\">1) A vote for <strong>cloture</strong> is basically a vote for the bill.<br />2) Not voting in favor of <strong>cloture</strong> is the same as voting in favor of the filibuster.<br /></font><br /><font color=\"#003366\" size=\"4\">5.) </font><a title=\"coalease\" href=\"http://dictionary.reference.com/browse/coalescing\" target=\"_blank\"><font color=\"#003366\" size=\"4\">Coalesce (v)</font></a></font><font size=\"4\"><font color=\"#003366\"> :</font> </font><font size=\"3\"><font style=\"font-style: italic\" color=\"#008b00\">1)</font><font style=\"font-style: italic\"><span id=\"hotword\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"> To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">grow</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">together</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">into</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">one</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">body</span></font></span></font></font><font style=\"font-style: italic\" color=\"#008b00\">.<br />2) <span id=\"hotword\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">unite</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">so</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">as</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">to</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">form</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">one</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">mass,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">community,</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">etc.</span></span><br />3) </font><span id=\"hotword\"><font style=\"font-style: italic\"><font color=\"#008b00\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">To</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">blend</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">or</span> <span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\">come</span> </font></font><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><font color=\"#008b00\"><font style=\"font-style: italic\">together.</font><br /></font><font color=\"#663300\" size=\"2\">1) </font></span></span><font size=\"2\"><font color=\"#663300\">Why doesn\'t my database automatically <span style=\"font-weight: bold\">coalesce</span> free <span class=\"nolink\">space</span> in some tablespaces?<br />2)All the solder balls <span style=\"font-weight: bold\">coalesce</span> together to <span class=\"nolink\">form</span> a solder joint.</font> </font></p>\r\n<p><font size=\"4\">6.) </font></p>\r\n<p><font size=\"2\"></font></p>\r\n<div class=\"dndata\" style=\"font-style: italic\"><font size=\"3\"><span id=\"hotword\"></span></font></div><font size=\"3\"><font size=\"3\"><span id=\"hotword\" style=\"cursor: default; background-color: transparent\" name=\"hotword\"><br /></span></font></font>\r\n<div class=\"dndata\"><span class=\"ital-inline\"><span id=\"hotword\"></span></span></div>',1286424300),(1126,'f89e44f20dee94e0279d060476165750','<span class=\"nolink\">The Systems Development Life Cycle (SDLC), or Software Development Life Cycle in systems engineering, information systems and software engineering, is the process of creating or altering systems, and the models and methodologies that people use to develop these systems. The concept generally refers to computer or information systems. </span>',1284384391),(1127,'f3c90f90161a643a2d535eff5479a83a','<p class=\"book_chapter_title\">SDLC</p><span class=\"nolink\">Systems and Development Life Cycle (SDLC) is a process of process used by a systems analyst to develop an information system, including requirements, validation, training, and user (stakeholder) ownership. Any SDLC should result in a high quality system that meets or exceeds customer expectations, reaches completion within time and cost estimates, works effectively and efficiently in the current and planned Information Technology infrastructure, and is inexpensive to maintain and cost-effective to enhance.</span>',1284384658),(1128,'c1a3cf5ab6447d49b8c3b94d4cc1a12f','<p class=\"book_chapter_title\">SDLC</p> <span class=\"nolink\">Systems and Development Life Cycle (SDLC) is a process of process used by a systems analyst to develop an information system, including requirements, validation, training, and user (stakeholder) ownership. Any SDLC should result in a high quality system that meets or exceeds customer expectations, reaches completion within time and cost estimates, works effectively and efficiently in the current and planned Information Technology infrastructure, and is inexpensive to maintain and cost-effective to enhance.</span>',1284384904),(1129,'0e4d0c4bf57d29a67ad8352a8e4917da',' <link type=\"text/css\" rel=\"stylesheet\" href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" />\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\" type=\"text/javascript\"></script>\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\"> $(document).ready(function() { $("#pnlaccordion").accordion(); }); </script>\r\n<div id=\"pnlaccordion\">\r\n <h3> <a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p> linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found. The linear search is the simplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, which is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the element is not in the list or is at the last position in the list.The average time is (N+1)/2. </p> </div>\r\n <h3> <a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p> A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: compare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If it\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater than) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it finds it or determines it\'s not present in logarithmic time. In a list of N elements, the best case searching time is ‘1’ which is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are log<sub>2</sub>N. </p> </div>\r\n <h3> <a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p> A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible answer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:<br /> • The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely diagnoses given a set of symptoms.<br /> • The problem has an exact solution but is too complex to allow for a brute force solution.<br /> <b>Evaluation function.</b> This gives us the following evaluation function:<br /> </p><center>f( n) = g( n) + h( n)</center><br /> where g( n) measures the actual length of the path from the start state to the state n, and h( n) is a heuristic estimate of the distance from a state n to a goal state.\r\n <p></p> </div></div>',1284388194),(1130,'f44f7d3fed5b6c8289b900163797a8e5','<p> <span class=\"nolink\">Systems and Development Life Cycle (SDLC) is a process of process used by a systems analyst to develop an information system, including requirements, validation, training, and user (stakeholder) ownership. Any SDLC should result in a high quality system that meets or exceeds customer expectations, reaches completion within time and cost estimates, works effectively and efficiently in the current and planned Information Technology infrastructure, and is inexpensive to maintain and cost-effective to enhance.</span></p>',1284384915),(1131,'b71afbfeb0e129bdf016c3e8a852b6c1',' <span class=\"nolink\">Systems and Development Life Cycle (SDLC) is a process of process used by a systems analyst to develop an information system, including requirements, validation, training, and user (stakeholder) ownership. Any SDLC should result in a high quality system that meets or exceeds customer expectations, reaches completion within time and cost estimates, works effectively and efficiently in the current and planned Information Technology infrastructure, and is inexpensive to maintain and cost-effective to enhance.</span>',1284385198),(1132,'ad8d2fe9ad5ccca154586fc6e228acd1',' <span class=\"nolink\">The Systems Development Life Cycle (SDLC) is the process of creating or altering systems, and the models and methodologies that people use to develop these systems. <br /></span>',1284385209),(1133,'ebc147856148a94363672968f0c93576','<span class=\"nolink\" border=\"1px\">Systems and Development Life Cycle (SDLC) is a process of process used by a systems analyst to develop an information system, including requirements, validation, training, and user (stakeholder) ownership. Any SDLC should result in a high quality system that meets or exceeds customer expectations, reaches completion within time and cost estimates, works effectively and efficiently in the current and planned Information Technology infrastructure, and is inexpensive to maintain and cost-effective to enhance.</span>',1284385451),(1134,'337f6840dda69cadbcdce26f027ff127','<div style=\"text-align: justify;\"> <span border=\"1px\" class=\"nolink\">Systems and Development Life Cycle (SDLC) is a process of process used by a systems analyst to develop an information system, including requirements, validation, training, and user (stakeholder) ownership. Any SDLC should result in a high quality system that meets or exceeds customer expectations, reaches completion within time and cost estimates, works effectively and efficiently in the current and planned Information Technology infrastructure, and is inexpensive to maintain and cost-effective to enhance.</span></div>',1284389287),(1135,'9cab42dcf7977d133688df977336caed','<br />\r\n<div style=\"text-align: justify;\"> <span border=\"1px\" class=\"nolink\">Systems and Development Life Cycle (SDLC) is a process of process used by a systems analyst to develop an information system, including requirements, validation, training, and user (stakeholder) ownership. Any SDLC should result in a high quality system that meets or exceeds customer expectations, reaches completion within time and cost estimates, works effectively and efficiently in the current and planned Information Technology infrastructure, and is inexpensive to maintain and cost-effective to enhance.</span></div>',1284385896),(1136,'040760de3e3e4325948c07860eb09255','<!DOCTYPE html>\r\n<html>\r\n<head>\r\n <link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" rel=\"stylesheet\" type=\"text/css\"/>\r\n <script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n <script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n \r\n <script>\r\n $(document).ready(function() {\r\n $(\"#accordion\").accordion();\r\n });\r\n </script>\r\n</head>\r\n<body style=\"font-size:62.5%;\">\r\n \r\n<div id=\"accordion\">\r\n <h3><a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of \r\n\r\nchecking every one of its elements, one at a time and in sequence, until the desired one is found. The linear search is the \r\n\r\nsimplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, \r\n\r\nwhich is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the \r\n\r\nelement is not in the list or is at the last position in the list.The average time is (N+1)/2.</p>\r\n </div>\r\n <h3><a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: \r\n\r\ncompare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If \r\n\r\nit\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater \r\n\r\nthan) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it \r\n\r\nfinds it or determines it\'s not present in logarithmic time. In a list of N elements, the best case searching time is ‘1’ \r\n\r\nwhich is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are \r\n\r\nlog2N.\r\n </p>\r\n </div>\r\n <h3><a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible \r\n\r\nanswer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely \r\n\r\ndiagnoses given a set of symptoms.\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.\r\nEvaluation function. This gives us the following evaluation function:\r\nf( n) = g( n) + h( n)\r\n\r\nwhere g( n) measures the actual length of the path from the start state to the state n, and h( n) is a heuristic estimate of \r\n\r\nthe distance from a state n to a goal state.\r\n </p>\r\n \r\n </div>\r\n \r\n</div>\r\n\r\n</body>\r\n</html>\r\n\r\n',1284387689),(1137,'385c9576d9efc9565dad9abd914fc981','<!DOCTYPE html>\r\n<html>\r\n<head>\r\n <link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" rel=\"stylesheet\" type=\"text/css\"/>\r\n <script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n <script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n \r\n <script>\r\n $(document).ready(function() {\r\n $(\"#accordion\").accordion();\r\n });\r\n </script>\r\n</head>\r\n<body style=\"font-size:80%;\">\r\n \r\n<div id=\"accordion\">\r\n <h3><a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of \r\n\r\nchecking every one of its elements, one at a time and in sequence, until the desired one is found. The linear search is the \r\n\r\nsimplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, \r\n\r\nwhich is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the \r\n\r\nelement is not in the list or is at the last position in the list.The average time is (N+1)/2.</p>\r\n </div>\r\n <h3><a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: \r\n\r\ncompare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If \r\n\r\nit\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater \r\n\r\nthan) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it \r\n\r\nfinds it or determines it\'s not present in logarithmic time. In a list of N elements, the best case searching time is ‘1’ \r\n\r\nwhich is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are \r\n\r\nlog2N.\r\n </p>\r\n </div>\r\n <h3><a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible \r\n\r\nanswer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely \r\n\r\ndiagnoses given a set of symptoms.\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.\r\nEvaluation function. This gives us the following evaluation function:\r\nf( n) = g( n) + h( n)\r\n\r\nwhere g( n) measures the actual length of the path from the start state to the state n, and h( n) is a heuristic estimate of \r\n\r\nthe distance from a state n to a goal state.\r\n </p>\r\n \r\n </div>\r\n \r\n</div>\r\n\r\n</body>\r\n</html>\r\n\r\n',1284387929),(1138,'9b5f990b11e795c95e1abfb3e2d4457c','<!DOCTYPE html>\r\n<html>\r\n<head>\r\n <link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" rel=\"stylesheet\" type=\"text/css\"/>\r\n <script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\r\n <script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\r\n \r\n <script>\r\n $(document).ready(function() {\r\n $(\"#accordion\").accordion();\r\n });\r\n </script>\r\n</head>\r\n<body style=\"font-size:80%;\">\r\n \r\n<div id=\"accordion\">\r\n <h3><a href=\"#\">What is Linear Search?</a></h3>\r\n <div>\r\n <p>\r\n linear search or sequential search is a method for finding a particular value in a list, that consists of \r\n\r\nchecking every one of its elements, one at a time and in sequence, until the desired one is found. The linear search is the \r\n\r\nsimplest form of searching. In a list of N elements, the best case searching time is ’1’, which is the case when the element, \r\n\r\nwhich is to be searched, is at the first position in the list. Similarly, the worst case searching time will be ‘N’ when the \r\n\r\nelement is not in the list or is at the last position in the list.The average time is (N+1)/2.</p>\r\n </div>\r\n <h3><a href=\"#\">What is Binary Search?</a></h3>\r\n <div>\r\n <p>\r\n A binary search is an algorithm for locating the position of an item in a sorted array. The idea is simple: \r\n\r\ncompare the target to the middle item in the list. If the target is the same as the middle item, you\'ve found the target. If \r\n\r\nit\'s before (smaller than) the middle item, repeat this procedure on the items before the middle. If it\'s after (greater \r\n\r\nthan) the middle item, repeat on the items after the middle. The method halves the number of items to check each time, so it \r\n\r\nfinds it or determines it\'s not present in logarithmic time. In a list of N elements, the best case searching time is ‘1’ \r\n\r\nwhich is the case when the element, which is to be searched, is at the middle of the array.The average and worst case are \r\n\r\nlog2N.\r\n </p>\r\n </div>\r\n <h3><a href=\"#\">What is heuristic search?</a></h3>\r\n <div>\r\n <p>\r\n A heuristic method is used to come to a solution rapidly that is hoped to be close to the best possible \r\n\r\nanswer, or \'optimal solution\'. There are two cases in AI when heuristics are needed:</br>\r\n• The problem has no exact solution. For example, in medical diagnosis doctors use heuristics to choose the most likely \r\n\r\ndiagnoses given a set of symptoms.</br>\r\n• The problem has an exact solution but is too complex to allow for a brute force solution.</br>\r\nEvaluation function. This gives us the following evaluation function:</br>\r\n<center>f( n) = g( n) + h( n)</center></br>\r\n\r\nwhere g( n) measures the actual length of the path from the start state to the state n, and h( n) is a heuristic estimate of \r\n\r\nthe distance from a state n to a goal state.\r\n </p>\r\n \r\n </div>\r\n \r\n</div>\r\n\r\n</body>\r\n</html>\r\n\r\n',1284779861),(1139,'13d0a848e6a576525af39e23ba332693','\r\n<div style=\"text-align: justify;\"> <span class=\"nolink\" border=\"1px\">Systems and Development Life Cycle (SDLC) is a process of process used by a systems analyst to develop an information system, including requirements, validation, training, and user (stakeholder) ownership. Any SDLC should result in a high quality system that meets or exceeds customer expectations, reaches completion within time and cost estimates, works effectively and efficiently in the current and planned Information Technology infrastructure, and is inexpensive to maintain and cost-effective to enhance.</span></div>',1284779206),(1140,'5e3c97c083cb96c76d98d80695f16815','Here are questions related to computer network ',1284390517),(1141,'ea940934e8d4fbec81f55aad7297266d','<p class=\"book_chapter_title\">OSI Model</p> What is OSI model? Mention task of each layer?<br /><br /><br /><span style=\"font-weight: bold;\">OSI(Open System Interconnection)</span> is developed by ISO in 1977. It is a conceptual model which provides common platform for different vendors to develop their devices. It divides network communication process into 7 approaches.<br /><br /><img hspace=\"1\" border=\"1\" align=\"middle\" vspace=\"1\" src=\"http://www.infotek-solutions.com/campus/file.php/13/osi1.JPG\" alt=\"OSI Model\" title=\"OSI Model\" style=\"width: 744px; height: 767px;\" /><br /> ',1284780743),(1142,'c48e3ef2f87229c4954833ef8b587c40','<p class=\"book_chapter_title\">Protocols in OSI Model</p><span style=\"font-weight: bold;\">Where SMTP, FTP and HTTP protocls resides in OSI model?<br /><br />S</span>MTP(Simple mail transfer protocol), FTP(File transfer protocol) and HTTP(Hyper Text Transfer Protocol) protocols resides in the application layer of OSI model. <br /> ',1284571315),(1143,'132bc683e079529e595ea2051c26f579','<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">I am Monika Joshi, pursuing my engineering with IT stream from TRUBA Institute Of engineering and Information Technology, Bhopal. I have done my schooling from Bhopal. I have a joint family with mother-father, sister, grandfather and grandmother. I am confident, quick learner, creative and enthusiastic. I manage my time well. In my leisure time, I surf internet, read books, travel to different places. <br />\n</font></p>\n\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">Being an engineer, i am versatile and can perform well in many kinds of positions. Now, i am looking for a challenging position in an established company in IT sector. I also have a keen interest in trying new things. In future, I aspire to move up fast in the company, taking courses if possible, to further my knowledge of particular job area to keep up with different trends, changes etc.</font></p>\n\n',1284637109),(1144,'d19653a787d782cc2167d55bb8331f65','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grievance\" title=\"Grievance\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grimace\" title=\"grimace\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Grovel\" title=\"Grovel\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1) I<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Guile\" title=\"Guile\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Gust\" href=\"http://http://dictionary.reference.com/browse/gust\" style=\"color: rgb(0, 51, 102);\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/giddy\" title=\"Giddy\" style=\"color: rgb(0, 51, 102);\">Giddy</a>(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br /><font size=\"4\">18.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/gingerly\" title=\"Gingerly\">Gingerly</a> (adv. & adj.) <span style=\"color: rgb(0, 0, 0);\">:</span></span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Very carefully, prudent</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) He <span style=\"font-weight: bold;\">gingerly</span> picked up the crystal bowl from the shelf and showed it to her fiancée, holding it tightly.</font><br /><br /><font size=\"4\">19.) <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/grapple\" title=\"Grapple\">Grapple</a> (v & n)</span><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font></font><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To come to terms with, Tackle, Get a grip on something</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of their sole-bread earner, but not with much success.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">20.) </font></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/gratify\" title=\"Gratify\">Gratify</a> (v)</span> :</font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">To please</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)While I was really <span style=\"font-weight: bold;\">gratified</span> at the news of my qualifying for the engineering degree course, there was also a bit of sadness at the thought of leaving school.<br /><font size=\"4\"><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span></font> <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/grib\" title=\"Grib\" style=\"color: rgb(0, 51, 102);\">Glib</a> (adj.) </span>:</font><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Fluent, facile,Slick</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\">With his <span style=\"font-weight: bold;\">glib</span> sales pitch</font>, <font size=\"2\">the salesman almost manage</font><font size=\"2\">d</font><span class=\"Apple-converted-space\"> </span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">to convince me to buy the timeshare holiday package; now I\'m glad that I did not get fully convinced.</font><br /><br /><font size=\"4\"><font size=\"4\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">22.)</font> </font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/grapple\" title=\"Grapple\" style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Grapple</a> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(v & n)</span></span> </font>:</font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">To come to terms with,</span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"> <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">tackle</span>, get a grip on something.</span></font><font size=\"2\"></font><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\">The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of</font> <font size=\"2\">their sole-bread earner, but not with</font><span class=\"Apple-converted-space\"> </span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">much success.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">23.) </font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" title=\"Gratuitous\" href=\"http://www.yourdictionary.com/gratuitous\">Gratuitous</a> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(adj.)</span></span> :</font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\">Given freely, Unwarranted, Uncalled for</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">He goes about giving <span style=\"font-weight: bold;\">gratuitous</span> advice to others, and despite all his good intentions, this habit of his has made<span class=\"Apple-converted-space\"> </span></span></span><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">him rather unpopular in the class.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">24.)</font><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/gruel\" title=\"Gruel\" style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Gruel</a> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(n& v)</span> </span>: </font></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Liquid food made by boiling oatmeal etc</span></font><br /><span style=\"color: rgb(102, 51, 0);\">1)</span></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">The prisoners were served an extremely tasteless meal of rice, barley and <span style=\"font-weight: bold;\">gruel</span>.</span></span>',1284403952),(1145,'0f8a9bb787e3eeb1f30cdee18c937ecc','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a href=\"http://www.yourdictionary.com/Gainsay\" title=\"gainsay\" style=\"color: rgb(0, 51, 102);\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gambol\" title=\"gambol\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Garrulous\" title=\"garrulous\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gaucherie\" title=\"gaucherie\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glean\" title=\"glean\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gloat%20over\" title=\"gloat over\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Glut\" title=\"glut\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gossamer\" title=\"gossamer\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grace\" title=\"grace\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Grave\" title=\"grave\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/Gregarious\" title=\"gregarious\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grievance\" href=\"http://http://dictionary.reference.com/browse/grievance\" style=\"color: rgb(0, 51, 102);\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"grimace\" href=\"http://http://dictionary.reference.com/browse/grimace\" style=\"color: rgb(0, 51, 102);\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\" class=\"Apple-style-span\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grovel\" href=\"http://http://dictionary.reference.com/browse/Grovel\" style=\"color: rgb(0, 51, 102);\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1) I<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Guile\" href=\"http://http://dictionary.reference.com/browse/Guile\" style=\"color: rgb(0, 51, 102);\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/gust\" title=\"Gust\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)<span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Giddy\" href=\"http://www.yourdictionary.com/giddy\">Giddy</a>(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span></font><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br /><font size=\"4\">18.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Gingerly\" href=\"http://www.yourdictionary.com/gingerly\" style=\"color: rgb(0, 51, 102);\">Gingerly</a> (adv. & adj.) <span style=\"color: rgb(0, 0, 0);\">:</span></span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Very carefully, prudent</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) He <span style=\"font-weight: bold;\">gingerly</span> picked up the crystal bowl from the shelf and showed it to her fiancée, holding it tightly.</font><br /><br /><font size=\"4\">19.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Grapple\" href=\"http://www.yourdictionary.com/grapple\" style=\"color: rgb(0, 51, 102);\">Grapple</a> (v & n)</span><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font></font><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To come to terms with, Tackle, Get a grip on something</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of their sole-bread earner, but not with much success.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">20.) </font></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a title=\"Gratify\" href=\"http://www.yourdictionary.com/gratify\" style=\"color: rgb(0, 51, 102);\">Gratify</a> (v)</span> :</font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">To please</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)While I was really <span style=\"font-weight: bold;\">gratified</span> at the news of my qualifying for the engineering degree course, there was also a bit of sadness at the thought of leaving school.<br /><font size=\"4\"><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span></font> <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Grib\" href=\"http://www.yourdictionary.com/grib\">Glib</a> (adj.) </span>:</font><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Fluent, facile,Slick</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px;\"><font size=\"2\">With his <span style=\"font-weight: bold;\">glib</span> sales pitch</font>, <font size=\"2\">the salesman almost manage</font><font size=\"2\">d</font><span class=\"Apple-converted-space\"> </span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">to convince me to buy the timeshare holiday package; now I\'m glad that I did not get fully convinced.</font><br /><br /><font size=\"4\"><font size=\"4\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">22.)</font> </font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" title=\"Grapple\" href=\"http://www.yourdictionary.com/grapple\">Grapple</a> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(v & n)</span></span> </font>:</font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px;\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">To come to terms with,</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"> <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">tackle</span>, get a grip on something.</span></font><font size=\"2\"></font><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px;\"><font size=\"2\">The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of</font> <font size=\"2\">their sole-bread earner, but not with</font><span class=\"Apple-converted-space\"> </span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">much success.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">23.) </font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/gratuitous\" title=\"Gratuitous\" style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Gratuitous</a> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(adj.)</span></span> :</font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\">Given freely, Unwarranted, Uncalled for</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">He goes about giving <span style=\"font-weight: bold;\">gratuitous</span> advice to others, and despite all his good intentions, this habit of his has made<span class=\"Apple-converted-space\"> </span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">him rather unpopular in the class.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">24.)</font><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" title=\"Gruel\" href=\"http://www.yourdictionary.com/gruel\">Gruel</a> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(n& v)</span> </span>: </font></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Liquid food made by boiling oatmeal etc</span></font><br /><span style=\"color: rgb(102, 51, 0);\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">The prisoners were served an extremely tasteless meal of rice, barley and <span style=\"font-weight: bold;\">gruel</span>.</span></span>',1284404090),(1146,'ce9c4c7d3c92ed4ecba0fecfd3092971','<p class=\"book_chapter_title\">Vocab Drill 23 (Letter \'G\')</p> <font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font>\r\n<div style=\"text-align: center;\"><a href=\"http://grematerialworld.blogspot.com/search/label/3.0%20VERBAL%20BARRONS%20WRDLIST%20A-Z\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font></a><br /></div><font size=\"4\"><br /></font><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">1.)</span> <a style=\"color: rgb(0, 51, 102);\" title=\"gainsay\" href=\"http://www.yourdictionary.com/Gainsay\">Gainsay</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to deny<span style=\"font-weight: bold;\">,</span>declare false</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)There\'s no <span style=\"font-weight: bold;\">gainsaying </span>the fact that what the boy has done is nothing short of a crime, but while judging his guilt, we must keep in mind his tender age and the fact that he has had a rather pitiful upbringing.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">2.) </span><a title=\"gambol\" href=\"http://www.yourdictionary.com/Gambol\" style=\"color: rgb(0, 51, 102);\">Gambol</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(n & v)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">quick,playful jumping</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The school children were merrily <span style=\"font-weight: bold;\">gamboling</span> about in the playing field in the pleasant spring sunshine.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">3.)</span> <a title=\"garrulous\" href=\"http://www.yourdictionary.com/Garrulous\" style=\"color: rgb(0, 51, 102);\">Garrulous</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj)</font> </span>:<font size=\"3\"> <span style=\"font-style: italic; color: rgb(0, 139, 0);\">too talkative</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)A sandy ascent for the feet of the aged - such is a<span style=\"font-weight: bold;\"> garrulous </span>wife for a quiet husband. <br /></font><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span> <a title=\"gaucherie\" href=\"http://www.yourdictionary.com/Gaucherie\" style=\"color: rgb(0, 51, 102);\">Gaucherie</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(<span style=\"font-style: italic;\">n</span>)</font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">socially awkward,tactless behaviour</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">5.) </span><a title=\"glean\" href=\"http://www.yourdictionary.com/Glean\" style=\"color: rgb(0, 51, 102);\">Glean</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(v) </font>: </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to gather facts in small quantities</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)We can often <span style=\"font-weight: bold;\">glean</span> clues<span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"></span></span> about what is going on around a bone from its surface.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">6.) </span><a title=\"gloat over\" href=\"http://www.yourdictionary.com/Gloat%20over\" style=\"color: rgb(0, 51, 102);\">Gloat over</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">l</span>ook at </font><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">with selfish delight</span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">7.) </span><a title=\"glut\" href=\"http://www.yourdictionary.com/Glut\" style=\"color: rgb(0, 51, 102);\">Glut</a></font><a href=\"http://www.moodle.org/0.8904844645187172\"> </a><font size=\"4\" style=\"color: rgb(0, 51, 102);\">(n & v) </font>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">supply to much,fill to excess</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\">1)The <span style=\"font-weight: bold;\">glut</span> of media coverage to the growth of the dot com industry had too much of reporting and very little of analysis.</span></span><br /><br /></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">8.) </span><a title=\"gossamer\" href=\"http://www.yourdictionary.com/Gossamer\" style=\"color: rgb(0, 51, 102);\">Gossamer</a></span></font> <span style=\"color: rgb(0, 51, 102);\"><font size=\"4\">(<span style=\"font-style: italic;\">n</span>)</font> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">soft,delicate material,light</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)His interpretation showed a <span style=\"font-weight: bold;\">gossamer</span> touch and drew out a performance that will remain with all who saw it for a long time. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">9.)</span> <a title=\"grace\" href=\"http://www.yourdictionary.com/Grace\" style=\"color: rgb(0, 51, 102);\">Grace</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(v)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">favor</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)It is the glory of God to bestow free <span style=\"font-weight: bold;\">grace</span> upon a sinner and elicit new life and genuine evangelical obedience.</font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">10.) </span><a title=\"grave\" href=\"http://www.yourdictionary.com/Grave\" style=\"color: rgb(0, 51, 102);\">Grave</a></font><span style=\"color: rgb(0, 51, 102);\"> <font size=\"4\">(adj & n)</font> </span>: <span style=\"color: rgb(0, 139, 0);\">1)</span><span style=\"font-style: italic; color: rgb(0, 139, 0);\">s</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">erious,requiring con</font><span style=\"font-style: italic; color: rgb(0, 139, 0);\">sideration</span><br /><span style=\"color: rgb(0, 139, 0);\">2)</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">place of burial</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The prospects of BNFL running Dounreay would be viewed with <span style=\"font-weight: bold;\">grave</span> concern by many outside the industry. </font><br style=\"color: rgb(102, 51, 0);\" /><br /><font size=\"4\" style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">11.)</span><span style=\"color: rgb(0, 51, 102);\"> </span><a title=\"gregarious\" href=\"http://www.yourdictionary.com/Gregarious\" style=\"color: rgb(0, 51, 102);\">Gregarious</a></font> <font size=\"4\" style=\"color: rgb(0, 51, 102);\">(adj)</font><span style=\"color: rgb(0, 51, 102);\"> </span>: <span style=\"font-style: italic; color: rgb(0, 139, 0);\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">liking the company,living in societies<br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)They are <span style=\"font-weight: bold;\">gregarious</span><span class=\"Apple-converted-space\"> animals</span><span style=\"text-decoration: underline;\"></span> living in groups of up to 24 animals.</span></span></font><br /><br /><style type=\"text/css\"> body { background-color: #ffffff; font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; }td { border: 1px dotted gray; } body { direction: ltr;</style><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The young child has very <span style=\"font-weight: bold;\">gregarious</span> personality.</span></span></font><br />\r\n<p><font size=\"4\">12.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grievance\" title=\"Grievance\">Grievance</a> (</span><em style=\"color: rgb(0, 51, 102);\">n</em><span style=\"color: rgb(0, 51, 102);\">) </span>: <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">cause for complaint or protest</font></font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">Unresolved <span style=\"font-weight: bold;\">grievances</span> can lead to bad feelings and adversely affect relationships and performance.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The aim should be to<span class=\"Apple-converted-space\"> </span>resolve<span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">grievance</span> at the lowest relevant level.The grimace of the refugee in the photograph reveals the pain of homelessness<br /></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">13.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/grimace\" title=\"grimace\">Grimace</a> (n & v) </span>:</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">twisted expression of face <br /></font></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The <span style=\"font-weight: bold;\">grimace</span> of the refugee in the photograph reveals the pain of homelessness</span></span></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 16px; font-family: verdana,sans-serif; font-size: 12px;\"><span class=\"Apple-converted-space\"></span></span></span></span></span></span></span><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)The prize was given to the man who<span class=\"Apple-converted-space\"> </span>m<span class=\"Apple-converted-space\">ade </span>the most hideous <span style=\"font-weight: bold;\">grimace</span>.</span></span></font></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Grovel\" title=\"Grovel\">Grovel</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">v</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> :</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">crawl,humble oneself</font><br /></span></span></p>\r\n<p style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1) I<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">f anyone failed to <span style=\"font-weight: bold;\">grovel</span> sufficiently a servant was brought out and nailed to the wall.</span></span></span></span></p>\r\n<p><font face=\"Verdana\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">15.)</span><span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://http://dictionary.reference.com/browse/Guile\" title=\"Guile\">Guile</a> (</span></span><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">n</em><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 51, 102);\">)</span> : </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">deceit, cunning</span></font></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">You might have to<span class=\"Apple-converted-space\"> use</span><span class=\"Apple-converted-space\"> </span>considerable <span style=\"font-weight: bold;\">guile</span> to find out what\'s going on.</span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium \'times new roman\'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0, 0, 0); word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-family: verdana,arial,helvetica,sans-serif; font-size: 14px;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Gust\" href=\"http://http://dictionary.reference.com/browse/gust\" style=\"color: rgb(0, 51, 102);\">Gust</a> (n & v)</span> :</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">out brust of feeling, sudden rain, wind</span></font></span></span><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><br /></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)Nonetheless, about halfway home a sudden and<span class=\"Apple-converted-space\"></span><span class=\"Apple-converted-space\"> </span>vicious <span style=\"font-weight: bold;\">gust</span> of wind literally stopped me in my tracks.</span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)<span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">He had been using the specially built parachute attached to a harness to<span class=\"Apple-converted-space\"></span> catch <span style=\"font-weight: bold;\">gusts </span>of wind along the seafront.</span></span></span></span></span></span></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">17.) </span><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/giddy\" title=\"Giddy\" style=\"color: rgb(0, 51, 102);\">Giddy</a>(adj & v) <span style=\"color: rgb(0, 0, 0);\">: </span></span></font></span></span></span></span></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\">Light-hearted, Dizzy, to make or become giddy</span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span></span></span></font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></span></span></span></span>Perhaps it was the <span style=\"font-weight: bold;\">giddy</span> feeling of being abroad.</font></p>\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></span></span> </span></span></font></p>\r\n<p style=\"list-style-position: outside; margin-bottom: 0.25em; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> </p><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)She felt <span style=\"font-weight: bold;\">giddy</span> almost with her own common sense.</span></font><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)</span><span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/gingerly\" title=\"Gingerly\">Gingerly</a> (adv. & adj.) <span style=\"color: rgb(0, 0, 0);\">:</span></span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Very carefully, prudent</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1) He <span style=\"font-weight: bold;\">gingerly</span> picked up the crystal bowl from the shelf and showed it to her fiancée, holding it tightly.</font><br /><br /><font size=\"4\">19.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/grapple\" title=\"Grapple\">Grapple</a> (v & n)</span><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font></font><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span></font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To come to terms with, Tackle, Get a grip on something</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of their sole-bread earner, but not with much success.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">20.) </font></font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.yourdictionary.com/gratify\" title=\"Gratify\">Gratify</a> (v)</span> :</font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">To please</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)While I was really <span style=\"font-weight: bold;\">gratified</span> at the news of my qualifying for the engineering degree course, there was also a bit of sadness at the thought of leaving school.<br /><font size=\"4\"><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">21.)</span></font> <span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/grib\" title=\"Grib\" style=\"color: rgb(0, 51, 102);\">Glib</a> (adj.) </span>:</font><span style=\"font-style: italic;\"> </span><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Fluent, facile,Slick</font><br /><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\">With his <span style=\"font-weight: bold;\">glib</span> sales pitch</font>, <font size=\"2\">the salesman almost manage</font><font size=\"2\">d</font><span class=\"Apple-converted-space\"> </span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">to convince me to buy the timeshare holiday package; now I\'m glad that I did not get fully convinced.</font><br /><br /><font size=\"4\"><font size=\"4\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">22.)</font> </font><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/grapple\" title=\"Grapple\" style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Grapple</a> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(v & n)</span></span> </font>:</font></span></span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"> <span style=\"color: rgb(0, 139, 0); font-style: italic;\">To come to terms with,</span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"> <font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">tackle</span>, get a grip on something.</span></font><font size=\"2\"></font><br /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\">The family has been trying to <span style=\"font-weight: bold;\">grapple</span> with the truth of the sudden demise of</font> <font size=\"2\">their sole-bread earner, but not with</font><span class=\"Apple-converted-space\"> </span></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">much success.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">23.) </font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" title=\"Gratuitous\" href=\"http://www.yourdictionary.com/gratuitous\">Gratuitous</a> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(adj.)</span></span> :</font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\">Given freely, Unwarranted, Uncalled for</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)</font></span></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">He goes about giving <span style=\"font-weight: bold;\">gratuitous</span> advice to others, and despite all his good intentions, this habit of his has made<span class=\"Apple-converted-space\"> </span></span></span><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">him rather unpopular in the class.<br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">24.)</font><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\"><a href=\"http://www.yourdictionary.com/gruel\" title=\"Gruel\" style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Gruel</a> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">(n& v)</span> </span>: </font></span></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Liquid food made by boiling oatmeal etc</span></font><br /><span style=\"color: rgb(102, 51, 0);\">1)</span></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: \'ms sans serif\'; font-size: 15px;\" class=\"Apple-style-span\">The prisoners were served an extremely tasteless meal of rice, barley and <span style=\"font-weight: bold;\">gruel</span>.</span></span>',1284748051),(1147,'8bd9b2eb57f18f828589f161b84c89de','<h3>yyugg</h3>\n\n<p>(created by <a href=\"http://www.infotek-solutions.com/campus/user/view.php?id=2&course=10\">Admin User</a> on Monday, 13 September 2010, 03:05 PM )</p>\n\n',1284404786),(1148,'bd0071b2c56c4ffcf80ae75b659d1685',' <font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">I am looking for a company where I can get better opportunities to prove myself and to be part of the success. I think your organization is one of them which can provide me good opportunities to start my professional career.<br />\n<br />\nOr<br />\n<br />\n</span></font><font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">I am looking for an organization where i enhance my skills and knowledge and use my skills for the growth of the company.</span></font><br />\n<br />\n<font size=\"4\"><span style=\"font-family: times new roman,times,serif;\"></span></font><br />\n<font size=\"4\"><span style=\"font-family: times new roman,times,serif;\"><br />\n</span></font><br />\n',1284407895),(1149,'99cfeaecdc69f03fe7581e3c097f5607','Gainsay ::',1285740779),(1150,'aefeb5a2faa2ab2238c18d97821b6879','Gambol ::',1284472443),(1151,'3f9c37b34e94895e0c59516518295a98','Garrulous ::',1284406809),(1152,'c05a24f94def18510fe8b6d29006fd37','Gaucherie ::',1284406855),(1153,'f6ad2cb3dac8d70a84a87fed2f5eb198','Glean ::',1284406872),(1154,'aaafdaa75fb54b4747e25d4b2882de91','Gloat over ::',1285266776),(1155,'07e03046df019dba8a42f7a0ad0d2dc2','too talkative',1285740779),(1156,'d5636b4f1a7233642a75be9cbc052357','quick',1285740779),(1157,'b857037beeda361f7c666083a2dc10b8','to deny',1285740779),(1158,'8e445a1ef6b2633dffc21c12203ff754','look at with selfish delight',1285740779),(1159,'5d969d05210bc2d4d26ece0f04c97033','playful jumping',1284472443),(1160,'bd5853ceb8b8d719a86be4e57cdb9976','tactless behaviour',1284472443),(1161,'34fafd3032704c10d6234a286640cede','declare false',1284472443),(1162,'46517702cc08098cb169f49a848e5826','Fill to excess',1284472443),(1163,'0f130265d3dde8fdc74aea6bc8791e55','supply to much',1284406809),(1164,'36a967c0a35f59da000dbddef3285d3b','talkative',1284406809),(1165,'7757309a69b77ad9596cfeb47fa94987','favor',1284406809),(1166,'c87954ea731453df8f136c16d44e02a0','socially awkward',1284406855),(1167,'990a6e0b7f3fa601bb422664d1f0774e','liking the company',1284406855),(1168,'d02076a5450674cc3d989dd175631439','serious',1284406855),(1169,'d8cf2280e48822e9366cf1df16c9daaf','soft',1284406855),(1170,'9a4699d2daed518da9f9e3459fc62a3e','cunning',1284406872),(1171,'8828d05ed9fcc3fd03252a7aebdabb0d','crawl',1284406872),(1172,'a293869918167f4e9526ed513f53ca46','dizzy',1284406872),(1173,'001b315b06371b07c52bd3ca9f672230','to gather facts in small quantities',1284406872),(1174,'52f10a32ad75e0576861f9921bcb667d','to please',1285266776),(1175,'f4af1da94a1dcba371221168db156735','tackle',1285266776),(1176,'bdc91e62006ee21a74885019b021f289','very carefully',1285266776),(1177,'ce04bddd2380c5e5b14e8706eb7564d2',' <font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">I am looking for a company where I can get better opportunities to prove myself and to be part of the success. I think your organization is one of them which can provide me good opportunities to start my professional career.<br />\n<br />\nOr<br />\n<br />\n</span></font><font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">I am looking for an organization where i can enhance my skills and knowledge and use my skills for the growth of the company.</span></font><br />\n<br />\n<font size=\"4\"><span style=\"font-family: times new roman,times,serif;\"></span></font><br />\n<font size=\"4\"><span style=\"font-family: times new roman,times,serif;\"><br />\n</span></font><br />\n',1285166305),(1178,'3b685b733261d641c8b72ae8d3d3a00b','\n\n\n',1284441339),(1179,'28e24f76582f1762897df62999f86941','<p><span><span style=\"font-weight: bold;\">In this wiki,you will read about </span>the positive aspects of the topic:-<br /></span><span><b>"Is having widespread advertising good for a society?"</b><br /></span><br /> </p>',1284416046),(1180,'f0aca66f5bdc60eadd027f380ae4eebb','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a title=\"Impolitic\" href=\"http://dictionary.reference.com/browse/impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk (<span style=\"font-style: italic;\">n</span>) </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Immanent\" href=\"http://dictionary.reference.com/browse/immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> <font size=\"3\">:</font> <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"country-region\"></o:smarttagtype><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"place\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13.5pt; color: black;\"></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a target=\"_blank\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span></span></a><a title=\"Idolatrous\" href=\"http://dictionary.reference.com/browse/idolatrous\">Idolatrous (adj)</a></font> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span> <font size=\"3\"><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">1)</span></i><span class=\"MsoHyperlink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><i><span style=\"color: green;\"></span></i></span><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify;\"><o:p> </o:p></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\">5.)</font><font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://dictionary.reference.com/browse/illicit\">Illicit (adj)</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Ignominy\" href=\"http://dictionary.reference.com/browse/ignominy\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Ignominy (<span style=\"font-style: italic;\">n</span>)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">:</span> <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span></font><a title=\"Inhibit\" href=\"http://dictionary.reference.com/browse/inhibit\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">8.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Innate\" href=\"http://dictionary.reference.com/browse/innate\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\">existing naturally rather than acquired</font><br /></p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)Teachers must encourage students to value their<span style=\"font-weight: bold;\"> innate</span> qualities.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0);\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Infuse\" href=\"http://dictionary.reference.com/browse/infuse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Infuse (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span></span> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><span class=\"ital-inline\">1)The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm.</font></span></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p>\r\n <div style=\"text-align: left;\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Impasse\" href=\"http://dictionary.reference.com/browse/impasse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impasse (<span style=\"font-style: italic;\">n</span>)</span></font></a> <span style=\"color: rgb(0, 51, 102);\">:</span></span><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)a position or situation from which there is no escape, deadlock </span></span></font></font></span><br /></div>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 0, 0); text-align: left;\" class=\"MsoNormal\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">2)a road or way that has no outlet</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span class=\"ital-inline\"></span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Impeccable\" href=\"http://dictionary.reference.com/browse/impeccable\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impeccable (adj)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> </span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Faultless, flawless, incapable of sin</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><br /></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\">12.)<span style=\"font-size: 14pt;\"><a href=\"http://dictionary.reference.com/browse/Incense\" title=\"Incense\">Incense</a> : <font size=\"3\" style=\"font-style: italic;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" />:</font></span><font size=\"3\" style=\"font-style: italic;\">-the perfume or smoke arising from aromatic substance when burned.</font></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\"><font size=\"3\"><span style=\"font-style: italic;\">(v):-make furious</span><br /></font></font></p>\r\n <div style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n <div style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)The Haridarshan company is the leading manufacturer of <span style=\"font-weight: bold;\">incense </span>sticks in India.<br /></font></div>\r\n <div style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2)His constant questioning about his weaknesses in the meeting <span style=\"font-weight: bold;\">incensed</span> him.<br /><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\">http://dictionary.reference.com/browse/Incense</span></font><a href=\"http://dictionary.reference.com/browse/Incense\" title=\"Incense\"><br /></a></div>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"4\">13.)<a href=\"http://dictionary.reference.com/browse/indigent\" title=\"Indigent\">Indigent (adj)</a> : <font size=\"3\" style=\"font-style: italic;\">la<span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">cking</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">food,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">clothing,</span> <span name=\"hotword\" id=\"hotword\">and</span> <span name=\"hotword\" id=\"hotword\">other</span> <span name=\"hotword\" id=\"hotword\">necessities</span> <span name=\"hotword\" id=\"hotword\">of</span> <span name=\"hotword\" id=\"hotword\">life</span> <span name=\"hotword\" id=\"hotword\">because</span> <span name=\"hotword\" id=\"hotword\">of</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">poverty</span></span></font><br /></font></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"flashcard_inside\">1)He was made <span style=\"font-weight: bold;\">indigent</span> after he was fired from his job was outsourced.</span><br /></font></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><font size=\"2\">2)The idea of social service is to provide relief and guidance for disadvantaged and <b>indigent</b> individuals and families.<br /><br /></font></font></div><font size=\"4\">http://dictionary.reference.com/browse/indigent<br /><br /></font><font size=\"4\">14.)<a href=\"http://dictionary.reference.com/browse/ignoble\" title=\"Ignoble\"><span style=\"font-size: 14pt;\">Ignoble (adj)</span></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">1) of low character, aims.</font></font> </div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic;\"><font size=\"3\">2) of low grade or quality</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"2\">1)In Ancient India\'s caste system, the untouchables were considered <span style=\"font-weight: bold;\">ignoble</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"2\">2)His mother thought that playing the piano in a bar was an <span style=\"font-weight: bold;\">ignoble</span> use of his talents. </font></p>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"4\"><span style=\"font-size: 12pt;\"><br />http://dictionary.reference.com/browse/ignoble</span><br /><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"4\">15.)<span style=\"font-size: 14pt;\"><a href=\"http://dictionary.reference.com/browse/impede\" title=\"Impede\">Impede (verb)</a>: </span><font size=\"3\" style=\"font-style: italic;\">to retard in movement or progress by means of obstacles or hindrances; obstruct; hinder. </font><br /></font></div><font size=\"2\">1)My progress along the lane was <span style=\"font-weight: bold;\">impeded</span> by the heavy, sticky mud.<br /></font><font size=\"4\"><font size=\"2\">2)Stage fright was an obvious <span style=\"font-weight: bold;\">impediment</span> to his acting career.</font><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\"><br />http://dictionary.reference.com/browse/impede</span><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\"></span><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-size: 12pt;\">16.)</span><span style=\"font-size: 14pt;\"><a href=\"http://dictionary.reference.com/browse/implicit\" title=\"Implicit\">Implicit (adj)</a>: </span><font size=\"3\" style=\"font-style: italic;\">1)implied, rather than expressly stated: <span class=\"ital-inline\">implicit agreement. </span></font></font></div> </div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic;\"><font size=\"3\"><span class=\"dnindex\">2) </span>potentially contained</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\">1)The manager\'s words contained an<span style=\"font-weight: bold;\"> implicit</span> criticism.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\"><br /></font></p>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\">http://dictionary.reference.com/browse/implicit</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\">17.)<span style=\"font-size: 14pt;\"><a href=\"http://dictionary.reference.com/browse/immure\" title=\"Immure\">Immure (verb)</a>: </span><font size=\"3\"><span style=\"font-style: italic;\">1) to enclose within walls. </span></font></font></p>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\"> </div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic;\"><font size=\"3\"><span class=\"dnindex\">2) </span>seclude or fortify. </font></p>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><font size=\"2\">1)The furious crowd demanded <span style=\"font-weight: bold;\">immurement</span> of the terrorists.</font><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><br /></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\">http://dictionary.reference.com/browse/immure</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\">18.)<a href=\"http://dictionary.reference.com/browse/incite\" title=\"Incite\">Incite (verb)</a>:<span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> <font size=\"3\" style=\"font-style: italic;\">to</font></span><font size=\"3\" style=\"font-style: italic;\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">encourage,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">urge</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">on;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">stimulate</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">prompt</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> action.</span></font> </span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"2\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1) </span></span>Our laws permit the exclusion of non-citizens who <b>incite</b> discord or represent a danger to the community.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\">2)The soccer fans\' screams <span style=\"font-weight: bold;\">incited</span> the team to play hard and win.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\">http://dictionary.reference.com/browse/incite</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><br /></font></p>\r\n <div style=\"text-align: left;\"><font size=\"4\">19.)<a href=\"http://dictionary.reference.com/browse/incisive\" title=\"Incisive\">Incisive (adj)</a> : <font size=\"3\" style=\"font-style: italic;\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">penetrating;</span> <span name=\"hotword\" id=\"hotword\">cutting;</span> <span name=\"hotword\" id=\"hotword\">biting;</span> <span name=\"hotword\" id=\"hotword\">trenchant:</span> </span><span name=\"hotword\" id=\"hotword\">an</span> <span name=\"hotword\" id=\"hotword\">incisive </span><span name=\"hotword\" id=\"hotword\">tone</span><span name=\"hotword\" id=\"hotword\"> of</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">voice.</span></font> </font></div>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)Will Rogers was known for his <span style=\"font-weight: bold;\">incisive</span> humor.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><font size=\"2\">2)He was extremely witty and his answers were always <span style=\"font-weight: bold;\">incisive</span>. <br /></font></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">3)<span class=\"flashcard_inside\">The arrow had an <span style=\"font-weight: bold;\">incisive</span> effect on the target when fired at point blank range.</span></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span class=\"flashcard_inside\"><br /></span></font></p>\r\n <div class=\"dndata\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span class=\"ital-inline\"><span id=\"hotword\"> </span></span></font></div><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">http://dictionary.reference.com/browse/incisive</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">20.)<a href=\"http://dictionary.reference.com/browse/increment\" title=\"Increment\">Increment <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></a> : </span><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">something</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">added</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> </font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\" style=\"font-style: italic;\">gained</font><br /></span></span><font size=\"2\"><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1)The man got a weekly <span style=\"font-weight: bold;\">increment</span> of 25$ in salary.<br /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">http://dictionary.reference.com/browse/increment<br /><br /></span></span></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">21.)Instigate (v) :</span></span><span class=\"pos\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"infl\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"orth\"></span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> 1<font size=\"3\" style=\"font-style: italic;\">) to urge on, spur on, or incite to some action, esp. to some evil: to </font></span><font size=\"3\" style=\"font-style: italic;\"><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">instigate</em></font></font><font size=\"3\" style=\"font-style: italic;\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div><font size=\"4\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)to cause by inciting; foment: </span></font><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic;\">to <em>instigate</em> a rebellion</font><br /></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)She will use any excuse to <span style=\"font-weight: bold;\">instigate</span> disharmony in her club.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></font>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The excited crowd <span style=\"font-weight: bold;\">instigated</span> the quarterback to throw the winning touchdown.</span><br />3)Television also has the power to <b>instigate</b> trends. </font><br /><br /><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">22.)<a href=\"http://dictionary.reference.com/browse/irrevocable\" title=\"Irrevocable\">Irrevocable </a></span><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><a href=\"http://www.moodle.org/0.9729330322787967\">(adj)</a> : <font size=\"3\" style=\"font-style: italic;\">not</font></span><font size=\"3\" style=\"font-style: italic;\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">be</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">revoked</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">recalled;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">unable</span> <span name=\"hotword\" id=\"hotword\">to</span> <span name=\"hotword\" id=\"hotword\">be</span><span name=\"hotword\" id=\"hotword\">repealed</span> <span name=\"hotword\" id=\"hotword\">or</span> </font> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\" style=\"font-style: italic;\">annulled</font><br /></span></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)The sentence the judge gave to the criminal was </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">irrevocable</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)Last night came final and </span><b style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">irrevocable</b><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> proof that the country is entering tough economic times.<br /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></font><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">http://dictionary.reference.com/browse/irrevocable<br /><br />23.)<a href=\"http://dictionary.reference.com/browse/intrepid\" title=\"Intrepid\">Intrepid (adj)</a> : </span></span><font size=\"3\" style=\"font-style: italic;\"><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">resolutely</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">fearless;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">dauntless:</span> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">an</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">intrepid</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic;\">explorer.</font><br /></span><font size=\"2\"><span class=\"flashcard_inside\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)People that go skydiving are very <span style=\"font-weight: bold;\">intrepid</span> and are almost not afraid of anything.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">intrepid</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> soldier ran into the line of fire to save a little girl.<br /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">http://dictionary.reference.com/browse/intrepid</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">24.)<a href=\"http://dictionary.reference.com/browse/iridescent\" title=\"Iridescent\">Iridescent (adj)</a> :</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic;\">displaying</font></span><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">play</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">of</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">lustrous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">colors</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">like</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">those</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">of</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">the</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)As the sunlight reflected on the ocean, the tops of the ocean waves emitted iridescent sparkles.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The wings of the dragonfly are </span><b style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">iridescent</b><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)The soap bubble had</span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> iridescent</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> glow to it.<br /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">http://dictionary.reference.com/browse/iridescent</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">25.)<a href=\"http://dictionary.reference.com/browse/innocuous\" title=\"Innocuous\">Innocuous (adj)</a> : </span></font><span id=\"hotword\"><font size=\"3\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">not</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">harmful</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">or</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">injurious;</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"4\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">harmless</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)The Ayurveda provides </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">innocuous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> home remedies for treatment of fatal diseases.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">innocuous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> puppy was found guilty for stealing a cookie from the cookie jar.<br /><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">http://dictionary.reference.com/browse/innocuous</span></font><br /></span></span>\r\n <div class=\"luna-Ent\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div></div>\r\n <div class=\"luna-Ent\"><span class=\"ital-inline\"><span id=\"hotword\"> </span></span></div></div></div> ',1284414679),(1181,'71c56149ec877aaac7444cc7ad965e8e','Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \n\n\n',1284416538),(1182,'cf2d95e22aaafff8aa65490d703178bf','<div class=\"wiki view GD-1-pros-\">\nThank you for your contribution.<h2 class=\"page title\"><a href=\"view.php?id=100&page=links/GD-1%28pros%29\">GD-1(pros)</a></h2>\nHello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \n\n\n<br /><br />\n</div>\n',1284416048),(1183,'16e258870846e38a6f351e1951e0bc4e','<div class=\"wiki view GD-1-pros-\">\n<h2 class=\"page title\"><a href=\"view.php?id=100&page=links/GD-1%28pros%29\">GD-1(pros)</a></h2>\nHello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \n\n\n<br /><br />\n</div>\n',1284416538),(1184,'c8a2c8ff7b72acfd681b5aef88337f0d','Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \n\n\n',1284416586),(1185,'e18ffe6cf24b6b79125827fe11efe51b','<p> <span><span style=\"font-weight: bold;\">In this wiki,you will read about </span>the negative aspects of the topic:-<br /></span><span><b>"Is having widespread advertising good for a society?"</b><br /></span><br /> </p>',1284416538),(1186,'9f6d806b9a84d906f905e60347b5304e','<p>In this wiki,you will read about the negative aspect of the topic:<br /><span style=\"font-weight: bold;\">"Is advertising widespread good for a society?"</span><br /> </p>',1284416907),(1187,'b20fba5286f9137335244f89c5ea5f04',' Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \n\n\n',1284417140),(1188,'1ad4212eae270230bd780acb601815df','<div class=\"wiki view GD-1-cons-\">\nThank you for your contribution.<h2 class=\"page title\"><a href=\"view.php?id=101&page=links/GD-1%28cons%29\">GD-1(cons)</a></h2>\n Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \n\n\n<br /><br />\n</div>\n',1284416909),(1189,'ec8b06747b3b68ce3ec5ac200c8b8ed2','<p> In this wiki,you will read about the negative aspect of the topic:<br /><span><b>"Is having widespread advertising good for a society?"</b></span><br /> </p>',1284748165),(1190,'b1cc3e140dd1702c5ca6f40923d5733a','<div class=\"wiki view GD-1-cons-\">\n<h2 class=\"page title\"><a href=\"view.php?id=101&page=links/GD-1%28cons%29\">GD-1(cons)</a></h2>\n Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \n\n\n<br /><br />\n</div>\n',1284417140),(1191,'bd75e3617e49d4fa87b91d5b0823c20e',' Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \n\n\n',1284417180),(1192,'e8f176114d8f156cfcf4bef2d878cfcb',' Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br />At the end,I would like to conclude that the above points clearly elucidates that "having a widespread advertising is not at all good for a society".<br />Thank you!!<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \n\n\n',1284420093),(1193,'db1ae4c5296190a8972c2d35e9cec26a','<div class=\"wiki view GD-1-cons-\">\nThank you for your contribution.<h2 class=\"page title\"><a href=\"view.php?id=101&page=links/GD-1%28cons%29\">GD-1(cons)</a></h2>\n Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br />At the end,I would like to conclude that the above points clearly elucidates that "having a widespread advertising is not at all good for a society".<br />Thank you!!<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \n\n\n<br /><br />\n</div>\n',1284417469),(1194,'3e7d6c4ba9cdc3cf264a0759ebf752aa','<p>In this wiki,you will read about the positive aspects of the topic:-<br /><span style=\"font-weight: bold;\">"Is having widespread advertising good for a society?"</span><br /><br /> </p>',1284748187),(1195,'942abe4b9da06e3fb968d664bb229b58','Hello everyone!!<br /><br /><br />No-one is forced to put advertising on their property - for many companies it is an important part of their income. Football teams would have much less money if they were not sponsored. And no-one is forced to look at advertising - you can turn the TV off between shows, or just flick past adverts in newspapers. If you don\'t want to see the adverts, then just ignore them.<br />Advertising has a positive role to play in modern society, helping us choose between competing goods. Many adverts are drawing our attention to products with new features, for example more powerful computers, telephones which are also cameras and music players, or foods with added vitamins. Other adverts try to compete on price, helping us seek out the cheapest or best value products. In most cases advertising does not make us go shopping – we would be planning to buy food, clothes, gifts and entertainment anyway. What advertising does is to help us make better decisions about how to spend our money, by giving us more information about the choices available.<br /> People make unconscious judgements all the time, and we frequently try to influence these choices by the way we present ourselves. This isn\'t brainwashing, so neither is advertising.<br /> Adverts never criticise people - that would be terrible for the companies behind them. Their aim is to understand and provide what people want, and so their adverts only ever reflect what people think. If people\'s perceptions are wrong, then it not the advertisers\' job to put them right, but politicians, the media and schools.<br />Our society is build around the idea that companies produce things that people want, and this is what makes us prosperous. If consumers suddenly stopped wanting to buy so many products then what happens to the people whose job it is to make them? The economy will suffer terribly. Of course some people take materialism too far, but most people buy just what they need and then a little extra when they treat themselves. This is a much better situation than one in which people can only afford to buy the things they need.<br />Adverts which promote seriously unhealthy things are becoming very rare. Cigarette advertising is all but extinct, and alcohol adverts are being more restricted.<br />If there wasn\'t advertising then small businesses would have no chance at all to make their product well known. Adverts can actually level the playing field - if you have a good new product, and market it in a clever way then it doesn\'t matter how small your company is, you can still make consumers interested. The more you restrict the freedom of information, the more this helps the large companies who everyone already knows about.<br />At the end I would like to conclude that acquiring knowledge is more important<br />and if the medium for gaining information about the current situation of the world is through "Advertisement" then it surely work for the betterment of the society.<br />Thank You!!<br />\n\n\n',1284418763),(1196,'2a8a117a69f3a5de5a28586514944402','<div class=\"wiki view GD-1-pros-\">\nThank you for your contribution.<h2 class=\"page title\"><a href=\"view.php?id=102&page=links/GD-1%28pros%29\">GD-1(pros)</a></h2>\nHello everyone!!<br /><br /><br />No-one is forced to put advertising on their property - for many companies it is an important part of their income. Football teams would have much less money if they were not sponsored. And no-one is forced to look at advertising - you can turn the TV off between shows, or just flick past adverts in newspapers. If you don\'t want to see the adverts, then just ignore them.<br />Advertising has a positive role to play in modern society, helping us choose between competing goods. Many adverts are drawing our attention to products with new features, for example more powerful computers, telephones which are also cameras and music players, or foods with added vitamins. Other adverts try to compete on price, helping us seek out the cheapest or best value products. In most cases advertising does not make us go shopping – we would be planning to buy food, clothes, gifts and entertainment anyway. What advertising does is to help us make better decisions about how to spend our money, by giving us more information about the choices available.<br /> People make unconscious judgements all the time, and we frequently try to influence these choices by the way we present ourselves. This isn\'t brainwashing, so neither is advertising.<br /> Adverts never criticise people - that would be terrible for the companies behind them. Their aim is to understand and provide what people want, and so their adverts only ever reflect what people think. If people\'s perceptions are wrong, then it not the advertisers\' job to put them right, but politicians, the media and schools.<br />Our society is build around the idea that companies produce things that people want, and this is what makes us prosperous. If consumers suddenly stopped wanting to buy so many products then what happens to the people whose job it is to make them? The economy will suffer terribly. Of course some people take materialism too far, but most people buy just what they need and then a little extra when they treat themselves. This is a much better situation than one in which people can only afford to buy the things they need.<br />Adverts which promote seriously unhealthy things are becoming very rare. Cigarette advertising is all but extinct, and alcohol adverts are being more restricted.<br />If there wasn\'t advertising then small businesses would have no chance at all to make their product well known. Adverts can actually level the playing field - if you have a good new product, and market it in a clever way then it doesn\'t matter how small your company is, you can still make consumers interested. The more you restrict the freedom of information, the more this helps the large companies who everyone already knows about.<br />At the end I would like to conclude that acquiring knowledge is more important<br />and if the medium for gaining information about the current situation of the world is through "Advertisement" then it surely work for the betterment of the society.<br />Thank You!!<br />\n\n\n<br /><br />\n</div>\n',1284418764),(1197,'e9a5360fccba0d63e7e9bb0efd7b0a4f','Hello everyone!!<br /><br /><br />No-one is forced to put advertising on their property - for many companies it is an important part of their income. Football teams would have much less money if they were not sponsored. And no-one is forced to look at advertising - you can turn the TV off between shows, or just flick past adverts in newspapers. If you don\'t want to see the adverts, then just ignore them.<br />Advertising has a positive role to play in modern society, helping us choose between competing goods. Many adverts are drawing our attention to products with new features, for example more powerful computers, telephones which are also cameras and music players, or foods with added vitamins. Other adverts try to compete on price, helping us seek out the cheapest or best value products. In most cases advertising does not make us go shopping – we would be planning to buy food, clothes, gifts and entertainment anyway. What advertising does is to help us make better decisions about how to spend our money, by giving us more information about the choices available.<br /> People make unconscious judgements all the time, and we frequently try to influence these choices by the way we present ourselves. This isn\'t brainwashing, so neither is advertising.<br /> Adverts never criticise people - that would be terrible for the companies behind them. Their aim is to understand and provide what people want, and so their adverts only ever reflect what people think. If people\'s perceptions are wrong, then it not the advertisers\' job to put them right, but politicians, the media and schools.<br />Our society is build around the idea that companies produce things that people want, and this is what makes us prosperous. If consumers suddenly stopped wanting to buy so many products then what happens to the people whose job it is to make them? The economy will suffer terribly. Of course some people take materialism too far, but most people buy just what they need and then a little extra when they treat themselves. This is a much better situation than one in which people can only afford to buy the things they need.<br />Adverts which promote seriously unhealthy things are becoming very rare. Cigarette advertising is all but extinct, and alcohol adverts are being more restricted.<br />If there wasn\'t advertising then small businesses would have no chance at all to make their product well known. Adverts can actually level the playing field - if you have a good new product, and market it in a clever way then it doesn\'t matter how small your company is, you can still make consumers interested. The more you restrict the freedom of information, the more this helps the large companies who everyone already knows about.<br />At the end I would like to conclude that acquiring knowledge is more important<br />and if the medium for gaining information about the current situation of the world is through "Advertisement" then it surely work for the betterment of the society.<br />Thank You!!<br />\n\n\n',1284418791),(1198,'8692fadec726f516b6128eea6f475e9f','\n\n<div style=\"text-align: justify; font-family: times new roman,times,serif;\"> Hello everyone!!<br /><br /><br />No-one is forced to put advertising on their property - for many companies it is an important part of their income. Football teams would have much less money if they were not sponsored. And no-one is forced to look at advertising - you can turn the TV off between shows, or just flick past adverts in newspapers. If you don\'t want to see the adverts, then just ignore them.<br /><br />Advertising has a positive role to play in modern society, helping us choose between competing goods. Many adverts are drawing our attention to products with new features, for example more powerful computers, telephones which are also cameras and music players, or foods with added vitamins. Other adverts try to compete on price, helping us seek out the cheapest or best value products. In most cases advertising does not make us go shopping – we would be planning to buy food, clothes, gifts and entertainment anyway. What advertising does is to help us make better decisions about how to spend our money, by giving us more information about the choices available.<br /><br /> People make unconscious judgements all the time, and we frequently try to influence these choices by the way we present ourselves. This isn\'t brainwashing, so neither is advertising.<br /> Adverts never criticise people - that would be terrible for the companies behind them. Their aim is to understand and provide what people want, and so their adverts only ever reflect what people think. If people\'s perceptions are wrong, then it not the advertisers\' job to put them right, but politicians, the media and schools.<br /><br />Our society is build around the idea that companies produce things that people want, and this is what makes us prosperous. If consumers suddenly stopped wanting to buy so many products then what happens to the people whose job it is to make them? The economy will suffer terribly. Of course some people take materialism too far, but most people buy just what they need and then a little extra when they treat themselves. This is a much better situation than one in which people can only afford to buy the things they need.<br />Adverts which promote seriously unhealthy things are becoming very rare. Cigarette advertising is all but extinct, and alcohol adverts are being more restricted.<br /><br />If there wasn\'t advertising then small businesses would have no chance at all to make their product well known. Adverts can actually level the playing field - if you have a good new product, and market it in a clever way then it doesn\'t matter how small your company is, you can still make consumers interested. The more you restrict the freedom of information, the more this helps the large companies who everyone already knows about.<br /><br />At the end I would like to conclude that acquiring knowledge is more important<br />and if the medium for gaining information about the current situation of the world is through "Advertisement" then it surely work for the betterment of the society.<br />Thank You!!<br /> </div>\n\n\n',1284418866),(1199,'192cb7c945f1f9d37758897578dc062f','<div class=\"wiki view GD-1-pros-\">\nThank you for your contribution.<h2 class=\"page title\"><a href=\"view.php?id=102&page=links/GD-1%28pros%29\">GD-1(pros)</a></h2>\n\n\n<div style=\"text-align: justify; font-family: times new roman,times,serif;\"> Hello everyone!!<br /><br /><br />No-one is forced to put advertising on their property - for many companies it is an important part of their income. Football teams would have much less money if they were not sponsored. And no-one is forced to look at advertising - you can turn the TV off between shows, or just flick past adverts in newspapers. If you don\'t want to see the adverts, then just ignore them.<br /><br />Advertising has a positive role to play in modern society, helping us choose between competing goods. Many adverts are drawing our attention to products with new features, for example more powerful computers, telephones which are also cameras and music players, or foods with added vitamins. Other adverts try to compete on price, helping us seek out the cheapest or best value products. In most cases advertising does not make us go shopping – we would be planning to buy food, clothes, gifts and entertainment anyway. What advertising does is to help us make better decisions about how to spend our money, by giving us more information about the choices available.<br /><br /> People make unconscious judgements all the time, and we frequently try to influence these choices by the way we present ourselves. This isn\'t brainwashing, so neither is advertising.<br /> Adverts never criticise people - that would be terrible for the companies behind them. Their aim is to understand and provide what people want, and so their adverts only ever reflect what people think. If people\'s perceptions are wrong, then it not the advertisers\' job to put them right, but politicians, the media and schools.<br /><br />Our society is build around the idea that companies produce things that people want, and this is what makes us prosperous. If consumers suddenly stopped wanting to buy so many products then what happens to the people whose job it is to make them? The economy will suffer terribly. Of course some people take materialism too far, but most people buy just what they need and then a little extra when they treat themselves. This is a much better situation than one in which people can only afford to buy the things they need.<br />Adverts which promote seriously unhealthy things are becoming very rare. Cigarette advertising is all but extinct, and alcohol adverts are being more restricted.<br /><br />If there wasn\'t advertising then small businesses would have no chance at all to make their product well known. Adverts can actually level the playing field - if you have a good new product, and market it in a clever way then it doesn\'t matter how small your company is, you can still make consumers interested. The more you restrict the freedom of information, the more this helps the large companies who everyone already knows about.<br /><br />At the end I would like to conclude that acquiring knowledge is more important<br />and if the medium for gaining information about the current situation of the world is through "Advertisement" then it surely work for the betterment of the society.<br />Thank You!!<br /> </div>\n\n\n<br /><br />\n</div>\n',1284418869),(1200,'607d40049b625c5f9b5c38152f41bfc0','\n\n<div style=\"text-align: justify; font-family: times new roman,times,serif;\"> Hello everyone!!<br /><br /><br />No-one is forced to put advertising on their property - for many companies it is an important part of their income. Football teams would have much less money if they were not sponsored. And no-one is forced to look at advertising - you can turn the TV off between shows, or just flick past adverts in newspapers. If you don\'t want to see the adverts, then just ignore them.<br /><br />Advertising has a positive role to play in modern society, helping us choose between competing goods. Many adverts are drawing our attention to products with new features, for example more powerful computers, telephones which are also cameras and music players, or foods with added vitamins. Other adverts try to compete on price, helping us seek out the cheapest or best value products. In most cases advertising does not make us go shopping – we would be planning to buy food, clothes, gifts and entertainment anyway. What advertising does is to help us make better decisions about how to spend our money, by giving us more information about the choices available.<br /><br /> People make unconscious judgements all the time, and we frequently try to influence these choices by the way we present ourselves. This isn\'t brainwashing, so neither is advertising.<br /> Adverts never criticise people - that would be terrible for the companies behind them. Their aim is to understand and provide what people want, and so their adverts only ever reflect what people think. If people\'s perceptions are wrong, then it not the advertisers\' job to put them right, but politicians, the media and schools.<br /><br />Our society is build around the idea that companies produce things that people want, and this is what makes us prosperous. If consumers suddenly stopped wanting to buy so many products then what happens to the people whose job it is to make them? The economy will suffer terribly. Of course some people take materialism too far, but most people buy just what they need and then a little extra when they treat themselves. This is a much better situation than one in which people can only afford to buy the things they need.<br />Adverts which promote seriously unhealthy things are becoming very rare. Cigarette advertising is all but extinct, and alcohol adverts are being more restricted.<br /><br />If there wasn\'t advertising then small businesses would have no chance at all to make their product well known. Adverts can actually level the playing field - if you have a good new product, and market it in a clever way then it doesn\'t matter how small your company is, you can still make consumers interested. The more you restrict the freedom of information, the more this helps the large companies who everyone already knows about.<br /><br />At the end I would like to conclude that acquiring knowledge is more important<br />and if the medium for gaining information about the current situation of the world is through "Advertisement" then it surely work for the betterment of the society.<br />Thank You!!<br /> </div>\n\n\n',1284418899),(1201,'ada36666b61a61db53970bab64bf2cd8','\n\n<div style=\"text-align: justify; font-family: times new roman,times,serif;\"> Hello everyone!!<br /><br />The topic for discussion is:-<br />"Is having widespread advertising good for a society?"<br /><br />It seems like there is constant advertisement everywhere I look. But, is it really good for society?<br />I will speak in favor of it by revealing the positive aspects about this topic.<br /><br />No-one is forced to put advertising on their property - for many companies it is an important part of their income. Football teams would have much less money if they were not sponsored. And no-one is forced to look at advertising - you can turn the TV off between shows, or just flick past adverts in newspapers. If you don\'t want to see the adverts, then just ignore them.<br /><br />Advertising has a positive role to play in modern society, helping us choose between competing goods. Many adverts are drawing our attention to products with new features, for example more powerful computers, telephones which are also cameras and music players, or foods with added vitamins. Other adverts try to compete on price, helping us seek out the cheapest or best value products. In most cases advertising does not make us go shopping – we would be planning to buy food, clothes, gifts and entertainment anyway. What advertising does is to help us make better decisions about how to spend our money, by giving us more information about the choices available.<br /><br /> People make unconscious judgements all the time, and we frequently try to influence these choices by the way we present ourselves. This isn\'t brainwashing, so neither is advertising.<br /> Adverts never criticise people - that would be terrible for the companies behind them. Their aim is to understand and provide what people want, and so their adverts only ever reflect what people think. If people\'s perceptions are wrong, then it not the advertisers\' job to put them right, but politicians, the media and schools.<br /><br />Our society is build around the idea that companies produce things that people want, and this is what makes us prosperous. If consumers suddenly stopped wanting to buy so many products then what happens to the people whose job it is to make them? The economy will suffer terribly. Of course some people take materialism too far, but most people buy just what they need and then a little extra when they treat themselves. This is a much better situation than one in which people can only afford to buy the things they need.<br />Adverts which promote seriously unhealthy things are becoming very rare. Cigarette advertising is all but extinct, and alcohol adverts are being more restricted.<br /><br />If there wasn\'t advertising then small businesses would have no chance at all to make their product well known. Adverts can actually level the playing field - if you have a good new product, and market it in a clever way then it doesn\'t matter how small your company is, you can still make consumers interested. The more you restrict the freedom of information, the more this helps the large companies who everyone already knows about.<br /><br />At the end I would like to conclude that acquiring knowledge is more important<br />and if the medium for gaining information about the current situation of the world is through "Advertisement" then it will surely work for the betterment of the society.<br />Thank You!!<br /> </div> \n\n\n',1284748187),(1202,'3feacd02ec2f7a39831adb0dcea1d893','<div class=\"wiki view GD-1-pros-\">\nThank you for your contribution.<h2 class=\"page title\"><a href=\"view.php?id=102&page=links/GD-1%28pros%29\">GD-1(pros)</a></h2>\n\n\n<div style=\"text-align: justify; font-family: times new roman,times,serif;\"> Hello everyone!!<br /><br />The topic for discussion is:-<br />"Is having widespread advertising good for a society?"<br /><br />It seems like there is constant advertisement everywhere I look. But, is it really good for society?<br />I will speak in favor of it by revealing the positive aspects about this topic.<br /><br />No-one is forced to put advertising on their property - for many companies it is an important part of their income. Football teams would have much less money if they were not sponsored. And no-one is forced to look at advertising - you can turn the TV off between shows, or just flick past adverts in newspapers. If you don\'t want to see the adverts, then just ignore them.<br /><br />Advertising has a positive role to play in modern society, helping us choose between competing goods. Many adverts are drawing our attention to products with new features, for example more powerful computers, telephones which are also cameras and music players, or foods with added vitamins. Other adverts try to compete on price, helping us seek out the cheapest or best value products. In most cases advertising does not make us go shopping – we would be planning to buy food, clothes, gifts and entertainment anyway. What advertising does is to help us make better decisions about how to spend our money, by giving us more information about the choices available.<br /><br /> People make unconscious judgements all the time, and we frequently try to influence these choices by the way we present ourselves. This isn\'t brainwashing, so neither is advertising.<br /> Adverts never criticise people - that would be terrible for the companies behind them. Their aim is to understand and provide what people want, and so their adverts only ever reflect what people think. If people\'s perceptions are wrong, then it not the advertisers\' job to put them right, but politicians, the media and schools.<br /><br />Our society is build around the idea that companies produce things that people want, and this is what makes us prosperous. If consumers suddenly stopped wanting to buy so many products then what happens to the people whose job it is to make them? The economy will suffer terribly. Of course some people take materialism too far, but most people buy just what they need and then a little extra when they treat themselves. This is a much better situation than one in which people can only afford to buy the things they need.<br />Adverts which promote seriously unhealthy things are becoming very rare. Cigarette advertising is all but extinct, and alcohol adverts are being more restricted.<br /><br />If there wasn\'t advertising then small businesses would have no chance at all to make their product well known. Adverts can actually level the playing field - if you have a good new product, and market it in a clever way then it doesn\'t matter how small your company is, you can still make consumers interested. The more you restrict the freedom of information, the more this helps the large companies who everyone already knows about.<br /><br />At the end I would like to conclude that acquiring knowledge is more important<br />and if the medium for gaining information about the current situation of the world is through "Advertisement" then it will surely work for the betterment of the society.<br />Thank You!!<br /> </div> \n\n\n<br /><br />\n</div>\n',1284419391); INSERT INTO `mdl_cache_text` VALUES (1203,'7aa487d233d3be5cf87ee2753b33130e','<div class=\"wiki view GD-1-cons-\">\n<h2 class=\"page title\"><a href=\"view.php?id=101&page=links/GD-1%28cons%29\">GD-1(cons)</a></h2>\n Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br />At the end,I would like to conclude that the above points clearly elucidates that "having a widespread advertising is not at all good for a society".<br />Thank you!!<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \n\n\n<br /><br />\n</div>\n',1284420093),(1204,'4d5f9262aa645705520d74fec20cd41e',' Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br />At the end,I would like to conclude that the above points clearly elucidates that "having a widespread advertising is not at all good for a society".<br />Thank you!!<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \n\n\n',1284420103),(1205,'b4dc5867100bc5cb004bd7d932835975','\n\n<div style=\"text-align: justify; font-family: times new roman,times,serif;\"> Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br />At the end,I would like to conclude that the above points clearly elucidates that "having a widespread advertising is not at all good for a society".<br />Thank you!!<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></div> \n\n\n',1284420129),(1206,'827f4af8f078af3ae97e5e086ed7aa0d','<div class=\"wiki view GD-1-cons-\">\nThank you for your contribution.<h2 class=\"page title\"><a href=\"view.php?id=101&page=links/GD-1%28cons%29\">GD-1(cons)</a></h2>\n\n\n<div style=\"text-align: justify; font-family: times new roman,times,serif;\"> Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br />At the end,I would like to conclude that the above points clearly elucidates that "having a widespread advertising is not at all good for a society".<br />Thank you!!<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></div> \n\n\n<br /><br />\n</div>\n',1284420132),(1207,'1ea8ef40bd0256efc87ed8d4c1d5237c','\n\n<div style=\"text-align: justify; font-family: times new roman,times,serif;\"> Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br />At the end,I would like to conclude that the above points clearly elucidates that "having a widespread advertising is not at all good for a society".<br />Thank you!!<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></div> \n\n\n',1284420158),(1208,'293b8110a9eb6e4bfea36836fcc9e353','\n\n<div style=\"text-align: justify; font-family: times new roman,times,serif;\"> Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br /><br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br /><br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br /><br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br /><br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br />At the end,I would like to conclude that the above points clearly elucidates that "having a widespread advertising is not at all good for a society".<br />Thank you!!<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></div> \n\n\n',1284748030),(1209,'5e5266c46039052bd408314d46db9027','<div class=\"wiki view GD-1-cons-\">\nThank you for your contribution.<h2 class=\"page title\"><a href=\"view.php?id=101&page=links/GD-1%28cons%29\">GD-1(cons)</a></h2>\n\n\n<div style=\"text-align: justify; font-family: times new roman,times,serif;\"> Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br /><br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br /><br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br /><br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br /><br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br />At the end,I would like to conclude that the above points clearly elucidates that "having a widespread advertising is not at all good for a society".<br />Thank you!!<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></div> \n\n\n<br /><br />\n</div>\n',1284420201),(1210,'c9f13a887c74380a357b5c8df5b7e176','<div class=\"wiki view GD-1-pros-\">\n<h2 class=\"page title\"><a href=\"view.php?id=102&page=links/GD-1%28pros%29\">GD-1(pros)</a></h2>\n\n\n<div style=\"text-align: justify; font-family: times new roman,times,serif;\"> Hello everyone!!<br /><br />The topic for discussion is:-<br />"Is having widespread advertising good for a society?"<br /><br />It seems like there is constant advertisement everywhere I look. But, is it really good for society?<br />I will speak in favor of it by revealing the positive aspects about this topic.<br /><br />No-one is forced to put advertising on their property - for many companies it is an important part of their income. Football teams would have much less money if they were not sponsored. And no-one is forced to look at advertising - you can turn the TV off between shows, or just flick past adverts in newspapers. If you don\'t want to see the adverts, then just ignore them.<br /><br />Advertising has a positive role to play in modern society, helping us choose between competing goods. Many adverts are drawing our attention to products with new features, for example more powerful computers, telephones which are also cameras and music players, or foods with added vitamins. Other adverts try to compete on price, helping us seek out the cheapest or best value products. In most cases advertising does not make us go shopping – we would be planning to buy food, clothes, gifts and entertainment anyway. What advertising does is to help us make better decisions about how to spend our money, by giving us more information about the choices available.<br /><br /> People make unconscious judgements all the time, and we frequently try to influence these choices by the way we present ourselves. This isn\'t brainwashing, so neither is advertising.<br /> Adverts never criticise people - that would be terrible for the companies behind them. Their aim is to understand and provide what people want, and so their adverts only ever reflect what people think. If people\'s perceptions are wrong, then it not the advertisers\' job to put them right, but politicians, the media and schools.<br /><br />Our society is build around the idea that companies produce things that people want, and this is what makes us prosperous. If consumers suddenly stopped wanting to buy so many products then what happens to the people whose job it is to make them? The economy will suffer terribly. Of course some people take materialism too far, but most people buy just what they need and then a little extra when they treat themselves. This is a much better situation than one in which people can only afford to buy the things they need.<br />Adverts which promote seriously unhealthy things are becoming very rare. Cigarette advertising is all but extinct, and alcohol adverts are being more restricted.<br /><br />If there wasn\'t advertising then small businesses would have no chance at all to make their product well known. Adverts can actually level the playing field - if you have a good new product, and market it in a clever way then it doesn\'t matter how small your company is, you can still make consumers interested. The more you restrict the freedom of information, the more this helps the large companies who everyone already knows about.<br /><br />At the end I would like to conclude that acquiring knowledge is more important<br />and if the medium for gaining information about the current situation of the world is through "Advertisement" then it will surely work for the betterment of the society.<br />Thank You!!<br /> </div> \n\n\n<br /><br />\n</div>\n',1284748187),(1211,'a3170ab880067a8cc198d4d97b7c9cd6','<div class=\"wiki view GD-1-cons-\">\n<h2 class=\"page title\"><a href=\"view.php?id=101&page=links/GD-1%28cons%29\">GD-1(cons)</a></h2>\n\n\n<div style=\"text-align: justify; font-family: times new roman,times,serif;\"> Hello everyone!!<br />Friends,the topic of discussion ("<span><b>Is having widespread advertising good for a society"</b></span>)is rather controversial and has been the subject of many a discussion in the country today.I too have some feelings about it and would like to mention a couple of points.I would like to speak in against of this topic.<br /><br />As we all know,"Advertising" has grown to be an industry worth many billions of dollars across the world.<br />The levels of advertising are just too much these days. You cannot walk down the street, ride on a bus, watch television or read your email without seeing advertisements. People shouldn\'t have to have their lives attacked by a huge quantity of information they might not want.<br />Advertising leads to many people being overwhelmed by the endless need to decide between competing demands on their attention – this is known as the choice overload. Recent research suggests that people are on average less happy than they were 30 years ago - despite being better off and having much more choice of things to spend their money on. The adverts basically raises expectations about a product and then leading to inevitable disappointment after it is bought. Shoppers feel that a poor purchase is their fault for not choosing more wisely, and regret not choosing something else instead. Some people are so overwhelmed that they cannot choose at all.<br /><br />People cannot just choose to ignore advertising, because advertisers use many underhand methods to get their message across. By targeting people’s unconscious thoughts adverts are a form of brainwashing that take away people\'s freedoms to make choices.<br /><br />Advertising gives the impression, especially to children, that they can and should have everything they want. This makes people too interested in material things. People are becoming more selfish and obsessed with their possessions, and losing their values of patience, hard work, moderation and the importance of non-material things like family and friends. This harms their relationships and their personal development, which has serious effects for society as a whole.<br /><br />Advertisers don\'t have the good of society in mind when they do their work - they only care about making profit. This means that they regularly advertise unhealthy or harmful things. Fast food adverts are a large part of the reason so many children are obese. The adverts just try to make children eat as much food as possible without any concern for the health costs.<br /><br />Advertising gives an unfair advantage to big businesses. Small companies might have much better products, but they cannot afford to advertise them as well and so people don\'t find out about them. This restricts the quality of products for consumers, and places a huge roadblock to the success of small businesses.<br /><br />At the end,I would like to conclude that the above points clearly elucidates that "having a widespread advertising is not at all good for a society".<br />Thank you!!<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></div> \n\n\n<br /><br />\n</div>\n',1284748030),(1212,'66a19c3cec9594b7188983eaf278cec1','<p>Should cheerleaders be banned from performing at professional sporting events? </p>',1284747608),(1213,'20163a5a4ee6290432c0d78c6ff9ea98','\n\n<table cellspacing=\"4\" cellpadding=\"0\" border=\"0\" style=\"width: 592px; height: 98px; font-family: times new roman,times,serif;\"><tbody> \n <tr> \n <td width=\"50%\" valign=\"top\" align=\"left\" class=\"point12\"><font size=\"2\">Hello Everyone!<br />The topic for discussion is:-</font><br /><font size=\"2\">"Should cheerleaders be banned from performing at professional sporting events?</font> "<br /><font size=\"2\"><br />I think women should be able to choose what activities to take part in, regardless of the reaction of men. If they enjoy cheerleading, and want to be paid to do the activity, it is unfair to stop them because of what other people might think about them. People should be able to choose what to do with their lives.<br />It is not clear that watching cheerleaders makes men and women think less of women. There are hundreds of factors which might contribute to women being viewed as less important, such as the fact that there are many fewer female politicians or managing directors than male politicians and managing directors. Banning professional cheerleaders won’t stop these attitudes from existing. In addition, images of women wearing few clothes and looking thin and pretty are present all over newspapers, magazines, TV and advertising. These images probably have a much greater impact on the way that people view women than cheerleading does.<br />It is not true that high school and college cheerleaders necessarily look up to professional cheerleaders. Often, cheerleading squads within schools focus on competitions and on representing their school, without wearing these sorts of outfits. These squads try really hard to improve the acrobatic elements of their routines in order to be better than other squads. They develop confidence and self-esteem through being part of a team. The influence of professional cheerleaders is minimal.<br />There is no reason why professional cheerleaders cannot be respected for the athletic talent that cheerleading requires. If we want women’s sport to be more respected, it might be necessary to spend more money promoting games or force the media to cover a larger number of female sporting events, rather than focusing on men. However, professional cheerleaders do not stop any of these sports from being treated seriously.<br />Very few people choose not to go to sports matches because of cheerleaders. If they did, sports teams would have no reason to pay cheerleaders because they would lose money through being unable to sell enough tickets. In reality, lots of people like watching cheerleaders. They contribute to the excitement.<br /></font> \n </td> \n </tr></tbody> \n</table> \n\n\n',1284441469),(1214,'15b98afa634c41b8c9764dc78865db22','<div class=\"wiki view GD-2-pros-\">\nThank you for your contribution.<h2 class=\"page title\"><a href=\"view.php?id=104&page=links/GD-2%28pros%29\">GD-2(pros)</a></h2>\n\n\n<table cellspacing=\"4\" cellpadding=\"0\" border=\"0\" style=\"width: 592px; height: 98px; font-family: times new roman,times,serif;\"><tbody> \n <tr> \n <td width=\"50%\" valign=\"top\" align=\"left\" class=\"point12\"><font size=\"2\">Hello Everyone!<br />The topic for discussion is:-</font><br /><font size=\"2\">"Should cheerleaders be banned from performing at professional sporting events?</font> "<br /><font size=\"2\"><br />I think women should be able to choose what activities to take part in, regardless of the reaction of men. If they enjoy cheerleading, and want to be paid to do the activity, it is unfair to stop them because of what other people might think about them. People should be able to choose what to do with their lives.<br />It is not clear that watching cheerleaders makes men and women think less of women. There are hundreds of factors which might contribute to women being viewed as less important, such as the fact that there are many fewer female politicians or managing directors than male politicians and managing directors. Banning professional cheerleaders won’t stop these attitudes from existing. In addition, images of women wearing few clothes and looking thin and pretty are present all over newspapers, magazines, TV and advertising. These images probably have a much greater impact on the way that people view women than cheerleading does.<br />It is not true that high school and college cheerleaders necessarily look up to professional cheerleaders. Often, cheerleading squads within schools focus on competitions and on representing their school, without wearing these sorts of outfits. These squads try really hard to improve the acrobatic elements of their routines in order to be better than other squads. They develop confidence and self-esteem through being part of a team. The influence of professional cheerleaders is minimal.<br />There is no reason why professional cheerleaders cannot be respected for the athletic talent that cheerleading requires. If we want women’s sport to be more respected, it might be necessary to spend more money promoting games or force the media to cover a larger number of female sporting events, rather than focusing on men. However, professional cheerleaders do not stop any of these sports from being treated seriously.<br />Very few people choose not to go to sports matches because of cheerleaders. If they did, sports teams would have no reason to pay cheerleaders because they would lose money through being unable to sell enough tickets. In reality, lots of people like watching cheerleaders. They contribute to the excitement.<br /></font> \n </td> \n </tr></tbody> \n</table> \n\n\n<br /><br />\n</div>\n',1284441242),(1215,'199ac01da977f9713f379a67437f94a8','<p> Should cheerleaders be banned from performing at professional sporting events? </p>',1284806940),(1216,'7e6bc5b7e9ae32ca6b53db51ba9c41d9','Professional cheerleaders cause men to think of women as objects. They exist on the sideline, wearing short skirts and looking pretty, whilst the male sports players are the heroes. This affects the way that men view women more generally. It makes them think that women are less important than men. Even where professional cheerleading squads contain men, this view of women is reinforced: male cheerleaders lift women and throw them around as if they are objects and only there for decoration.<br />The fact that cheerleaders want to do the activity is less important than the impact that it has on the way that people think about women in general. If I do something that seriously harms somebody else, that person should be able to stop me from doing it if the harm to me considerably outweighs the benefit to them. The fact that I want to be a cheerleader is outweighed by the harm caused to other women. Not only do men view women as inferior as a result of watching them on the sidelines, but women also begin to believe that they are inferior. They see cheerleaders supporting men and being paid a lot less than the male sports stars, and they begin to think that it is normal for women to be less important.<br />Professional cheerleaders are bad role models for women, and especially for teenagers who take part in cheerleading. They tend to wear shorter skirts and show more of their skin than college and high school cheerleaders. In addition, their routines tend to be more obviously sexual, and less focused on gymnastic stunts. This encourages young girls who do cheerleading as an extra-curricular activity at school to act in this way too. Banning professional cheerleaders would remove this bad influence.<br />The presence of cheerleaders standing on the side lines in men’s sports detracts from the success that women achieve as sports players in their own right. Women are very talented at sport, as demonstrated by Venus and Serena Williams in tennis, Paula Radcliff in athletics or Nastia Liukin in gymnastics. However, when people see cheerleaders they are more likely to view women’s role in sport as one confined to looking pretty on the sidelines. Women’s sport already receives a lot less coverage than men’s sport, and it is important to promote the success that women achieve. Professional cheerleaders detract from this.<br />Professional cheerleaders discourage lots of women, religious people and families from attending professional sports games. Many people do not want to watch women dancing on the pitch wearing skimpy clothes, so do not attend. Similarly, they do not bring their children because they think that it is inappropriate. Professional sports games are a great way to bring people together to form a community. It also encourages children to take part in sport themselves, improving their health. Professional cheerleaders are harmful because they discourage such attendance.<br />Professional cheerleaders cause lots of harm in terms of views of women, but add little to sport. It is clear that cheerleaders are not necessary to bring about audience participation. Fans at soccer matches in the UK are very animated without the presence of cheerleaders. The same is true at important tennis matches. Getting rid of professional cheerleaders would allow fans to focus properly on the game itself.<br /> \n\n\n',1284441564),(1217,'f7b5ef0477d72855458868c8f117aafc','<div class=\"wiki view GD-2-cons-\">\nThank you for your contribution.<h2 class=\"page title\"><a href=\"view.php?id=105&page=links/GD-2%28cons%29\">GD-2(cons)</a></h2>\nProfessional cheerleaders cause men to think of women as objects. They exist on the sideline, wearing short skirts and looking pretty, whilst the male sports players are the heroes. This affects the way that men view women more generally. It makes them think that women are less important than men. Even where professional cheerleading squads contain men, this view of women is reinforced: male cheerleaders lift women and throw them around as if they are objects and only there for decoration.<br />The fact that cheerleaders want to do the activity is less important than the impact that it has on the way that people think about women in general. If I do something that seriously harms somebody else, that person should be able to stop me from doing it if the harm to me considerably outweighs the benefit to them. The fact that I want to be a cheerleader is outweighed by the harm caused to other women. Not only do men view women as inferior as a result of watching them on the sidelines, but women also begin to believe that they are inferior. They see cheerleaders supporting men and being paid a lot less than the male sports stars, and they begin to think that it is normal for women to be less important.<br />Professional cheerleaders are bad role models for women, and especially for teenagers who take part in cheerleading. They tend to wear shorter skirts and show more of their skin than college and high school cheerleaders. In addition, their routines tend to be more obviously sexual, and less focused on gymnastic stunts. This encourages young girls who do cheerleading as an extra-curricular activity at school to act in this way too. Banning professional cheerleaders would remove this bad influence.<br />The presence of cheerleaders standing on the side lines in men’s sports detracts from the success that women achieve as sports players in their own right. Women are very talented at sport, as demonstrated by Venus and Serena Williams in tennis, Paula Radcliff in athletics or Nastia Liukin in gymnastics. However, when people see cheerleaders they are more likely to view women’s role in sport as one confined to looking pretty on the sidelines. Women’s sport already receives a lot less coverage than men’s sport, and it is important to promote the success that women achieve. Professional cheerleaders detract from this.<br />Professional cheerleaders discourage lots of women, religious people and families from attending professional sports games. Many people do not want to watch women dancing on the pitch wearing skimpy clothes, so do not attend. Similarly, they do not bring their children because they think that it is inappropriate. Professional sports games are a great way to bring people together to form a community. It also encourages children to take part in sport themselves, improving their health. Professional cheerleaders are harmful because they discourage such attendance.<br />Professional cheerleaders cause lots of harm in terms of views of women, but add little to sport. It is clear that cheerleaders are not necessary to bring about audience participation. Fans at soccer matches in the UK are very animated without the presence of cheerleaders. The same is true at important tennis matches. Getting rid of professional cheerleaders would allow fans to focus properly on the game itself.<br /> \n\n\n<br /><br />\n</div>\n',1284441438),(1218,'741fe0bce1250ec2f3fd414a82859ca5','<div class=\"wiki view GD-2-pros-\">\n<h2 class=\"page title\"><a href=\"view.php?id=104&page=links/GD-2%28pros%29\">GD-2(pros)</a></h2>\n\n\n<table cellspacing=\"4\" cellpadding=\"0\" border=\"0\" style=\"width: 592px; height: 98px; font-family: times new roman,times,serif;\"><tbody> \n <tr> \n <td width=\"50%\" valign=\"top\" align=\"left\" class=\"point12\"><font size=\"2\">Hello Everyone!<br />The topic for discussion is:-</font><br /><font size=\"2\">"Should cheerleaders be banned from performing at professional sporting events?</font> "<br /><font size=\"2\"><br />I think women should be able to choose what activities to take part in, regardless of the reaction of men. If they enjoy cheerleading, and want to be paid to do the activity, it is unfair to stop them because of what other people might think about them. People should be able to choose what to do with their lives.<br />It is not clear that watching cheerleaders makes men and women think less of women. There are hundreds of factors which might contribute to women being viewed as less important, such as the fact that there are many fewer female politicians or managing directors than male politicians and managing directors. Banning professional cheerleaders won’t stop these attitudes from existing. In addition, images of women wearing few clothes and looking thin and pretty are present all over newspapers, magazines, TV and advertising. These images probably have a much greater impact on the way that people view women than cheerleading does.<br />It is not true that high school and college cheerleaders necessarily look up to professional cheerleaders. Often, cheerleading squads within schools focus on competitions and on representing their school, without wearing these sorts of outfits. These squads try really hard to improve the acrobatic elements of their routines in order to be better than other squads. They develop confidence and self-esteem through being part of a team. The influence of professional cheerleaders is minimal.<br />There is no reason why professional cheerleaders cannot be respected for the athletic talent that cheerleading requires. If we want women’s sport to be more respected, it might be necessary to spend more money promoting games or force the media to cover a larger number of female sporting events, rather than focusing on men. However, professional cheerleaders do not stop any of these sports from being treated seriously.<br />Very few people choose not to go to sports matches because of cheerleaders. If they did, sports teams would have no reason to pay cheerleaders because they would lose money through being unable to sell enough tickets. In reality, lots of people like watching cheerleaders. They contribute to the excitement.<br /></font> \n </td> \n </tr></tbody> \n</table> \n\n\n<br /><br />\n</div>\n',1284441469),(1219,'cf79e51ef914af9c7e35ebbf66fb926f','\n\n<table cellspacing=\"4\" cellpadding=\"0\" border=\"0\" style=\"width: 592px; height: 98px; font-family: times new roman,times,serif;\"><tbody> \r\n <tr> \r\n <td width=\"50%\" valign=\"top\" align=\"left\" class=\"point12\"><font size=\"2\">Hello Everyone!<br />The topic for discussion is:-</font><br /><font size=\"2\">"Should cheerleaders be banned from performing at professional sporting events?</font> "<br /><font size=\"2\"><br />I think women should be able to choose what activities to take part in, regardless of the reaction of men. If they enjoy cheerleading, and want to be paid to do the activity, it is unfair to stop them because of what other people might think about them. People should be able to choose what to do with their lives.<br />It is not clear that watching cheerleaders makes men and women think less of women. There are hundreds of factors which might contribute to women being viewed as less important, such as the fact that there are many fewer female politicians or managing directors than male politicians and managing directors. Banning professional cheerleaders won’t stop these attitudes from existing. In addition, images of women wearing few clothes and looking thin and pretty are present all over newspapers, magazines, TV and advertising. These images probably have a much greater impact on the way that people view women than cheerleading does.<br />It is not true that high school and college cheerleaders necessarily look up to professional cheerleaders. Often, cheerleading squads within schools focus on competitions and on representing their school, without wearing these sorts of outfits. These squads try really hard to improve the acrobatic elements of their routines in order to be better than other squads. They develop confidence and self-esteem through being part of a team. The influence of professional cheerleaders is minimal.<br />There is no reason why professional cheerleaders cannot be respected for the athletic talent that cheerleading requires. If we want women’s sport to be more respected, it might be necessary to spend more money promoting games or force the media to cover a larger number of female sporting events, rather than focusing on men. However, professional cheerleaders do not stop any of these sports from being treated seriously.<br />Very few people choose not to go to sports matches because of cheerleaders. If they did, sports teams would have no reason to pay cheerleaders because they would lose money through being unable to sell enough tickets. In reality, lots of people like watching cheerleaders. They contribute to the excitement.<br /></font> \r\n </td> \r\n </tr></tbody> \r\n</table> \n\n\n',1284441495),(1220,'918093701266f9268ab380084333f907','\n\n<table cellspacing=\"4\" cellpadding=\"0\" border=\"0\" style=\"width: 592px; height: 98px; font-family: times new roman,times,serif;\"><tbody>\n <tr>\n <td width=\"50%\" valign=\"top\" align=\"left\" class=\"point12\"><font size=\"2\">Hello Everyone!<br />The topic for discussion is:-</font><br /><font size=\"2\">"Should cheerleaders be banned from performing at professional sporting events?</font> "<br /><font size=\"2\"><br />I think women should be able to choose what activities to take part in, regardless of the reaction of men. If they enjoy cheerleading, and want to be paid to do the activity, it is unfair to stop them because of what other people might think about them. People should be able to choose what to do with their lives.<br />It is not clear that watching cheerleaders makes men and women think less of women. There are hundreds of factors which might contribute to women being viewed as less important, such as the fact that there are many fewer female politicians or managing directors than male politicians and managing directors. Banning professional cheerleaders won’t stop these attitudes from existing. In addition, images of women wearing few clothes and looking thin and pretty are present all over newspapers, magazines, TV and advertising. These images probably have a much greater impact on the way that people view women than cheerleading does.<br />It is not true that high school and college cheerleaders necessarily look up to professional cheerleaders. Often, cheerleading squads within schools focus on competitions and on representing their school, without wearing these sorts of outfits. These squads try really hard to improve the acrobatic elements of their routines in order to be better than other squads. They develop confidence and self-esteem through being part of a team. The influence of professional cheerleaders is minimal.<br />There is no reason why professional cheerleaders cannot be respected for the athletic talent that cheerleading requires. If we want women’s sport to be more respected, it might be necessary to spend more money promoting games or force the media to cover a larger number of female sporting events, rather than focusing on men. However, professional cheerleaders do not stop any of these sports from being treated seriously.<br />Very few people choose not to go to sports matches because of cheerleaders. If they did, sports teams would have no reason to pay cheerleaders because they would lose money through being unable to sell enough tickets. In reality, lots of people like watching cheerleaders. They contribute to the excitement.<br /></font><font size=\"2\">Professional cheerleaders do encourage audience participation. In games like American football, where there are lots of breaks, cheerleaders keep the crowd interested. They also encourage crowds to cheer more loudly during play. This creates a more exciting atmosphere and motivates the players to play better, making the game more enjoyable for everyone.<br /></font><font size=\"2\"><br /></font>\n </td>\n </tr></tbody>\n</table> \n\n\n',1284747526),(1221,'9f5c76c0d1d4a981e2f4706099c50c64','<div class=\"wiki view GD-2-pros-\">\nThank you for your contribution.<h2 class=\"page title\"><a href=\"view.php?id=104&page=links/GD-2%28pros%29\">GD-2(pros)</a></h2>\n\n\n<table cellspacing=\"4\" cellpadding=\"0\" border=\"0\" style=\"width: 592px; height: 98px; font-family: times new roman,times,serif;\"><tbody>\n <tr>\n <td width=\"50%\" valign=\"top\" align=\"left\" class=\"point12\"><font size=\"2\">Hello Everyone!<br />The topic for discussion is:-</font><br /><font size=\"2\">"Should cheerleaders be banned from performing at professional sporting events?</font> "<br /><font size=\"2\"><br />I think women should be able to choose what activities to take part in, regardless of the reaction of men. If they enjoy cheerleading, and want to be paid to do the activity, it is unfair to stop them because of what other people might think about them. People should be able to choose what to do with their lives.<br />It is not clear that watching cheerleaders makes men and women think less of women. There are hundreds of factors which might contribute to women being viewed as less important, such as the fact that there are many fewer female politicians or managing directors than male politicians and managing directors. Banning professional cheerleaders won’t stop these attitudes from existing. In addition, images of women wearing few clothes and looking thin and pretty are present all over newspapers, magazines, TV and advertising. These images probably have a much greater impact on the way that people view women than cheerleading does.<br />It is not true that high school and college cheerleaders necessarily look up to professional cheerleaders. Often, cheerleading squads within schools focus on competitions and on representing their school, without wearing these sorts of outfits. These squads try really hard to improve the acrobatic elements of their routines in order to be better than other squads. They develop confidence and self-esteem through being part of a team. The influence of professional cheerleaders is minimal.<br />There is no reason why professional cheerleaders cannot be respected for the athletic talent that cheerleading requires. If we want women’s sport to be more respected, it might be necessary to spend more money promoting games or force the media to cover a larger number of female sporting events, rather than focusing on men. However, professional cheerleaders do not stop any of these sports from being treated seriously.<br />Very few people choose not to go to sports matches because of cheerleaders. If they did, sports teams would have no reason to pay cheerleaders because they would lose money through being unable to sell enough tickets. In reality, lots of people like watching cheerleaders. They contribute to the excitement.<br /></font><font size=\"2\">Professional cheerleaders do encourage audience participation. In games like American football, where there are lots of breaks, cheerleaders keep the crowd interested. They also encourage crowds to cheer more loudly during play. This creates a more exciting atmosphere and motivates the players to play better, making the game more enjoyable for everyone.<br /></font><font size=\"2\"><br /></font>\n </td>\n </tr></tbody>\n</table> \n\n\n<br /><br />\n</div>\n',1284441550),(1222,'e5819d968ccdaa81118b97b78c16bbd8','<div class=\"wiki view GD-2-cons-\">\n<h2 class=\"page title\"><a href=\"view.php?id=105&page=links/GD-2%28cons%29\">GD-2(cons)</a></h2>\nProfessional cheerleaders cause men to think of women as objects. They exist on the sideline, wearing short skirts and looking pretty, whilst the male sports players are the heroes. This affects the way that men view women more generally. It makes them think that women are less important than men. Even where professional cheerleading squads contain men, this view of women is reinforced: male cheerleaders lift women and throw them around as if they are objects and only there for decoration.<br />The fact that cheerleaders want to do the activity is less important than the impact that it has on the way that people think about women in general. If I do something that seriously harms somebody else, that person should be able to stop me from doing it if the harm to me considerably outweighs the benefit to them. The fact that I want to be a cheerleader is outweighed by the harm caused to other women. Not only do men view women as inferior as a result of watching them on the sidelines, but women also begin to believe that they are inferior. They see cheerleaders supporting men and being paid a lot less than the male sports stars, and they begin to think that it is normal for women to be less important.<br />Professional cheerleaders are bad role models for women, and especially for teenagers who take part in cheerleading. They tend to wear shorter skirts and show more of their skin than college and high school cheerleaders. In addition, their routines tend to be more obviously sexual, and less focused on gymnastic stunts. This encourages young girls who do cheerleading as an extra-curricular activity at school to act in this way too. Banning professional cheerleaders would remove this bad influence.<br />The presence of cheerleaders standing on the side lines in men’s sports detracts from the success that women achieve as sports players in their own right. Women are very talented at sport, as demonstrated by Venus and Serena Williams in tennis, Paula Radcliff in athletics or Nastia Liukin in gymnastics. However, when people see cheerleaders they are more likely to view women’s role in sport as one confined to looking pretty on the sidelines. Women’s sport already receives a lot less coverage than men’s sport, and it is important to promote the success that women achieve. Professional cheerleaders detract from this.<br />Professional cheerleaders discourage lots of women, religious people and families from attending professional sports games. Many people do not want to watch women dancing on the pitch wearing skimpy clothes, so do not attend. Similarly, they do not bring their children because they think that it is inappropriate. Professional sports games are a great way to bring people together to form a community. It also encourages children to take part in sport themselves, improving their health. Professional cheerleaders are harmful because they discourage such attendance.<br />Professional cheerleaders cause lots of harm in terms of views of women, but add little to sport. It is clear that cheerleaders are not necessary to bring about audience participation. Fans at soccer matches in the UK are very animated without the presence of cheerleaders. The same is true at important tennis matches. Getting rid of professional cheerleaders would allow fans to focus properly on the game itself.<br /> \n\n\n<br /><br />\n</div>\n',1284441564),(1223,'11168f487ce1e5940d1bb452606c2ce3','Professional cheerleaders cause men to think of women as objects. They exist on the sideline, wearing short skirts and looking pretty, whilst the male sports players are the heroes. This affects the way that men view women more generally. It makes them think that women are less important than men. Even where professional cheerleading squads contain men, this view of women is reinforced: male cheerleaders lift women and throw them around as if they are objects and only there for decoration.<br />The fact that cheerleaders want to do the activity is less important than the impact that it has on the way that people think about women in general. If I do something that seriously harms somebody else, that person should be able to stop me from doing it if the harm to me considerably outweighs the benefit to them. The fact that I want to be a cheerleader is outweighed by the harm caused to other women. Not only do men view women as inferior as a result of watching them on the sidelines, but women also begin to believe that they are inferior. They see cheerleaders supporting men and being paid a lot less than the male sports stars, and they begin to think that it is normal for women to be less important.<br />Professional cheerleaders are bad role models for women, and especially for teenagers who take part in cheerleading. They tend to wear shorter skirts and show more of their skin than college and high school cheerleaders. In addition, their routines tend to be more obviously sexual, and less focused on gymnastic stunts. This encourages young girls who do cheerleading as an extra-curricular activity at school to act in this way too. Banning professional cheerleaders would remove this bad influence.<br />The presence of cheerleaders standing on the side lines in men’s sports detracts from the success that women achieve as sports players in their own right. Women are very talented at sport, as demonstrated by Venus and Serena Williams in tennis, Paula Radcliff in athletics or Nastia Liukin in gymnastics. However, when people see cheerleaders they are more likely to view women’s role in sport as one confined to looking pretty on the sidelines. Women’s sport already receives a lot less coverage than men’s sport, and it is important to promote the success that women achieve. Professional cheerleaders detract from this.<br />Professional cheerleaders discourage lots of women, religious people and families from attending professional sports games. Many people do not want to watch women dancing on the pitch wearing skimpy clothes, so do not attend. Similarly, they do not bring their children because they think that it is inappropriate. Professional sports games are a great way to bring people together to form a community. It also encourages children to take part in sport themselves, improving their health. Professional cheerleaders are harmful because they discourage such attendance.<br />Professional cheerleaders cause lots of harm in terms of views of women, but add little to sport. It is clear that cheerleaders are not necessary to bring about audience participation. Fans at soccer matches in the UK are very animated without the presence of cheerleaders. The same is true at important tennis matches. Getting rid of professional cheerleaders would allow fans to focus properly on the game itself.<br /> \n\n\n',1284441568),(1224,'34570c741d1ab956ea09039e00c1f4c9','\n\n<font size=\"2\"><span style=\"font-family: times new roman,times,serif;\"> Professional cheerleaders cause men to think of women as objects. They exist on the sideline, wearing short skirts and looking pretty, whilst the male sports players are the heroes. This affects the way that men view women more generally. It makes them think that women are less important than men. Even where professional cheerleading squads contain men, this view of women is reinforced: male cheerleaders lift women and throw them around as if they are objects and only there for decoration.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">The fact that cheerleaders want to do the activity is less important than the impact that it has on the way that people think about women in general. If I do something that seriously harms somebody else, that person should be able to stop me from doing it if the harm to me considerably outweighs the benefit to them. The fact that I want to be a cheerleader is outweighed by the harm caused to other women. Not only do men view women as inferior as a result of watching them on the sidelines, but women also begin to believe that they are inferior. They see cheerleaders supporting men and being paid a lot less than the male sports stars, and they begin to think that it is normal for women to be less important.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">Professional cheerleaders are bad role models for women, and especially for teenagers who take part in cheerleading. They tend to wear shorter skirts and show more of their skin than college and high school cheerleaders. In addition, their routines tend to be more obviously sexual, and less focused on gymnastic stunts. This encourages young girls who do cheerleading as an extra-curricular activity at school to act in this way too. Banning professional cheerleaders would remove this bad influence.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">The presence of cheerleaders standing on the side lines in men’s sports detracts from the success that women achieve as sports players in their own right. Women are very talented at sport, as demonstrated by Venus and Serena Williams in tennis, Paula Radcliff in athletics or Nastia Liukin in gymnastics. However, when people see cheerleaders they are more likely to view women’s role in sport as one confined to looking pretty on the sidelines. Women’s sport already receives a lot less coverage than men’s sport, and it is important to promote the success that women achieve. Professional cheerleaders detract from this.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">Professional cheerleaders discourage lots of women, religious people and families from attending professional sports games. Many people do not want to watch women dancing on the pitch wearing skimpy clothes, so do not attend. Similarly, they do not bring their children because they think that it is inappropriate. Professional sports games are a great way to bring people together to form a community. It also encourages children to take part in sport themselves, improving their health. Professional cheerleaders are harmful because they discourage such attendance.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">Professional cheerleaders cause lots of harm in terms of views of women, but add little to sport. It is clear that cheerleaders are not necessary to bring about audience participation. Fans at soccer matches in the UK are very animated without the presence of cheerleaders. The same is true at important tennis matches. Getting rid of professional cheerleaders would allow fans to focus properly on the game itself.</span><br style=\"font-family: times new roman,times,serif;\" /></font> \n\n\n',1284747494),(1225,'eda57a689ad87e1f74f887b5b93b1518','<div class=\"wiki view GD-2-cons-\">\nThank you for your contribution.<h2 class=\"page title\"><a href=\"view.php?id=105&page=links/GD-2%28cons%29\">GD-2(cons)</a></h2>\n\n\n<font size=\"2\"><span style=\"font-family: times new roman,times,serif;\"> Professional cheerleaders cause men to think of women as objects. They exist on the sideline, wearing short skirts and looking pretty, whilst the male sports players are the heroes. This affects the way that men view women more generally. It makes them think that women are less important than men. Even where professional cheerleading squads contain men, this view of women is reinforced: male cheerleaders lift women and throw them around as if they are objects and only there for decoration.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">The fact that cheerleaders want to do the activity is less important than the impact that it has on the way that people think about women in general. If I do something that seriously harms somebody else, that person should be able to stop me from doing it if the harm to me considerably outweighs the benefit to them. The fact that I want to be a cheerleader is outweighed by the harm caused to other women. Not only do men view women as inferior as a result of watching them on the sidelines, but women also begin to believe that they are inferior. They see cheerleaders supporting men and being paid a lot less than the male sports stars, and they begin to think that it is normal for women to be less important.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">Professional cheerleaders are bad role models for women, and especially for teenagers who take part in cheerleading. They tend to wear shorter skirts and show more of their skin than college and high school cheerleaders. In addition, their routines tend to be more obviously sexual, and less focused on gymnastic stunts. This encourages young girls who do cheerleading as an extra-curricular activity at school to act in this way too. Banning professional cheerleaders would remove this bad influence.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">The presence of cheerleaders standing on the side lines in men’s sports detracts from the success that women achieve as sports players in their own right. Women are very talented at sport, as demonstrated by Venus and Serena Williams in tennis, Paula Radcliff in athletics or Nastia Liukin in gymnastics. However, when people see cheerleaders they are more likely to view women’s role in sport as one confined to looking pretty on the sidelines. Women’s sport already receives a lot less coverage than men’s sport, and it is important to promote the success that women achieve. Professional cheerleaders detract from this.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">Professional cheerleaders discourage lots of women, religious people and families from attending professional sports games. Many people do not want to watch women dancing on the pitch wearing skimpy clothes, so do not attend. Similarly, they do not bring their children because they think that it is inappropriate. Professional sports games are a great way to bring people together to form a community. It also encourages children to take part in sport themselves, improving their health. Professional cheerleaders are harmful because they discourage such attendance.</span><br style=\"font-family: times new roman,times,serif;\" /><span style=\"font-family: times new roman,times,serif;\">Professional cheerleaders cause lots of harm in terms of views of women, but add little to sport. It is clear that cheerleaders are not necessary to bring about audience participation. Fans at soccer matches in the UK are very animated without the presence of cheerleaders. The same is true at important tennis matches. Getting rid of professional cheerleaders would allow fans to focus properly on the game itself.</span><br style=\"font-family: times new roman,times,serif;\" /></font> \n\n\n<br /><br />\n</div>\n',1284441589),(1226,'f6c57bd81b154fdedc4eab52bf693601','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a href=\"http://dictionary.reference.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk (<span style=\"font-style: italic;\">n</span>) </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a href=\"http://dictionary.reference.com/browse/immanent\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> <font size=\"3\">:</font> <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><o:smarttagtype name=\"country-region\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><o:smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13.5pt; color: black;\"></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Immanent\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span></span></a><a href=\"http://dictionary.reference.com/browse/idolatrous\" title=\"Idolatrous\">Idolatrous (adj)</a></font> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span> <font size=\"3\"><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">1)</span></i><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoHyperlink\"><i><span style=\"color: green;\"></span></i></span><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"text-align: justify;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\">5.)</font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit (adj)</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/ignominy\" title=\"Ignominy\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Ignominy (<span style=\"font-style: italic;\">n</span>)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">:</span> <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span></font><a href=\"http://dictionary.reference.com/browse/inhibit\" title=\"Inhibit\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">8.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/innate\" title=\"Innate\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\">existing naturally rather than acquired</font><br /></p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)Teachers must encourage students to value their<span style=\"font-weight: bold;\"> innate</span> qualities.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0);\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/infuse\" title=\"Infuse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Infuse (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span></span> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"ital-inline\">1)The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm.</font></span></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /> </font></p>\r\n <div style=\"text-align: left;\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/impasse\" title=\"Impasse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impasse (<span style=\"font-style: italic;\">n</span>)</span></font></a> <span style=\"color: rgb(0, 51, 102);\">:</span></span><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)a position or situation from which there is no escape, deadlock </span></span></font></font></span><br /></div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 0, 0); text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">2)a road or way that has no outlet</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span class=\"ital-inline\"></span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/impeccable\" title=\"Impeccable\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impeccable (adj)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> </span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Faultless, flawless, incapable of sin</font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><br /></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\">12.)<span style=\"font-size: 14pt;\"><a title=\"Incense\" href=\"http://dictionary.reference.com/browse/Incense\">Incense</a> : <font size=\"3\" style=\"font-style: italic;\"><img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" />:</font></span><font size=\"3\" style=\"font-style: italic;\">-the perfume or smoke arising from aromatic substance when burned.</font></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"3\"><span style=\"font-style: italic;\">(v):-make furious</span><br /></font></font></p>\r\n <div style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)The Haridarshan company is the leading manufacturer of <span style=\"font-weight: bold;\">incense </span>sticks in India.<br /></font></div>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2)His constant questioning about his weaknesses in the meeting <span style=\"font-weight: bold;\">incensed</span> him.<br /><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\"></span></font><font size=\"4\">13.)<a title=\"Indigent\" href=\"http://dictionary.reference.com/browse/indigent\">Indigent (adj)</a> : <font size=\"3\" style=\"font-style: italic;\">la<span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">cking</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">food,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">clothing,</span> <span id=\"hotword\" name=\"hotword\">and</span> <span id=\"hotword\" name=\"hotword\">other</span> <span id=\"hotword\" name=\"hotword\">necessities</span> <span id=\"hotword\" name=\"hotword\">of</span> <span id=\"hotword\" name=\"hotword\">life</span> <span id=\"hotword\" name=\"hotword\">because</span> <span id=\"hotword\" name=\"hotword\">of</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">poverty</span></span></font><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"flashcard_inside\">1)He was made <span style=\"font-weight: bold;\">indigent</span> after he was fired from his job was outsourced.</span><br /></font></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><font size=\"2\">2)The idea of social service is to provide relief and guidance for disadvantaged and <b>indigent</b> individuals and families.<br /><br /></font></font></div><font size=\"4\">14.)<a title=\"Ignoble\" href=\"http://dictionary.reference.com/browse/ignoble\"><span style=\"font-size: 14pt;\">Ignoble (adj)</span></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">1) of low character, aims.</font></font> </div>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic;\" class=\"MsoNormal\"><font size=\"3\">2) of low grade or quality</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"2\">1)In Ancient India\'s caste system, the untouchables were considered <span style=\"font-weight: bold;\">ignoble</span>.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"2\">2)His mother thought that playing the piano in a bar was an <span style=\"font-weight: bold;\">ignoble</span> use of his talents.</font><span style=\"font-size: 12pt;\"></span></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><span style=\"font-size: 12pt;\"></span><br /></p>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"></font>\r\n <div style=\"text-align: left;\"><font size=\"4\">15.)<span style=\"font-size: 14pt;\"><a title=\"Impede\" href=\"http://dictionary.reference.com/browse/impede\">Impede (verb)</a>: </span><font size=\"3\" style=\"font-style: italic;\">to retard in movement or progress by means of obstacles or hindrances; obstruct; hinder. </font><br /></font></div><font size=\"2\">1)My progress along the lane was <span style=\"font-weight: bold;\">impeded</span> by the heavy, sticky mud.<br /></font><font size=\"4\"><font size=\"2\">2)Stage fright was an obvious <span style=\"font-weight: bold;\">impediment</span> to his acting career.</font><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\"></span></font><font size=\"4\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-size: 12pt;\">16.)</span><span style=\"font-size: 14pt;\"><a title=\"Implicit\" href=\"http://dictionary.reference.com/browse/implicit\">Implicit (adj)</a>: </span><font size=\"3\" style=\"font-style: italic;\">1)implied, rather than expressly stated: <span class=\"ital-inline\">implicit agreement. </span></font></font></div> </div>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\">2) </span>potentially contained</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"2\">1)The manager\'s words contained an<span style=\"font-weight: bold;\"> implicit</span> criticism.</font></p><br />\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\">17.)<span style=\"font-size: 14pt;\"><a title=\"Immure\" href=\"http://dictionary.reference.com/browse/immure\">Immure (verb)</a>: </span><font size=\"3\"><span style=\"font-style: italic;\">1) to enclose within walls. </span></font></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\">2) </span>seclude or fortify. </font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"2\">1)The furious crowd demanded <span style=\"font-weight: bold;\">immurement</span> of the terrorists.</font><br /></font></p><br />\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\">18.)<a title=\"Incite\" href=\"http://dictionary.reference.com/browse/incite\">Incite (verb)</a>:<span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"> <font size=\"3\" style=\"font-style: italic;\">to</font></span><font size=\"3\" style=\"font-style: italic;\"> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">encourage,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">urge</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">on;</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">stimulate</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">prompt</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"> action.</span></font> </span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"2\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1) </span></span>Our laws permit the exclusion of non-citizens who <b>incite</b> discord or represent a danger to the community.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"2\">2)The soccer fans\' screams <span style=\"font-weight: bold;\">incited</span> the team to play hard and win.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>19.)<a title=\"Incisive\" href=\"http://dictionary.reference.com/browse/incisive\">Incisive (adj)</a> : <font size=\"3\" style=\"font-style: italic;\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">penetrating;</span> <span id=\"hotword\" name=\"hotword\">cutting;</span> <span id=\"hotword\" name=\"hotword\">biting;</span> <span id=\"hotword\" name=\"hotword\">trenchant:</span> </span><span id=\"hotword\" name=\"hotword\">an</span> <span id=\"hotword\" name=\"hotword\">incisive </span><span id=\"hotword\" name=\"hotword\">tone</span><span id=\"hotword\" name=\"hotword\"> of</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">voice.</span></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"> </font></div>\r\n <p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"> </p>\r\n <p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">1)Will Rogers was known for his <span style=\"font-weight: bold;\">incisive</span> humor.</font></p>\r\n <p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"2\">2)He was extremely witty and his answers were always <span style=\"font-weight: bold;\">incisive</span>. <br /></font></font></p>\r\n <p style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">3)<span class=\"flashcard_inside\">The arrow had an <span style=\"font-weight: bold;\">incisive</span> effect on the target when fired at point blank range.</span></font></p><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">20.)<a title=\"Increment\" href=\"http://dictionary.reference.com/browse/increment\">Increment <img alt=\"no\" width=\"15\" height=\"15\" src=\"http://www.infotek-solutions.com/campus/theme/aardvark_pro/pix/s/no.gif\" /></a> : </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">something</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">added</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> </font><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><font size=\"3\" style=\"font-style: italic;\">gained</font><br /></span></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1)The man got a weekly <span style=\"font-weight: bold;\">increment</span> of 25$ in salary.<br /></span></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><br /></span></span></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">21.)Instigate (v) :</span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"pos\"></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"infl\"><span class=\"orth\"></span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> 1<font size=\"3\" style=\"font-style: italic;\">) to urge on, spur on, or incite to some action, esp. to some evil: to </font></span><font size=\"3\" style=\"font-style: italic;\"><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">instigate</em></font></font><font size=\"3\" style=\"font-style: italic;\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div><font size=\"4\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)to cause by inciting; foment: </span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\"><font size=\"3\" style=\"font-style: italic;\">to <em>instigate</em> a rebellion</font><br /></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)She will use any excuse to <span style=\"font-weight: bold;\">instigate</span> disharmony in her club.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></font>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The excited crowd <span style=\"font-weight: bold;\">instigated</span> the quarterback to throw the winning touchdown.</span><br />3)Television also has the power to <b>instigate</b> trends. </font><br /><br /><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">22.)<a title=\"Irrevocable\" href=\"http://dictionary.reference.com/browse/irrevocable\">Irrevocable </a></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><a href=\"http://www.moodle.org/0.9729330322787967\">(adj)</a> : <font size=\"3\" style=\"font-style: italic;\">not</font></span><font size=\"3\" style=\"font-style: italic;\"> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">be</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">revoked</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">recalled;</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">unable</span> <span id=\"hotword\" name=\"hotword\">to</span> <span id=\"hotword\" name=\"hotword\">be</span><span id=\"hotword\" name=\"hotword\">repealed</span> <span id=\"hotword\" name=\"hotword\">or</span> </font> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><font size=\"3\" style=\"font-style: italic;\">annulled</font><br /></span></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)The sentence the judge gave to the criminal was </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">irrevocable</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)Last night came final and </span><b style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">irrevocable</b><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> proof that the country is entering tough economic times.<br /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><br />23.)<a title=\"Intrepid\" href=\"http://dictionary.reference.com/browse/intrepid\">Intrepid (adj)</a> : </span></span><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">resolutely</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">fearless;</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">dauntless:</span> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">an</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">intrepid</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\"><font size=\"3\" style=\"font-style: italic;\">explorer.</font><br /></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"flashcard_inside\">1)People that go skydiving are very <span style=\"font-weight: bold;\">intrepid</span> and are almost not afraid of anything.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">intrepid</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> soldier ran into the line of fire to save a little girl.<br /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">24.)<a title=\"Iridescent\" href=\"http://dictionary.reference.com/browse/iridescent\">Iridescent (adj)</a> :</span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\"> <font size=\"3\" style=\"font-style: italic;\">displaying</font></span><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">a</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">play</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">lustrous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">colors</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">like</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">those</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">the</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)As the sunlight reflected on the ocean, the tops of the ocean waves emitted iridescent sparkles.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The wings of the dragonfly are </span><b style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">iridescent</b><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)The soap bubble had</span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> iridescent</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> glow to it.<br /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">25.)<a title=\"Innocuous\" href=\"http://dictionary.reference.com/browse/innocuous\">Innocuous (adj)</a> : </span></font><span id=\"hotword\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">not</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">harmful</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">or</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">injurious;</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><font size=\"4\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">harmless</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)The Ayurveda provides </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">innocuous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> home remedies for treatment of fatal diseases.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">innocuous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> puppy was found guilty for stealing a cookie from the cookie jar.</span></font></font><br /></span></span>\r\n <div class=\"luna-Ent\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div></div>\r\n <div class=\"luna-Ent\"><span class=\"ital-inline\"><span id=\"hotword\"> </span></span></div></div></div> ',1284442081),(1227,'cf4b65d4c83c9f8e7536bb6bd43d2ce4','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a title=\"Impolitic\" href=\"http://dictionary.reference.com/browse/impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk (<span style=\"font-style: italic;\">n</span>) </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Immanent\" href=\"http://dictionary.reference.com/browse/immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> <font size=\"3\">:</font> <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"country-region\"></o:smarttagtype><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"place\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13.5pt; color: black;\"></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a target=\"_blank\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span></span></a><a title=\"Idolatrous\" href=\"http://dictionary.reference.com/browse/idolatrous\">Idolatrous (adj)</a></font> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span> <font size=\"3\"><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">1)</span></i><span class=\"MsoHyperlink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><i><span style=\"color: green;\"></span></i></span><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify;\"><o:p> </o:p></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\">5.)</font><font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://dictionary.reference.com/browse/illicit\">Illicit (adj)</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Ignominy\" href=\"http://dictionary.reference.com/browse/ignominy\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Ignominy (<span style=\"font-style: italic;\">n</span>)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">:</span> <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span></font><a title=\"Inhibit\" href=\"http://dictionary.reference.com/browse/inhibit\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">8.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Innate\" href=\"http://dictionary.reference.com/browse/innate\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\">existing naturally rather than acquired</font><br /></p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)Teachers must encourage students to value their<span style=\"font-weight: bold;\"> innate</span> qualities.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0);\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Infuse\" href=\"http://dictionary.reference.com/browse/infuse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Infuse (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span></span> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><span class=\"ital-inline\">1)The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm.</font></span></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p>\r\n <div style=\"text-align: left;\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Impasse\" href=\"http://dictionary.reference.com/browse/impasse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impasse (<span style=\"font-style: italic;\">n</span>)</span></font></a> <span style=\"color: rgb(0, 51, 102);\">:</span></span><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)a position or situation from which there is no escape, deadlock </span></span></font></font></span><br /></div>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 0, 0); text-align: left;\" class=\"MsoNormal\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">2)a road or way that has no outlet</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span class=\"ital-inline\"></span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Impeccable\" href=\"http://dictionary.reference.com/browse/impeccable\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impeccable (adj)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> </span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Faultless, flawless, incapable of sin</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><br /></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\">12.)<span style=\"font-size: 14pt;\"><a href=\"http://dictionary.reference.com/browse/Incense\" title=\"Incense\">Incense</a> : <font size=\"3\" style=\"font-style: italic;\">(</font><font size=\"3\">n</font><font size=\"3\" style=\"font-style: italic;\">):</font></span><font size=\"3\" style=\"font-style: italic;\">-the perfume or smoke arising from aromatic substance when burned.</font></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\"><font size=\"3\"><span style=\"font-style: italic;\">(v):-make furious</span><br /></font></font></p>\r\n <div style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)The Haridarshan company is the leading manufacturer of <span style=\"font-weight: bold;\">incense </span>sticks in India.<br /></font></div>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2)His constant questioning about his weaknesses in the meeting <span style=\"font-weight: bold;\">incensed</span> him.<br /><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\"></span></font><font size=\"4\">13.)<a href=\"http://dictionary.reference.com/browse/indigent\" title=\"Indigent\">Indigent (adj)</a> : <font size=\"3\" style=\"font-style: italic;\">la<span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">cking</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">food,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">clothing,</span> <span name=\"hotword\" id=\"hotword\">and</span> <span name=\"hotword\" id=\"hotword\">other</span> <span name=\"hotword\" id=\"hotword\">necessities</span> <span name=\"hotword\" id=\"hotword\">of</span> <span name=\"hotword\" id=\"hotword\">life</span> <span name=\"hotword\" id=\"hotword\">because</span> <span name=\"hotword\" id=\"hotword\">of</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">poverty</span></span></font><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"flashcard_inside\">1)He was made <span style=\"font-weight: bold;\">indigent</span> after he was fired from his job was outsourced.</span><br /></font></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><font size=\"2\">2)The idea of social service is to provide relief and guidance for disadvantaged and <b>indigent</b> individuals and families.<br /><br /></font></font></div><font size=\"4\">14.)<a href=\"http://dictionary.reference.com/browse/ignoble\" title=\"Ignoble\"><span style=\"font-size: 14pt;\">Ignoble (adj)</span></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">1) of low character, aims.</font></font> </div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic;\"><font size=\"3\">2) of low grade or quality</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"2\">1)In Ancient India\'s caste system, the untouchables were considered <span style=\"font-weight: bold;\">ignoble</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"2\">2)His mother thought that playing the piano in a bar was an <span style=\"font-weight: bold;\">ignoble</span> use of his talents.</font><span style=\"font-size: 12pt;\"></span></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><span style=\"font-size: 12pt;\"></span><br /></p>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"></font>\r\n <div style=\"text-align: left;\"><font size=\"4\">15.)<span style=\"font-size: 14pt;\"><a href=\"http://dictionary.reference.com/browse/impede\" title=\"Impede\">Impede (v)</a>: </span><font size=\"3\" style=\"font-style: italic;\">to retard in movement or progress by means of obstacles or hindrances; obstruct; hinder. </font><br /></font></div><font size=\"2\">1)My progress along the lane was <span style=\"font-weight: bold;\">impeded</span> by the heavy, sticky mud.<br /></font><font size=\"4\"><font size=\"2\">2)Stage fright was an obvious <span style=\"font-weight: bold;\">impediment</span> to his acting career.</font><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\"></span></font><font size=\"4\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-size: 12pt;\">16.)</span><span style=\"font-size: 14pt;\"><a href=\"http://dictionary.reference.com/browse/implicit\" title=\"Implicit\">Implicit (adj)</a>: </span><font size=\"3\" style=\"font-style: italic;\">1)implied, rather than expressly stated: <span class=\"ital-inline\">implicit agreement. </span></font></font></div> </div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic;\"><font size=\"3\"><span class=\"dnindex\">2) </span>potentially contained</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\">1)The manager\'s words contained an<span style=\"font-weight: bold;\"> implicit</span> criticism.</font></p><br />\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\">17.)<span style=\"font-size: 14pt;\"><a href=\"http://dictionary.reference.com/browse/immure\" title=\"Immure\">Immure (v)</a>: </span><font size=\"3\"><span style=\"font-style: italic;\">1) to enclose within walls. </span></font></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic;\"><font size=\"3\"><span class=\"dnindex\">2) </span>seclude or fortify. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><font size=\"2\">1)The furious crowd demanded <span style=\"font-weight: bold;\">immurement</span> of the terrorists.</font><br /></font></p><br />\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\">18.)<a href=\"http://dictionary.reference.com/browse/incite\" title=\"Incite\">Incite (v)</a>:<span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> <font size=\"3\" style=\"font-style: italic;\">to</font></span><font size=\"3\" style=\"font-style: italic;\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">encourage,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">urge</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">on;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">stimulate</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">prompt</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> action.</span></font> </span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"2\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1) </span></span>Our laws permit the exclusion of non-citizens who <b>incite</b> discord or represent a danger to the community.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\">2)The soccer fans\' screams <span style=\"font-weight: bold;\">incited</span> the team to play hard and win.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\"><br /></font></p><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">19.)</span><a href=\"http://dictionary.reference.com/browse/incisive\" title=\"Incisive\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Incisive (adj)</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> : </span></font><font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">penetrating;</span> <span name=\"hotword\" id=\"hotword\">cutting;</span> <span name=\"hotword\" id=\"hotword\">biting;</span> <span name=\"hotword\" id=\"hotword\">trenchant:</span> </span><span name=\"hotword\" id=\"hotword\">an</span> <span name=\"hotword\" id=\"hotword\">incisive </span><span name=\"hotword\" id=\"hotword\">tone</span><span name=\"hotword\" id=\"hotword\"> of</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">voice.</span></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"> </font></div>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)Will Rogers was known for his <span style=\"font-weight: bold;\">incisive</span> humor.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><font size=\"2\">2)He was extremely witty and his answers were always <span style=\"font-weight: bold;\">incisive</span>. <br /></font></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">3)<span class=\"flashcard_inside\">The arrow had an <span style=\"font-weight: bold;\">incisive</span> effect on the target when fired at point blank range.</span></font></p><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">20.)<a href=\"http://dictionary.reference.com/browse/increment\" title=\"Increment\">Increment (<span style=\"font-style: italic;\">n</span>)</a> : </span><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">something</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">added</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> </font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\" style=\"font-style: italic;\">gained</font><br /></span></span><font size=\"2\"><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1)The man got a weekly <span style=\"font-weight: bold;\">increment</span> of 25$ in salary.<br /></span></span></font><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /></span></span></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">21.)Instigate (v) :</span></span><span class=\"pos\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"infl\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"orth\"></span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> 1<font size=\"3\" style=\"font-style: italic;\">) to urge on, spur on, or incite to some action, esp. to some evil: to </font></span><font size=\"3\" style=\"font-style: italic;\"><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">instigate</em></font></font><font size=\"3\" style=\"font-style: italic;\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div><font size=\"4\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)to cause by inciting; foment: </span></font><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic;\">to <em>instigate</em> a rebellion</font><br /></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)She will use any excuse to <span style=\"font-weight: bold;\">instigate</span> disharmony in her club.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></font>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The excited crowd <span style=\"font-weight: bold;\">instigated</span> the quarterback to throw the winning touchdown.</span><br />3)Television also has the power to <b>instigate</b> trends. </font><br /><br /><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">22.)<a href=\"http://dictionary.reference.com/browse/irrevocable\" title=\"Irrevocable\">Irrevocable </a></span><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><a href=\"http://www.moodle.org/0.9729330322787967\">(adj)</a> : <font size=\"3\" style=\"font-style: italic;\">not</font></span><font size=\"3\" style=\"font-style: italic;\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">be</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">revoked</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">recalled;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">unable</span> <span name=\"hotword\" id=\"hotword\">to</span> <span name=\"hotword\" id=\"hotword\">be</span><span name=\"hotword\" id=\"hotword\">repealed</span> <span name=\"hotword\" id=\"hotword\">or</span> </font> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\" style=\"font-style: italic;\">annulled</font><br /></span></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)The sentence the judge gave to the criminal was </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">irrevocable</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)Last night came final and </span><b style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">irrevocable</b><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> proof that the country is entering tough economic times.<br /></span></font><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br />23.)<a href=\"http://dictionary.reference.com/browse/intrepid\" title=\"Intrepid\">Intrepid (adj)</a> : </span></span><font size=\"3\" style=\"font-style: italic;\"><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">resolutely</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">fearless;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">dauntless:</span> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">an</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">intrepid</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic;\">explorer.</font><br /></span><font size=\"2\"><span class=\"flashcard_inside\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)People that go skydiving are very <span style=\"font-weight: bold;\">intrepid</span> and are almost not afraid of anything.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">intrepid</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> soldier ran into the line of fire to save a little girl.<br /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">24.)<a href=\"http://dictionary.reference.com/browse/iridescent\" title=\"Iridescent\">Iridescent (adj)</a> :</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic;\">displaying</font></span><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">play</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">of</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">lustrous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">colors</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">like</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">those</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">of</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">the</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)As the sunlight reflected on the ocean, the tops of the ocean waves emitted iridescent sparkles.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The wings of the dragonfly are </span><b style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">iridescent</b><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)The soap bubble had</span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> iridescent</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> glow to it.<br /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">25.)<a href=\"http://dictionary.reference.com/browse/innocuous\" title=\"Innocuous\">Innocuous (adj)</a> : </span></font><span id=\"hotword\"><font size=\"3\" style=\"font-style: italic;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">not</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">harmful</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">or</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">injurious;</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"4\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">harmless</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)The Ayurveda provides </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">innocuous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> home remedies for treatment of fatal diseases.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">innocuous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> puppy was found guilty for stealing a cookie from the cookie jar.</span></font></font><br /></span></span>\r\n <div class=\"luna-Ent\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div></div>\r\n <div class=\"luna-Ent\"><span class=\"ital-inline\"><span id=\"hotword\"> </span></span></div></div></div> ',1284442279),(1228,'88112c5f0c872477ff0338108ef812e1','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a href=\"http://dictionary.reference.com/browse/impolitic\" title=\"Impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" class=\"sb1\" style=\"color: rgb(102, 51, 0);\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk (<span style=\"font-style: italic;\">n</span>) </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a href=\"http://dictionary.reference.com/browse/immanent\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> <font size=\"3\">:</font> <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><o:smarttagtype name=\"country-region\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><o:smarttagtype name=\"place\" namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13.5pt; color: black;\"></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Immanent\" target=\"_blank\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span></span></a><a href=\"http://dictionary.reference.com/browse/idolatrous\" title=\"Idolatrous\">Idolatrous (adj)</a></font> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span> <font size=\"3\"><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">1)</span></i><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoHyperlink\"><i><span style=\"color: green;\"></span></i></span><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"text-align: justify;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\">5.)</font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit (adj)</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/ignominy\" title=\"Ignominy\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Ignominy (<span style=\"font-style: italic;\">n</span>)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">:</span> <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span></font><a href=\"http://dictionary.reference.com/browse/inhibit\" title=\"Inhibit\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><o:p> </o:p></p>\r\n <p class=\"MsoNormal\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">8.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/innate\" title=\"Innate\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\">existing naturally rather than acquired</font><br /></p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2)Teachers must encourage students to value their<span style=\"font-weight: bold;\"> innate</span> qualities.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0);\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/infuse\" title=\"Infuse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Infuse (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span></span> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font>\r\n <p class=\"MsoNormal\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"ital-inline\">1)The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm.</font></span></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><br /> </font></p>\r\n <div style=\"text-align: left;\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/impasse\" title=\"Impasse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impasse (<span style=\"font-style: italic;\">n</span>)</span></font></a> <span style=\"color: rgb(0, 51, 102);\">:</span></span><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)a position or situation from which there is no escape, deadlock </span></span></font></font></span><br /></div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 0, 0); text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">2)a road or way that has no outlet</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span class=\"ital-inline\"></span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a href=\"http://dictionary.reference.com/browse/impeccable\" title=\"Impeccable\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impeccable (adj)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> </span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Faultless, flawless, incapable of sin</font>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><br /></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\">12.)<span style=\"font-size: 14pt;\"><a title=\"Incense\" href=\"http://dictionary.reference.com/browse/Incense\" style=\"color: rgb(0, 51, 102);\">Incense</a> <font size=\"3\">:</font> <font size=\"4\" style=\"font-style: italic;\">(</font><font size=\"4\">n</font><font size=\"3\" style=\"font-style: italic;\"><font size=\"4\">)</font>:</font></span><font size=\"3\" style=\"font-style: italic;\">-the perfume or smoke arising from aromatic substance when burned.</font></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"3\"><span style=\"font-style: italic;\"><font size=\"4\">(v)</font>:-make furious</span><br /></font></font></p>\r\n <div style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">1)The Haridarshan company is the leading manufacturer of <span style=\"font-weight: bold;\">incense </span>sticks in India.<br /></font></div>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2)His constant questioning about his weaknesses in the meeting <span style=\"font-weight: bold;\">incensed</span> him.<br /><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\"></span></font><font size=\"4\">13.)<a title=\"Indigent\" href=\"http://dictionary.reference.com/browse/indigent\" style=\"color: rgb(0, 51, 102);\">Indigent (adj)</a> : <font size=\"3\" style=\"font-style: italic;\">la<span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">cking</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">food,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">clothing,</span> <span id=\"hotword\" name=\"hotword\">and</span> <span id=\"hotword\" name=\"hotword\">other</span> <span id=\"hotword\" name=\"hotword\">necessities</span> <span id=\"hotword\" name=\"hotword\">of</span> <span id=\"hotword\" name=\"hotword\">life</span> <span id=\"hotword\" name=\"hotword\">because</span> <span id=\"hotword\" name=\"hotword\">of</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">poverty</span></span></font><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"flashcard_inside\">1)He was made <span style=\"font-weight: bold;\">indigent</span> after he was fired from his job was outsourced.</span><br /></font></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><font size=\"2\">2)The idea of social service is to provide relief and guidance for disadvantaged and <b>indigent</b> individuals and families.<br /><br /></font></font></div><font size=\"4\">14.)<a title=\"Ignoble\" href=\"http://dictionary.reference.com/browse/ignoble\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-size: 14pt;\">Ignoble (adj)</span></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">1) of low character, aims.</font></font> </div>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic;\" class=\"MsoNormal\"><font size=\"3\">2) of low grade or quality</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"2\">1)In Ancient India\'s caste system, the untouchables were considered <span style=\"font-weight: bold;\">ignoble</span>.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"2\">2)His mother thought that playing the piano in a bar was an <span style=\"font-weight: bold;\">ignoble</span> use of his talents.</font><span style=\"font-size: 12pt;\"></span></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><span style=\"font-size: 12pt;\"></span><br /></p>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"></font>\r\n <div style=\"text-align: left;\"><font size=\"4\">15.)<span style=\"font-size: 14pt;\"><a title=\"Impede\" href=\"http://dictionary.reference.com/browse/impede\" style=\"color: rgb(0, 51, 102);\">Impede (v)</a> <font size=\"3\">:</font> </span><font size=\"3\" style=\"font-style: italic;\">to retard in movement or progress by means of obstacles or hindrances; obstruct; hinder. </font><br /></font></div><font size=\"2\">1)My progress along the lane was <span style=\"font-weight: bold;\">impeded</span> by the heavy, sticky mud.<br /></font><font size=\"4\"><font size=\"2\">2)Stage fright was an obvious <span style=\"font-weight: bold;\">impediment</span> to his acting career.</font><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\"></span></font><font size=\"4\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-size: 12pt;\">16.)</span><span style=\"font-size: 14pt;\"><a title=\"Implicit\" href=\"http://dictionary.reference.com/browse/implicit\" style=\"color: rgb(0, 51, 102);\">Implicit (adj)</a><font size=\"4\"> :</font> </span><font size=\"3\" style=\"font-style: italic;\">1)implied, rather than expressly stated: <span class=\"ital-inline\">implicit agreement. </span></font></font></div> </div>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\">2) </span>potentially contained</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"2\">1)The manager\'s words contained an<span style=\"font-weight: bold;\"> implicit</span> criticism.</font></p><br />\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\">17.)<span style=\"font-size: 14pt;\"><a title=\"Immure\" href=\"http://dictionary.reference.com/browse/immure\" style=\"color: rgb(0, 51, 102);\">Immure (v)</a><font size=\"3\">:</font> </span><font size=\"3\"><span style=\"font-style: italic;\">1) to enclose within walls. </span></font></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\">2) </span>seclude or fortify. </font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"2\">1)The furious crowd demanded <span style=\"font-weight: bold;\">immurement</span> of the terrorists.</font><br /></font></p><br />\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\">18.)<a title=\"Incite\" href=\"http://dictionary.reference.com/browse/incite\" style=\"color: rgb(0, 51, 102);\">Incite (v)</a> :<span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"> <font size=\"3\" style=\"font-style: italic;\">to</font></span><font size=\"3\" style=\"font-style: italic;\"> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">encourage,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">urge</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">on;</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">stimulate</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">prompt</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"> action.</span></font> </span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"2\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1) </span></span>Our laws permit the exclusion of non-citizens who <b>incite</b> discord or represent a danger to the community.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"2\">2)The soccer fans\' screams <span style=\"font-weight: bold;\">incited</span> the team to play hard and win.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">19.)</span><a style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\" title=\"Incisive\" href=\"http://dictionary.reference.com/browse/incisive\">Incisive (adj)</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> : </span></font><font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">penetrating;</span> <span id=\"hotword\" name=\"hotword\">cutting;</span> <span id=\"hotword\" name=\"hotword\">biting;</span> <span id=\"hotword\" name=\"hotword\">trenchant:</span> </span><span id=\"hotword\" name=\"hotword\">an</span> <span id=\"hotword\" name=\"hotword\">incisive </span><span id=\"hotword\" name=\"hotword\">tone</span><span id=\"hotword\" name=\"hotword\"> of</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">voice.</span></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"> </font></div>\r\n <p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"> </p>\r\n <p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">1)Will Rogers was known for his <span style=\"font-weight: bold;\">incisive</span> humor.</font></p>\r\n <p style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><font size=\"2\">2)He was extremely witty and his answers were always <span style=\"font-weight: bold;\">incisive</span>. <br /></font></font></p>\r\n <p style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"2\">3)<span class=\"flashcard_inside\">The arrow had an <span style=\"font-weight: bold;\">incisive</span> effect on the target when fired at point blank range.</span></font></p><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">20.)<a title=\"Increment\" href=\"http://dictionary.reference.com/browse/increment\" style=\"color: rgb(0, 51, 102);\">Increment (<span style=\"font-style: italic;\">n</span>)</a> : </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">something</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">added</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> </font><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><font size=\"3\" style=\"font-style: italic;\">gained</font><br /></span></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">1)The man got a weekly <span style=\"font-weight: bold;\">increment</span> of 25$ in salary.<br /></span></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><br /></span></span></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">21.)<span style=\"color: rgb(0, 51, 102);\">Instigate (v)</span> :</span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"pos\"></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"infl\"><span class=\"orth\"></span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> 1<font size=\"3\" style=\"font-style: italic;\">) to urge on, spur on, or incite to some action, esp. to some evil: to </font></span><font size=\"3\" style=\"font-style: italic;\"><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">instigate</em></font></font><font size=\"3\" style=\"font-style: italic;\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div><font size=\"4\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)to cause by inciting; foment: </span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\"><font size=\"3\" style=\"font-style: italic;\">to <em>instigate</em> a rebellion</font><br /></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)She will use any excuse to <span style=\"font-weight: bold;\">instigate</span> disharmony in her club.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></font>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The excited crowd <span style=\"font-weight: bold;\">instigated</span> the quarterback to throw the winning touchdown.</span><br />3)Television also has the power to <b>instigate</b> trends. </font><br /><br /><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">22.)<a title=\"Irrevocable\" href=\"http://dictionary.reference.com/browse/irrevocable\" style=\"color: rgb(0, 51, 102);\">Irrevocable </a></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><a href=\"http://www.moodle.org/0.9729330322787967\" style=\"color: rgb(0, 51, 102);\">(adj)</a> : <font size=\"3\" style=\"font-style: italic;\">not</font></span><font size=\"3\" style=\"font-style: italic;\"> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">to</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">be</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">revoked</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">or</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">recalled;</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">unable</span> <span id=\"hotword\" name=\"hotword\">to</span> <span id=\"hotword\" name=\"hotword\">be</span><span id=\"hotword\" name=\"hotword\">repealed</span> <span id=\"hotword\" name=\"hotword\">or</span> </font> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><font size=\"3\" style=\"font-style: italic;\">annulled</font><br /></span></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)The sentence the judge gave to the criminal was </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">irrevocable</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)Last night came final and </span><b style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">irrevocable</b><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> proof that the country is entering tough economic times.<br /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><br />23.)<a title=\"Intrepid\" href=\"http://dictionary.reference.com/browse/intrepid\" style=\"color: rgb(0, 51, 102);\">Intrepid (adj)</a> : </span></span><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">resolutely</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">fearless;</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">dauntless:</span> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">an</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">intrepid</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\"><font size=\"3\" style=\"font-style: italic;\">explorer.</font><br /></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"flashcard_inside\">1)People that go skydiving are very <span style=\"font-weight: bold;\">intrepid</span> and are almost not afraid of anything.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">intrepid</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> soldier ran into the line of fire to save a little girl.<br /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">24.)<a title=\"Iridescent\" href=\"http://dictionary.reference.com/browse/iridescent\" style=\"color: rgb(0, 51, 102);\">Iridescent (adj)</a> :</span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\"> <font size=\"3\" style=\"font-style: italic;\">displaying</font></span><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">a</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">play</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">lustrous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">colors</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">like</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">those</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">of</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">the</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)As the sunlight reflected on the ocean, the tops of the ocean waves emitted iridescent sparkles.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The wings of the dragonfly are </span><b style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">iridescent</b><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)The soap bubble had</span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> iridescent</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> glow to it.<br /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">25.)<a title=\"Innocuous\" href=\"http://dictionary.reference.com/browse/innocuous\" style=\"color: rgb(0, 51, 102);\">Innocuous (adj)</a> : </span></font><span id=\"hotword\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">not</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">harmful</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">or</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" id=\"hotword\" name=\"hotword\">injurious;</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"><font size=\"4\"><font size=\"3\" style=\"font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">harmless</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)The Ayurveda provides </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">innocuous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> home remedies for treatment of fatal diseases.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">innocuous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> puppy was found guilty for stealing a cookie from the cookie jar.</span></font></font><br /></span></span>\r\n <div class=\"luna-Ent\"><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div></div>\r\n <div class=\"luna-Ent\"><span class=\"ital-inline\"><span id=\"hotword\"> </span></span></div></div></div> ',1284443042),(1229,'559a7a54d61eb03fc104e282f2d84169','<p class=\"book_chapter_title\">Vocab Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"color: rgb(204, 0, 0); font-family: times new roman,times,serif;\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"></span><a title=\"Impolitic\" href=\"http://dictionary.reference.com/browse/impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic (<span style=\"font-style: italic;\">adj</span>)</span></a> :</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">not politic, unwise</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<font size=\"2\">A liar was punished by the court for<span style=\"font-weight: bold;\"> impolitic </span>comments about the president of the society.</font><br />2)</span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\" class=\"sb1\">It was <span style=\"font-weight: bold;\">impolitic</span> on your part to turn down such a rewarding job</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">.</span></span></font><font size=\"2\"><br /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)<a title=\"Ilk\" href=\"http://dictionary.reference.com/browse/ilk\"><span style=\"color: rgb(0, 51, 102);\"></span></a></font><font size=\"4\"><a href=\"http://dictionary.reference.com/browse/ilk\" title=\"Ilk\"><span style=\"color: rgb(0, 51, 102);\">Ilk (<span style=\"font-style: italic;\">n</span>) </span></a>:</font> <span style=\"font-style: italic;\"></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">a type, class</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></font></font><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\">1)Politicans and their <span style=\"font-weight: bold;\">ilk</span> are always threatened by their opponents.<br />2)Players of this<span style=\"font-weight: bold;\"> ilk</span> are always surrounded by conundrum.</font><span style=\"font-weight: bold;\"></span><span class=\"Apple-converted-space\"></span><span class=\"ex\"></span><br /></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: italic; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"></span></font><br />\r\n<div style=\"text-align: justify;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Immanent\" href=\"http://dictionary.reference.com/browse/immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent (adj)</span></a></font> <font size=\"3\">:</font> <font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">1)present within, throughout</font></font><br /><font size=\"3\" style=\"font-style: italic;\"><span style=\"color: rgb(0, 139, 0);\"> 2)inherent</span></font><br style=\"color: rgb(0, 139, 0);\" /></div>\r\n<div style=\"text-align: left;\"> </div>\r\n<div style=\"font-family: georgia,times new roman,times,serif; text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)God is <span style=\"font-weight: bold;\">immanent</span> in all his creations.</span></font><font size=\"2\"><br /><br /></font><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"country-region\"></o:smarttagtype><o:smarttagtype namespaceuri=\"urn:schemas-microsoft-com:office:smarttags\" name=\"place\"></o:smarttagtype><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if !mso]><object
 classid=\"clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D\" id=ieooui></object>
<style>
st1\\:*{behavior:url(#ieooui) }
</style>
<![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:Georgia; panose-1:2 4 5 2 5 4 5 2 3 3; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} span.dnindex {mso-style-name:dnindex;} span.ital-inline {mso-style-name:ital-inline;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n <p class=\"MsoNormal\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13.5pt; color: black;\"></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span style=\"font-size: 13.5pt;\"></span></font></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a target=\"_blank\" title=\"Immanent\"><span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\">4.)</span></span></a><a title=\"Idolatrous\" href=\"http://dictionary.reference.com/browse/idolatrous\">Idolatrous (adj)</a></font> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">:</span> <font size=\"3\"><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">1)</span></i><span class=\"MsoHyperlink\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><i><span style=\"color: green;\"></span></i></span><i style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: green;\">worshiping idols <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">2)</span></i></span><i><span style=\"color: green;\">blindly adoring <o:p></o:p></span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\"><span class=\"dnindex\"><i><span style=\"color: green;\">3)</span></i></span><i><span style=\"color: green;\">of or pertaining to idolatry</span></i></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"font-size: 10pt;\">1)</span>Some clans stubbornly put their <b>idolatrous</b> traditions above God\'s commands.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\">2) We are also aware of the <span style=\"font-weight: bold;\">idolatrous</span> worship of ego that currently fuels the art world.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><br /></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify;\"><o:p> </o:p></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\">5.)</font><font size=\"4\"><a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://dictionary.reference.com/browse/illicit\">Illicit (adj)</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)not legally permitted or authorized; unlicensed; unlawful. </font></p>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)disapproved of or not permitted for moral or ethical reasons.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)The man got caught with dangerous weapons and<span style=\"font-weight: bold;\"> illicit </span>drugs,so he was arrested by the officer.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)The man did an <span style=\"font-weight: bold;\">illicit</span> deed by robbing the woman’s purse.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">6.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Ignominy\" href=\"http://dictionary.reference.com/browse/ignominy\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Ignominy (<span style=\"font-style: italic;\">n</span>)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">:</span> <font size=\"3\" style=\"font-style: italic;\">1)disgrace; dishonor, public contempt. </font></p>\r\n <p style=\"color: rgb(0, 139, 0); font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\"><span class=\"dnindex\">2)</span>shameful or dishonorable quality or conduct.</font> </p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I checked my watch to see how long I would have to endure this <span style=\"font-weight: bold;\">ignominy</span>.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) He also suffers the <span style=\"font-weight: bold;\">ignominy</span> of being interrupted by someone\'s mobile phone.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span></font><a title=\"Inhibit\" href=\"http://dictionary.reference.com/browse/inhibit\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Inhibit (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic;\">to restrain, hinder or prohibit</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) I need to <span style=\"font-weight: bold;\">inhibit </span>myself from eating too many cookies.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) The girl’s friend had to<span style=\"font-weight: bold;\"> inhibit</span> her from speaking aggressive words.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><o:p> </o:p></p>\r\n <p style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\" class=\"MsoNormal\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">8.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Innate\" href=\"http://dictionary.reference.com/browse/innate\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102);\">Innate (adj)</span></font></a> </span><span style=\"color: rgb(0, 51, 102);\">: </span><font size=\"3\">existing naturally rather than acquired</font><br /></p><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)They are <span style=\"font-weight: bold;\">innate</span> in the sense that they cannot be acquired.</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2)Teachers must encourage students to value their<span style=\"font-weight: bold;\"> innate</span> qualities.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p><span style=\"color: rgb(0, 0, 0);\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">9.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Infuse\" href=\"http://dictionary.reference.com/browse/infuse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Infuse (v)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span></span> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">1)to introduce, instill (usually fol. by <span class=\"ital-inline\">into </span>)</font>\r\n <p style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">2)to imbue or inspire (usually fol. by <span class=\"ital-inline\">with </span>)</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><span class=\"ital-inline\">1)The energetic new principal <span style=\"font-weight: bold;\">infused</span> new life into the school. </span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)The new coach <span style=\"font-weight: bold;\">infused </span>the team with enthusiasm.</font></span></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\"><br /> </font></p>\r\n <div style=\"text-align: left;\"><span style=\"color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Impasse\" href=\"http://dictionary.reference.com/browse/impasse\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impasse (<span style=\"font-style: italic;\">n</span>)</span></font></a> <span style=\"color: rgb(0, 51, 102);\">:</span></span><span class=\"ital-inline\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\"> <span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)a position or situation from which there is no escape, deadlock </span></span></font></font></span><br /></div>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 0, 0); text-align: left;\" class=\"MsoNormal\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">2)a road or way that has no outlet</font><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span class=\"ital-inline\"></span></font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1) The coalition and federal government have finally resolved a parliamentary <b>impasse</b> over changes to student income support.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">2) Attempts were made however to try to overcome the apparent<span style=\"font-weight: bold;\"> impasse</span>.</font></p><br /><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">11.)</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><a title=\"Impeccable\" href=\"http://dictionary.reference.com/browse/impeccable\"><font size=\"4\"><span style=\"color: rgb(0, 51, 102); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Impeccable (adj)</span></font></a><span style=\"color: rgb(0, 51, 102);\"> :</span> </span><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Faultless, flawless, incapable of sin</font>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><font size=\"2\">1)He has <span style=\"font-weight: bold;\">impeccable</span> credentials for the job of heading the <st1:country-region w:st=\"on\"><st1:place w:st=\"on\">US</st1:place></st1:country-region> central bank.</font></p>\r\n <p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" class=\"MsoNormal\"><br /></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\">12.)<span style=\"font-size: 14pt;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/Incense\" title=\"Incense\">Incense</a> <font size=\"3\">:</font> <font size=\"4\" style=\"font-style: italic; color: rgb(0, 139, 0);\">(</font><font size=\"4\" style=\"color: rgb(0, 139, 0);\">n</font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"4\">)</font>:</font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">-the perfume or smoke arising from aromatic substance when burned.</font></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\"><font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\"><font size=\"4\">(v)</font>:-make furious</span><br /></font></font></p>\r\n <div style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)The Haridarshan company is the leading manufacturer of <span style=\"font-weight: bold;\">incense </span>sticks in India.<br /></font></div>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)His constant questioning about his weaknesses in the meeting </span><span style=\"font-weight: bold; color: rgb(102, 51, 0);\">incensed</span><span style=\"color: rgb(102, 51, 0);\"> him.</span><br /><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\"></span></font><font size=\"4\">13.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/indigent\" title=\"Indigent\">Indigent (adj)</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">la<span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">cking</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">food,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">clothing,</span> <span name=\"hotword\" id=\"hotword\">and</span> <span name=\"hotword\" id=\"hotword\">other</span> <span name=\"hotword\" id=\"hotword\">necessities</span> <span name=\"hotword\" id=\"hotword\">of</span> <span name=\"hotword\" id=\"hotword\">life</span> <span name=\"hotword\" id=\"hotword\">because</span> <span name=\"hotword\" id=\"hotword\">of</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">poverty</span></span></font><br /></font>\r\n <div style=\"text-align: left; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"flashcard_inside\">1)He was made <span style=\"font-weight: bold;\">indigent</span> after he was fired from his job was outsourced.</span><br /></font></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><font size=\"2\"><span style=\"color: rgb(102, 51, 0);\">2)The idea of social service is to provide relief and guidance for disadvantaged and </span><b style=\"color: rgb(102, 51, 0);\">indigent</b> individuals and families.<br /><br /></font></font></div><font size=\"4\">14.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/ignoble\" title=\"Ignoble\"><span style=\"font-size: 14pt;\">Ignoble (adj)</span></a><span style=\"color: rgb(0, 51, 102);\"> :</span> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1) of low character, aims.</font></font> </div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\">2) of low grade or quality</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left; color: rgb(102, 51, 0);\"><font size=\"2\">1)In Ancient India\'s caste system, the untouchables were considered <span style=\"font-weight: bold;\">ignoble</span>.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)His mother thought that playing the piano in a bar was an <span style=\"font-weight: bold;\">ignoble</span> use of his talents.</font><span style=\"font-size: 12pt;\"></span></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><span style=\"font-size: 12pt;\"></span><br /></p>\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"></font>\r\n <div style=\"text-align: left;\"><font size=\"4\">15.)<span style=\"font-size: 14pt;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/impede\" title=\"Impede\">Impede (v)</a> <font size=\"3\">:</font> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to retard in movement or progress by means of obstacles or hindrances; obstruct; hinder. </font><br /></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)My progress along the lane was <span style=\"font-weight: bold;\">impeded</span> by the heavy, sticky mud.<br /></font><font size=\"4\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">2)Stage fright was an obvious <span style=\"font-weight: bold;\">impediment</span> to his acting career.</font><br /></font><font size=\"4\"><span style=\"font-size: 12pt;\"></span></font><font size=\"4\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-size: 12pt;\">16.)</span><span style=\"font-size: 14pt;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/implicit\" title=\"Implicit\">Implicit (adj)</a><font size=\"4\"> :</font> </span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">1)implied, rather than expressly stated: <span class=\"ital-inline\">implicit agreement. </span></font></font></div> </div>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\"><span class=\"dnindex\">2) </span>potentially contained</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\">1)The manager\'s words contained an<span style=\"font-weight: bold;\"> implicit</span> criticism.</font></p><br />\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\">17.)<span style=\"font-size: 14pt;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/immure\" title=\"Immure\">Immure (v)</a><font size=\"3\">:</font> </span><font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">1) to enclose within walls. </span></font></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; font-style: italic; color: rgb(0, 139, 0);\"><font size=\"3\"><span class=\"dnindex\">2) </span>seclude or fortify. </font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"4\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\">1)The furious crowd demanded <span style=\"font-weight: bold;\">immurement</span> of the terrorists.</font><br /></font></p><br />\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left;\"><font size=\"4\">18.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/incite\" title=\"Incite\">Incite (v)</a> :<span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to</font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">encourage,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">urge</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">on;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">stimulate</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">prompt</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"> action.</span></font> </span></font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: left; color: rgb(102, 51, 0);\"><font size=\"2\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">1) </span></span>Our laws permit the exclusion of non-citizens who <b>incite</b> discord or represent a danger to the community.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\">2)The soccer fans\' screams <span style=\"font-weight: bold;\">incited</span> the team to play hard and win.</font></p>\r\n <p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; text-align: justify;\"><font size=\"2\"><br /></font></p><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">19.)</span><a href=\"http://dictionary.reference.com/browse/incisive\" title=\"Incisive\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\">Incisive (adj)</a><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> : </span></font><font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">penetrating;</span> <span name=\"hotword\" id=\"hotword\">cutting;</span> <span name=\"hotword\" id=\"hotword\">biting;</span> <span name=\"hotword\" id=\"hotword\">trenchant:</span> </span><span name=\"hotword\" id=\"hotword\">an</span> <span name=\"hotword\" id=\"hotword\">incisive </span><span name=\"hotword\" id=\"hotword\">tone</span><span name=\"hotword\" id=\"hotword\"> of</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">voice.</span></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"> </font></div>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">1)Will Rogers was known for his <span style=\"font-weight: bold;\">incisive</span> humor.</font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"4\"><font size=\"2\">2)He was extremely witty and his answers were always <span style=\"font-weight: bold;\">incisive</span>. <br /></font></font></p>\r\n <p class=\"MsoNormal\" style=\"text-align: left; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\">3)<span class=\"flashcard_inside\">The arrow had an <span style=\"font-weight: bold;\">incisive</span> effect on the target when fired at point blank range.</span></font></p><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">20.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/increment\" title=\"Increment\">Increment (<span style=\"font-style: italic;\">n</span>)</a> : </span><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">something</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">added</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> </font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">gained</font><br /></span></span><font size=\"2\"><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><span style=\"color: rgb(102, 51, 0);\">1)The man got a weekly </span><span style=\"font-weight: bold; color: rgb(102, 51, 0);\">increment</span><span style=\"color: rgb(102, 51, 0);\"> of 25$ in salary.</span><br /></span></span></font><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br /></span></span></font>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">21.)<span style=\"color: rgb(0, 51, 102);\">Instigate (v)</span> :</span></span><span class=\"pos\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"infl\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"orth\"></span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <span style=\"color: rgb(0, 139, 0);\">1</span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">) to urge on, spur on, or incite to some action, esp. to some evil: to </font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><em style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">instigate</em></font></font><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div><font size=\"4\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)to cause by inciting; foment: </span></font><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">to <em>instigate</em> a rebellion</font><br /></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)She will use any excuse to <span style=\"font-weight: bold;\">instigate</span> disharmony in her club.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></font>\r\n <div style=\"text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The excited crowd <span style=\"font-weight: bold;\">instigated</span> the quarterback to throw the winning touchdown.</span><br />3)Television also has the power to <b>instigate</b> trends. </font><br /><br /><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">22.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/irrevocable\" title=\"Irrevocable\">Irrevocable </a></span><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.9729330322787967\">(adj)</a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">not</font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">to</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">be</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">revoked</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">or</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">recalled;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">unable</span> <span name=\"hotword\" id=\"hotword\">to</span> <span name=\"hotword\" id=\"hotword\">be</span><span name=\"hotword\" id=\"hotword\">repealed</span> <span name=\"hotword\" id=\"hotword\">or</span> </font> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">annulled</font><br /></span></span><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)The sentence the judge gave to the criminal was </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">irrevocable</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">. </span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">2)Last night came final and </span><b style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">irrevocable</b><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"> proof that the country is entering tough economic times.</span><br /></span></font><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><br />23.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/intrepid\" title=\"Intrepid\">Intrepid (adj)</a> : </span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">resolutely</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">fearless;</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">dauntless:</span> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">an</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">intrepid</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">explorer.</font><br /></span><font size=\"2\"><span class=\"flashcard_inside\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)People that go skydiving are very <span style=\"font-weight: bold;\">intrepid</span> and are almost not afraid of anything.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">2)The </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">intrepid</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"> soldier ran into the line of fire to save a little girl.</span><br /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">24.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/iridescent\" title=\"Iridescent\">Iridescent (adj)</a> :</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">displaying</font></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">a</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">play</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">of</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">lustrous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">colors</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">like</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">those</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">of</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">the raindrop</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)As the sunlight reflected on the ocean, the tops of the ocean waves emitted iridescent sparkles.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">2)The wings of the dragonfly are </span><b style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">iridescent</b><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">3)The soap bubble had</span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"> iridescent</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"> glow to it.</span><br /></span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">25.)<a style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/innocuous\" title=\"Innocuous\">Innocuous (adj)</a> : </span></font><span id=\"hotword\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">not</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">harmful</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">or</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">injurious;</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span></font><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"><font size=\"4\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">harmless</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)The Ayurveda provides </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">innocuous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> home remedies for treatment of fatal diseases.</span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The </span><span style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">innocuous</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> puppy was found guilty for stealing a cookie from the cookie jar.</span></font></font><br /></span></span>\r\n <div class=\"luna-Ent\"><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span>\r\n <div class=\"dndata\"><span id=\"hotword\"> </span></div></div>\r\n <div class=\"luna-Ent\"><span class=\"ital-inline\"><span id=\"hotword\"> </span></span></div></div></div> ',1287145627),(1230,'8f854bbdb7d885e06162eedb776c8a21','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"> <link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;quot;&amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255, 0, 0);\" class=\"MsoNormal\"><font size=\"4\"><u><span style=\"font-size: 13.5pt;\">Please click on the word in case you need more information</span></u></font></p> <span style=\"font-size: 13.5pt;\"><br /> </span><font size=\"3\"><font size=\"6\"><font size=\"4\"><span style=\"font-size: 12pt;\">1.) </span><span style=\"font-size: 12pt;\"><a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\" style=\"color: rgb(0, 51, 102);\">Impolitic</a> :</span><span style=\"font-size: 12pt;\"> </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-size: 12pt;\">careful</span></span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">, <span class=\"thecolor\">cautious</span>, <span class=\"thecolor\">discreet</span>, politic, <span class=\"thecolor\">wise</span></span></font><span style=\"font-size: 12pt;\"><font size=\"4\"><br /><a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\">2.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\">Immanent</a> :</span> <span style=\"color: rgb(0, 139, 0);\">external, extrinsic, acquired</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">3.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\">Illicit</a> :</span></span> <span style=\"color: rgb(0, 139, 0);\">legal, legitimate, noble, licit</span><br /> 4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\">Ignominy</a> :</span> <span style=\"color: rgb(0, 139, 0);\">credit, honor</span><br /> 5.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\">Inhibit</a> :</span> <span style=\"color: rgb(0, 139, 0);\">aid, allow, assist</span><br /> 6.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/innate\" title=\"Innate\">Innate</a> :</span> <span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\">acquired</span></span><span style=\"color: rgb(0, 139, 0);\">, <span class=\"thecolor\">extrinsic</span>, <span class=\"thecolor\">learned</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\">Impasse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">agreement, breakthrough</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> :</span> </span></font> <span style=\"color: rgb(0, 139, 0);\"><font size=\"4\">flawed, blemished, </font><span class=\"thecolor\"><font size=\"4\">imperfect, corrupt<br /></font></span></span></span></font></font><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\">9.) <a href=\"http://thesaurus.com/browse/incense\" title=\"Incense\" style=\"color: rgb(0, 51, 102);\">Incense</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">calm, comfort, please</span></font><br /><a href=\"http://thesaurus.com/browse/ignoble\">http://thesaurus.com/browse/incense</a></font><font size=\"4\"><br /><br />10.) <a href=\"http://thesaurus.com/browse/indigent\" title=\"Indigent\" style=\"color: rgb(0, 51, 102);\">Indigent</a> : <span><span id=\"hotword\"> </span></span><a href=\"http://thesaurus.com/browse/destitute\" rel=\"nofollow\" class=\"theColor\"><span> </span></a><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">rich</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">wealthy</span><span><span id=\"hotword\"></span></span></font>\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span><span id=\"hotword\">http://thesaurus.com/browse/indigent</span></span></font></p> <font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />11.) <a href=\"http://thesaurus.com/browse/ignoble\" title=\"Ignoble\" style=\"color: rgb(0, 51, 102);\">Ignoble</a> : <span style=\"color: rgb(0, 139, 0);\">honorable, noble, reputable</span></font>\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><a href=\"http://thesaurus.com/browse/ignoble\">http://thesaurus.com/browse/ignoble</a></font></p> <font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />12.) <font size=\"4\"><a href=\"http://thesaurus.com/browse/impede\" title=\"Impede\" style=\"color: rgb(0, 51, 102);\">Impede</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">aid</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">assist</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">facilitate</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">forward</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">help</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">support</span></font></font> <font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><br />http://thesaurus.com/br</font>owse/impede<br /><br /></font><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin:0in;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:10.0pt;\r\n font-family:\"Times New Roman\";\r\n mso-ansi-language:#0400;\r\n mso-fareast-language:#0400;\r\n mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]-->\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\">13.) <a href=\"http://thesaurus.com/browse/implicit\" title=\"Implicit\" style=\"color: rgb(0, 51, 102);\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">Specific, explicit</span></font></p> <font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 12pt;\"><a href=\"http://thesaurus.com/browse/implicit\">http://thesaurus.com/browse/implicit</a></span><br /><br />14.) <a href=\"http://thesaurus.com/browse/immure\" title=\"Immure\" style=\"color: rgb(0, 51, 102);\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">free, let go, release</span><br />http://thesaurus.com/browse/immure<br /><br />18.) <a href=\"http://thesaurus.com/browse/incite\" title=\"Incite\" style=\"color: rgb(0, 51, 102);\">Incite</a> : <span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">delay</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">deter</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">discourage</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">prohibit</span> <br />http://thesaurus.com/browse/incite<br /><br />19.) <a href=\"http://thesaurus.com/browse/incisive\" title=\"Incisive\" style=\"color: rgb(0, 51, 102);\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">incompetent, stupid</span><br />http://thesaurus.com/browse/incisive<br /><br />20.) <a href=\"http://thesaurus.com/browse/increment\" title=\"Increment\" style=\"color: rgb(0, 51, 102);\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\">decrement, decrease, loss</span><br />http://thesaurus.com/browse/increment<br /><br />21.) <span style=\"color: rgb(0, 51, 102);\">Instigate</span> : <span style=\"color: rgb(0, 139, 0);\">halt, prevent, stop</span><br /><a href=\"http://thesaurus.com/browse/instigate\" title=\"Instigate\">http://thesaurus.com/browse/instigate</a><br /><br />22.) <a href=\"http://thesaurus.com/browse/irrevocable\" title=\"Irrevocable\" style=\"color: rgb(0, 51, 102);\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">revocable, alterable, changeable</span><br />http://thesaurus.com/browse/irrevocable<br /><br />23.) <a href=\"http://thesaurus.com/browse/intrepid\" title=\"Intrepid\" style=\"color: rgb(0, 51, 102);\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">cowardly, week, timid</span><br />http://thesaurus.com/browse/intrepid<br /><br />24.)<a href=\"http://thesaurus.com/browse/innocuous\" title=\"Innocuous\"> <span style=\"color: rgb(0, 51, 102);\">Innocuous</span></a> : <span id=\"hotword\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">damaging</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">destructive</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">harmful</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">hurtful</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">injurious</span>, offensive</span><br /></font><span><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">http://thesaurus.com/browse/innocuous</font><br /></span><span><span class=\"theColor\"></span></span> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"></span></span></font><span><span class=\"theColor\"></span></span><span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"></span></span></span>',1284450264),(1231,'86a843b9cbf612b19a747a3c6fce8224','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"> <link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\" style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"4\"><u><span style=\"font-size: 13.5pt;\">Please click on the word in case you need more information</span></u></font></p> <span style=\"font-size: 13.5pt;\"><br /> </span><font size=\"3\"><font size=\"6\"><font size=\"3\"><span style=\"font-size: 12pt;\">1.)<font size=\"3\"> </font></span><font size=\"3\"><span style=\"font-size: 12pt;\"><a style=\"color: rgb(0, 51, 102);\" title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\">Impolitic</a> :</span><span style=\"font-size: 12pt;\"> </span><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\"><span style=\"font-size: 12pt;\">careful</span></span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">, <span class=\"thecolor\">cautious</span>, <span class=\"thecolor\">discreet</span>, politic, <span class=\"thecolor\">wise</span></span></font></font></font><span style=\"font-size: 12pt;\"><font size=\"3\"><br /><a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\">2.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Immanent\" href=\"http://thesaurus.com/browse/immanent\" style=\"color: rgb(0, 51, 102);\">Immanent</a> :</span> <span style=\"color: rgb(0, 139, 0);\">external, extrinsic, acquired</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\" style=\"color: rgb(0, 51, 102);\">Illicit</a> :</span></span> <span style=\"color: rgb(0, 139, 0);\">legal, legitimate, noble, licit</span><br /> 4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\" style=\"color: rgb(0, 51, 102);\">Ignominy</a> :</span> <span style=\"color: rgb(0, 139, 0);\">credit, honor</span><br /> 5.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Inhibit\" href=\"http://thesaurus.com/browse/inhibit\" style=\"color: rgb(0, 51, 102);\">Inhibit</a> :</span> <span style=\"color: rgb(0, 139, 0);\">aid, allow, assist</span><br /> 6.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Innate\" href=\"http://thesaurus.com/browse/innate\" style=\"color: rgb(0, 51, 102);\">Innate</a> :</span> <span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\">acquired</span></span><span style=\"color: rgb(0, 139, 0);\">, <span class=\"thecolor\">extrinsic</span>, <span class=\"thecolor\">learned</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impasse\" href=\"http://thesaurus.com/browse/impasse\" style=\"color: rgb(0, 51, 102);\">Impasse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">agreement, breakthrough</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impeccable\" href=\"http://thesaurus.com/browse/impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable</a> :</span> </span></font> <span style=\"color: rgb(0, 139, 0);\"><font size=\"3\">flawed, blemished, </font><span class=\"thecolor\"><font size=\"4\"><font size=\"3\">imperfect, corrupt</font><br /></font></span></span></span></font></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">9.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incense\" href=\"http://thesaurus.com/browse/incense\">Incense</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">calm, comfort, please</span><br /><a href=\"http://thesaurus.com/browse/ignoble\"></a></font><font size=\"4\"><font size=\"3\">10.) <a style=\"color: rgb(0, 51, 102);\" title=\"Indigent\" href=\"http://thesaurus.com/browse/indigent\">Indigent</a> : <span><span id=\"hotword\"> </span></span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/destitute\"><span> </span></a><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">rich</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">wealthy</span><span><span id=\"hotword\"></span></span></font></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Ignoble\" href=\"http://thesaurus.com/browse/ignoble\">Ignoble</a> : <span style=\"color: rgb(0, 139, 0);\">honorable, noble, reputable</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />12.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impede\" href=\"http://thesaurus.com/browse/impede\">Impede</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">aid</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">assist</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">facilitate</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">forward</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">help</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">support</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">13.) <a style=\"color: rgb(0, 51, 102);\" title=\"Implicit\" href=\"http://thesaurus.com/browse/implicit\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">Specific, explicit</span></font><span style=\"font-size: 12pt;\"></span><br /></p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <a style=\"color: rgb(0, 51, 102);\" title=\"Immure\" href=\"http://thesaurus.com/browse/immure\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">free, let go, release</span><br />15.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incite\" href=\"http://thesaurus.com/browse/incite\">Incite</a> : <span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">delay</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">deter</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">discourage</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">prohibit</span> <br />16.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incisive\" href=\"http://thesaurus.com/browse/incisive\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">incompetent, stupid</span><br />17.) <a style=\"color: rgb(0, 51, 102);\" title=\"Increment\" href=\"http://thesaurus.com/browse/increment\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\">decrement, decrease, loss</span><br />18.) <span style=\"color: rgb(0, 51, 102);\">Instigate</span> : <span style=\"color: rgb(0, 139, 0);\">halt, prevent, stop</span><br /><a title=\"Instigate\" href=\"http://thesaurus.com/browse/instigate\"></a>19.) <a style=\"color: rgb(0, 51, 102);\" title=\"Irrevocable\" href=\"http://thesaurus.com/browse/irrevocable\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">revocable, alterable, changeable</span><br />20.) <a style=\"color: rgb(0, 51, 102);\" title=\"Intrepid\" href=\"http://thesaurus.com/browse/intrepid\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">cowardly, week, timid</span><br />21.)<a title=\"Innocuous\" href=\"http://thesaurus.com/browse/innocuous\"> <span style=\"color: rgb(0, 51, 102);\">Innocuous</span></a> : <span id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">damaging</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">destructive</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">harmful</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">hurtful</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">injurious</span>, offensive</span></font><span><br /></span><span><span class=\"theColor\"></span></span> <font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"><span style=\"text-decoration: underline;\"></span></span></font><span><span class=\"theColor\"></span></span><span><span id=\"hotword\"><span name=\"hotword\" style=\"background-color: transparent; cursor: default;\" id=\"hotword\"></span></span></span>',1284450689),(1232,'e1ac22501d58b63d32a2018a8963001c','<div class=\"wiki view GD-2-pros-\">\n<h2 class=\"page title\"><a href=\"view.php?id=104&page=links/GD-2%28pros%29\">GD-2(pros)</a></h2>\n\n\n<table cellspacing=\"4\" cellpadding=\"0\" border=\"0\" style=\"width: 592px; height: 98px; font-family: times new roman,times,serif;\"><tbody>\n <tr>\n <td width=\"50%\" valign=\"top\" align=\"left\" class=\"point12\"><font size=\"2\">Hello Everyone!<br />The topic for discussion is:-</font><br /><font size=\"2\">"Should cheerleaders be banned from performing at professional sporting events?</font> "<br /><font size=\"2\"><br />I think women should be able to choose what activities to take part in, regardless of the reaction of men. If they enjoy cheerleading, and want to be paid to do the activity, it is unfair to stop them because of what other people might think about them. People should be able to choose what to do with their lives.<br />It is not clear that watching cheerleaders makes men and women think less of women. There are hundreds of factors which might contribute to women being viewed as less important, such as the fact that there are many fewer female politicians or managing directors than male politicians and managing directors. Banning professional cheerleaders won’t stop these attitudes from existing. In addition, images of women wearing few clothes and looking thin and pretty are present all over newspapers, magazines, TV and advertising. These images probably have a much greater impact on the way that people view women than cheerleading does.<br />It is not true that high school and college cheerleaders necessarily look up to professional cheerleaders. Often, cheerleading squads within schools focus on competitions and on representing their school, without wearing these sorts of outfits. These squads try really hard to improve the acrobatic elements of their routines in order to be better than other squads. They develop confidence and self-esteem through being part of a team. The influence of professional cheerleaders is minimal.<br />There is no reason why professional cheerleaders cannot be respected for the athletic talent that cheerleading requires. If we want women’s sport to be more respected, it might be necessary to spend more money promoting games or force the media to cover a larger number of female sporting events, rather than focusing on men. However, professional cheerleaders do not stop any of these sports from being treated seriously.<br />Very few people choose not to go to sports matches because of cheerleaders. If they did, sports teams would have no reason to pay cheerleaders because they would lose money through being unable to sell enough tickets. In reality, lots of people like watching cheerleaders. They contribute to the excitement.<br /></font><font size=\"2\">Professional cheerleaders do encourage audience participation. In games like American football, where there are lots of breaks, cheerleaders keep the crowd interested. They also encourage crowds to cheer more loudly during play. This creates a more exciting atmosphere and motivates the players to play better, making the game more enjoyable for everyone.<br /></font><font size=\"2\"><br /></font>\n </td>\n </tr></tbody>\n</table> \n\n\n<br /><br />\n</div>\n',1284747526),(1233,'a1473c97c1a3557b8f46689186c6fbf3','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255, 0, 0);\" class=\"MsoNormal\"><font size=\"4\"><u><span style=\"font-size: 13.5pt;\">Please click on the word in case you need more information</span></u></font></p> <font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><font size=\"1\"><span style=\"font-size: 12pt;\">1.) </span><span style=\"font-size: 12pt;\"><a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\" style=\"color: rgb(0, 51, 102);\">Impolitic</a> :</span><span style=\"font-size: 12pt;\"> </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-size: 12pt;\">careful</span></span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">, <span class=\"thecolor\">cautious</span>, <span class=\"thecolor\">discreet</span>, politic, <span class=\"thecolor\">wise</span></span></font><span style=\"font-size: 12pt;\"><font size=\"3\"><br /><a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\">2.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\">Immanent</a> :</span> <span style=\"color: rgb(0, 139, 0);\">external, extrinsic, acquired</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">3.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\">Illicit</a> :</span></span> <span style=\"color: rgb(0, 139, 0);\">legal, legitimate, noble, licit</span><br /> 4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\">Ignominy</a> :</span> <span style=\"color: rgb(0, 139, 0);\">credit, honor</span><br /> 5.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\">Inhibit</a> :</span> <span style=\"color: rgb(0, 139, 0);\">aid, allow, assist</span><br /> 6.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/innate\" title=\"Innate\">Innate</a> :</span> <span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\">acquired</span></span><span style=\"color: rgb(0, 139, 0);\">, <span class=\"thecolor\">extrinsic</span>, <span class=\"thecolor\">learned</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\">Impasse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">agreement, breakthrough</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> :</span> </span></font> <span style=\"color: rgb(0, 139, 0);\"><font size=\"3\">flawed, blemished, </font><span class=\"thecolor\"><font size=\"4\"><font size=\"3\">imperfect, corrupt</font><br /></font></span></span></span></font></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">9.) <a href=\"http://thesaurus.com/browse/incense\" title=\"Incense\" style=\"color: rgb(0, 51, 102);\">Incense</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">calm, comfort, please</span><br /></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.) <a href=\"http://thesaurus.com/browse/indigent\" title=\"Indigent\" style=\"color: rgb(0, 51, 102);\">Indigent</a> : <span><span id=\"hotword\"> </span></span><a href=\"http://thesaurus.com/browse/destitute\" rel=\"nofollow\" class=\"theColor\"><span> </span></a><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">rich</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">wealthy</span><span><span id=\"hotword\"></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />11.) <a href=\"http://thesaurus.com/browse/ignoble\" title=\"Ignoble\" style=\"color: rgb(0, 51, 102);\">Ignoble</a> : <span style=\"color: rgb(0, 139, 0);\">honorable, noble, reputable</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />12.) <a href=\"http://thesaurus.com/browse/impede\" title=\"Impede\" style=\"color: rgb(0, 51, 102);\">Impede</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">aid</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">assist</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">facilitate</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">forward</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">help</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">support</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">13.) <a href=\"http://thesaurus.com/browse/implicit\" title=\"Implicit\" style=\"color: rgb(0, 51, 102);\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">Specific, explicit</span><span style=\"font-size: 12pt;\"></span><br /></font></p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <a href=\"http://thesaurus.com/browse/immure\" title=\"Immure\" style=\"color: rgb(0, 51, 102);\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">free, let go, release</span><br />15.) <a href=\"http://thesaurus.com/browse/incite\" title=\"Incite\" style=\"color: rgb(0, 51, 102);\">Incite</a> : <span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">delay</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">deter</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">discourage</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">prohibit</span> <br />16.) <a href=\"http://thesaurus.com/browse/incisive\" title=\"Incisive\" style=\"color: rgb(0, 51, 102);\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">incompetent, stupid</span><br />17.) <a href=\"http://thesaurus.com/browse/increment\" title=\"Increment\" style=\"color: rgb(0, 51, 102);\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\">decrement, decrease, loss</span><br />18.) <span style=\"color: rgb(0, 51, 102);\">Instigate</span> : <span style=\"color: rgb(0, 139, 0);\">halt, prevent, stop</span><br />19.) <a href=\"http://thesaurus.com/browse/irrevocable\" title=\"Irrevocable\" style=\"color: rgb(0, 51, 102);\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">revocable, alterable, changeable</span><br />20.) <a href=\"http://thesaurus.com/browse/intrepid\" title=\"Intrepid\" style=\"color: rgb(0, 51, 102);\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">cowardly, week, timid</span><br />21.)<a href=\"http://thesaurus.com/browse/innocuous\" title=\"Innocuous\"> <span style=\"color: rgb(0, 51, 102);\">Innocuous</span></a> : <span id=\"hotword\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">damaging</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">destructive</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">harmful</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">hurtful</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">injurious</span>, offensive</span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /><span class=\"theColor\"></span></span></font> <font size=\"3\" style=\"color: rgb(255, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"text-decoration: underline;\"></span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"theColor\"></span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"></span></span></span></font>',1284453104),(1234,'d61e93395cc5b108f72f31dff57746f3','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\" style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"4\"><u><span style=\"font-size: 13.5pt;\">Please click on the word in case you need more information</span></u></font></p> <font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> </span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><font size=\"1\"><span style=\"font-size: 12pt;\">1.) </span><span style=\"font-size: 12pt;\"><a style=\"color: rgb(0, 51, 102);\" title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\">Impolitic</a> :</span><span style=\"font-size: 12pt;\"> </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\"><span style=\"font-size: 12pt;\">careful</span></span><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\">, <span class=\"thecolor\">cautious</span>, <span class=\"thecolor\">discreet</span>, politic, <span class=\"thecolor\">wise</span></span></font><span style=\"font-size: 12pt;\"><font size=\"3\"><br /><a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\">2.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Immanent\" href=\"http://thesaurus.com/browse/immanent\" style=\"color: rgb(0, 51, 102);\">Immanent</a> :</span> <span style=\"color: rgb(0, 139, 0);\">external, extrinsic, acquired</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\" style=\"color: rgb(0, 51, 102);\">Illicit</a> :</span></span> <span style=\"color: rgb(0, 139, 0);\">legal, legitimate, noble, licit</span><br /> 4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\" style=\"color: rgb(0, 51, 102);\">Ignominy</a> :</span> <span style=\"color: rgb(0, 139, 0);\">credit, honor</span><br /> 5.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Inhibit\" href=\"http://thesaurus.com/browse/inhibit\" style=\"color: rgb(0, 51, 102);\">Inhibit</a> :</span> <span style=\"color: rgb(0, 139, 0);\">aid, allow, assist</span><br /> 6.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Innate\" href=\"http://thesaurus.com/browse/innate\" style=\"color: rgb(0, 51, 102);\">Innate</a> :</span> <span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\">acquired</span></span><span style=\"color: rgb(0, 139, 0);\">, <span class=\"thecolor\">extrinsic</span>, <span class=\"thecolor\">learned</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impasse\" href=\"http://thesaurus.com/browse/impasse\" style=\"color: rgb(0, 51, 102);\">Impasse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">agreement, breakthrough</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impeccable\" href=\"http://thesaurus.com/browse/impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable</a> :</span> </span></font> <span style=\"color: rgb(0, 139, 0);\"><font size=\"3\">flawed, blemished, </font><span class=\"thecolor\"><font size=\"4\"><font size=\"3\">imperfect, corrupt</font><br /></font></span></span></span></font></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">9.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incense\" href=\"http://thesaurus.com/browse/incense\">Incense</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">calm, comfort, please</span><br /></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.) <a style=\"color: rgb(0, 51, 102);\" title=\"Indigent\" href=\"http://thesaurus.com/browse/indigent\">Indigent</a> : <span><span id=\"hotword\"> </span></span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/destitute\"><span> </span></a><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">rich</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">wealthy</span><span><span id=\"hotword\"></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Ignoble\" href=\"http://thesaurus.com/browse/ignoble\">Ignoble</a> : <span style=\"color: rgb(0, 139, 0);\">honorable, noble, reputable</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />12.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impede\" href=\"http://thesaurus.com/browse/impede\">Impede</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">aid</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">assist</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">facilitate</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">forward</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">help</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">support</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">13.) <a style=\"color: rgb(0, 51, 102);\" title=\"Implicit\" href=\"http://thesaurus.com/browse/implicit\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">Specific, explicit</span><span style=\"font-size: 12pt;\"></span><br /></font></p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <a style=\"color: rgb(0, 51, 102);\" title=\"Immure\" href=\"http://thesaurus.com/browse/immure\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">free, let go, release</span><br />15.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incite\" href=\"http://thesaurus.com/browse/incite\">Incite</a> : <span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">delay</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">deter</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">discourage</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">prohibit</span> <br />16.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incisive\" href=\"http://thesaurus.com/browse/incisive\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">incompetent, stupid</span><br />17.) <a style=\"color: rgb(0, 51, 102);\" title=\"Increment\" href=\"http://thesaurus.com/browse/increment\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\">decrement, decrease, loss</span><br />18.) <span style=\"color: rgb(0, 51, 102);\">Instigate</span> : <span style=\"color: rgb(0, 139, 0);\">halt, prevent, stop</span><br />19.) <a style=\"color: rgb(0, 51, 102);\" title=\"Irrevocable\" href=\"http://thesaurus.com/browse/irrevocable\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">revocable, alterable, changeable</span><br />20.) <a style=\"color: rgb(0, 51, 102);\" title=\"Intrepid\" href=\"http://thesaurus.com/browse/intrepid\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">cowardly, week, timid</span><br />21.)<a title=\"Innocuous\" href=\"http://thesaurus.com/browse/innocuous\"> <span style=\"color: rgb(0, 51, 102);\">Innocuous</span></a> : <span id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">damaging</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">destructive</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">harmful</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">hurtful</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">injurious</span>, offensive</span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /><span class=\"theColor\"></span></span></font> <font size=\"3\" style=\"color: rgb(255, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"text-decoration: underline;\"></span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"theColor\"></span><span id=\"hotword\"><span name=\"hotword\" style=\"background-color: transparent; cursor: default;\" id=\"hotword\"></span></span></span></font>',1284453373),(1235,'06d97a1f6b727061b24cc8d5f6bacbff','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\" style=\"color: rgb(0, 51, 102);\">Impolitic</a></span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.7861557874980531\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></a></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span><br /> 2.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Ilk\" href=\"http://thesaurus.com/browse/ilk\" style=\"color: rgb(0, 51, 102);\">Ilk</a></span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span class=\"thecolor\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-size: 12pt;\">family, type, class</span></span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Immanent\" href=\"http://thesaurus.com/browse/immanent\" style=\"color: rgb(0, 51, 102);\">Immanent</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span> <br /> <span class=\"thecolor\"></span><span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Idolatrous\" href=\"http://thesaurus.com/browse/idolatrous\" style=\"color: rgb(0, 51, 102);\">Idolatrous</a> :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span><br /> <span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\">Ignominy</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Infuse\" href=\"http://thesaurus.com/browse/infuse\" style=\"color: rgb(0, 51, 102);\">Infuse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Inhibit\" href=\"http://thesaurus.com/browse/inhibit\" style=\"color: rgb(0, 51, 102);\">Inhibit</a> : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span><br /> <span class=\"ital-inline\"></span><span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Innate\" href=\"http://thesaurus.com/browse/innate\" style=\"color: rgb(0, 51, 102);\">Innate</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span><br /> 10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><a title=\"Impasse\" href=\"http://thesaurus.com/browse/impasse\" style=\"color: rgb(0, 51, 102);\">Impasse</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">jam</span><span style=\"color: rgb(0, 139, 0);\"></span><br /> 11.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impeccable\" href=\"http://thesaurus.com/browse/impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable</a> :</span> <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed<br /></span></span></font><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin:0in;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:10.0pt;\r\n font-family:\"Times New Roman\";\r\n mso-ansi-language:#0400;\r\n mso-fareast-language:#0400;\r\n mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 139, 0);\"><span style=\"color: rgb(0, 0, 0);\">12.) Incense :</span> </span></span></font><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin:0in;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:10.0pt;\r\n font-family:\"Times New Roman\";\r\n mso-ansi-language:#0400;\r\n mso-fareast-language:#0400;\r\n mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]-->Aroma, essence, anger, disgust\r\n<p class=\"MsoNormal\">http://thesaurus.com/browse/Incense</p>\r\n<p class=\"MsoNormal\">13.) Indigent : <span><span id=\"hotword\"> </span><span class=\"theColor\">destitute</span><span id=\"hotword\">, </span><span class=\"theColor\">homeless</span><span id=\"hotword\">, </span><span class=\"theColor\">impecunious</span><span id=\"hotword\">, </span><span class=\"theColor\">impoverished</span><span id=\"hotword\">, </span><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\"></span> </span><span class=\"theColor\">penurious</span><span id=\"hotword\"></span></span></p>\r\n<p class=\"MsoNormal\"><span><span id=\"hotword\">http://thesaurus.com/browse/indigent<br /></span></span></p>\r\n<p class=\"MsoNormal\">14.) Ignoble :degraded, dishonorable, ignominious, obscure</p>\r\n<p class=\"MsoNormal\">http://thesaurus.com/browse/ignoble</p>\r\n<p class=\"MsoNormal\">15.) Impede : block, brake, curb, delay, deter, hamper</p>\r\n<p class=\"MsoNormal\"><a href=\"http://thesaurus.com/browse/impede\">http://thesaurus.com/browse/impede</a></p>\r\n<p class=\"MsoNormal\">16.) Implicit : contained, definite, implicative, inevitable, tacit</p>\r\n<p class=\"MsoNormal\">http://thesaurus.com/browse/implicit</p>\r\n<p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin:0in;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:10.0pt;\r\n font-family:\"Times New Roman\";\r\n mso-ansi-language:#0400;\r\n mso-fareast-language:#0400;\r\n mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]-->17.) Immure : coop, entomb, imprison, incarcerate, seclude</p>\r\n<p class=\"MsoNormal\"><a href=\"http://thesaurus.com/browse/immure\">http://thesaurus.com/browse/immure</a></p>\r\n<p class=\"MsoNormal\">18.) Incite : actuate, arouse, stimulate</p>\r\n<p class=\"MsoNormal\"><a href=\"http://thesaurus.com/browse/immure\">http://thesaurus.com/browse/incite</a></p>\r\n<p class=\"MsoNormal\">19.) Incisive : acute, sharp, keen, penetrating, trenchant<br /></p>\r\n<p class=\"MsoNormal\"><a href=\"http://thesaurus.com/browse/immure\">http://thesaurus.com/browse/incisive</a></p>\r\n<p class=\"MsoNormal\">20.) Increment : <span> </span><span class=\"theColor\">accession</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\"></span> <span name=\"hotword\" id=\"hotword\">accrument,</span> </span><span class=\"theColor\">advancement</span><span id=\"hotword\">,</span><span id=\"hotword\"></span><span class=\"theColor\">increase</span><span id=\"hotword\"></span></p>\r\n<p class=\"MsoNormal\">http://thesaurus.com/browse/increment</p>\r\n<p class=\"MsoNormal\">21.) Instigate : abet, insinuate, prompt</p>\r\n<p class=\"MsoNormal\">http://thesaurus.com/browse/instigate</p>\r\n<p class=\"MsoNormal\">22. ) Irrevocable : certain, changeless, constant, doomed</p>\r\n<p class=\"MsoNormal\">http://thesaurus.com/browse/irrevocable</p>\r\n<p class=\"MsoNormal\">23.) Intrepid : audacious, dauntless, fearless, gallant</p>\r\n<p class=\"MsoNormal\">http://thesaurus.com/browse/intrepid</p>\r\n<p class=\"MsoNormal\">24.) Iridescent : <span><span id=\"hotword\"></span><span class=\"theColor\">lustrous</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">nacreous,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">opalescent</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">prismatic,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">shimmering</span> <br /></span></span></p>\r\n<p class=\"MsoNormal\"><span><span id=\"hotword\">http://thesaurus.com/browse/iridescent</span></span></p>\r\n<p class=\"MsoNormal\"><span><span id=\"hotword\">25.) Innocuous : </span></span><span><span id=\"hotword\"></span><span class=\"theColor\">innocent</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">innoxious,</span> <span name=\"hotword\" id=\"hotword\">inobnoxious,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">inoffensive</span></span></span></p>\r\n<p class=\"MsoNormal\">http://thesaurus.com/browse/innocuous<br /><a href=\"http://thesaurus.com/browse/immure\"><span><span id=\"hotword\"></span></span></a></p><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;quot;&amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;gt;<br><br></style> ',1284453522),(1236,'bb2da6d7b2737bbb9af199d76f7fe2ee','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\">Impolitic</a></span><a href=\"http://www.moodle.org/0.7861557874980531\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></a></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span><br /> 2.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ilk\" title=\"Ilk\">Ilk</a></span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\" class=\"thecolor\"><span style=\"font-size: 12pt;\">family, type, class</span></span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\">Immanent</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span> <br /> <span class=\"thecolor\"></span><span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/idolatrous\" title=\"Idolatrous\">Idolatrous</a> :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span><br /> <span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\">Illicit</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\" style=\"color: rgb(0, 51, 102);\">Ignominy</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/infuse\" title=\"Infuse\">Infuse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\">Inhibit</a> : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span><br /> <span class=\"ital-inline\"></span><span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/innate\" title=\"Innate\">Innate</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span><br /> 10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\">Impasse</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">jam</span><span style=\"color: rgb(0, 139, 0);\"></span><br /> 11.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> :</span> <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed<br /></span></span></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 139, 0);\"><span style=\"color: rgb(0, 0, 0);\">12.) <a href=\"http://thesaurus.com/browse/Incense\" title=\"Incense\" style=\"color: rgb(0, 51, 102);\">Incense</a> :</span> </span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Aroma, essence, anger, disgust </span></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\"><font size=\"3\">http://thesaurus.com/browse/Incense</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">13.) <a href=\"http://thesaurus.com/browse/indigent\" title=\"Indigent\" style=\"color: rgb(0, 51, 102);\">Indigent</a> : <span><span id=\"hotword\"> </span><span class=\"theColor\">destitute</span><span id=\"hotword\">, </span><span class=\"theColor\">homeless</span><span id=\"hotword\">, </span><span class=\"theColor\">impecunious</span><span id=\"hotword\">, </span><span class=\"theColor\">impoverished</span><span id=\"hotword\">, </span><span id=\"hotword\"><span id=\"hotword\" name=\"hotword\"></span> </span><span class=\"theColor\">penurious</span><span id=\"hotword\"></span></span></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\"><span><span id=\"hotword\">http://thesaurus.com/browse/indigent<br /></span></span></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">14.) <a href=\"http://thesaurus.com/browse/ignoble\" title=\"Ignoble\" style=\"color: rgb(0, 51, 102);\">Ignoble</a> :degraded, dishonorable, ignominious, obscure</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">http://thesaurus.com/browse/ignoble</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">15.) <a href=\"http://thesaurus.com/browse/impede\" title=\"Impede\" style=\"color: rgb(0, 51, 102);\">Impede</a> : block, brake, curb, delay, deter, hamper</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\"><a href=\"http://thesaurus.com/browse/impede\">http://thesaurus.com/browse/impede</a></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">16.) <a href=\"http://thesaurus.com/browse/implicit\" title=\"Implicit\" style=\"color: rgb(0, 51, 102);\">Implicit</a> : contained, definite, implicative, inevitable, tacit</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">http://thesaurus.com/browse/implicit</font></p>\r\n<p class=\"MsoNormal\"><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\">17.) <a href=\"http://thesaurus.com/browse/immure\" title=\"Immure\" style=\"color: rgb(0, 51, 102);\">Immure</a> : coop, entomb, imprison, incarcerate, seclude</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\"><a href=\"http://thesaurus.com/browse/immure\">http://thesaurus.com/browse/immure</a></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">18.) <a href=\"http://thesaurus.com/browse/incite\" title=\"Incite\" style=\"color: rgb(0, 51, 102);\">Incite</a> : actuate, arouse, stimulate</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\"><a href=\"http://thesaurus.com/browse/immure\">http://thesaurus.com/browse/incite</a></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">19.) <a href=\"http://thesaurus.com/browse/incisive\" title=\"Incisive\" style=\"color: rgb(0, 51, 102);\">Incisive</a> : acute, sharp, keen, penetrating, trenchant<br /></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\"><a href=\"http://thesaurus.com/browse/immure\">http://thesaurus.com/browse/incisive</a></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">20.) <a href=\"http://thesaurus.com/browse/increment\" title=\"Increment\" style=\"color: rgb(0, 51, 102);\">Increment</a> : <span> </span><span class=\"theColor\">accession</span><span id=\"hotword\">, <span id=\"hotword\" name=\"hotword\"></span> <span id=\"hotword\" name=\"hotword\">accrument,</span> </span><span class=\"theColor\">advancement</span><span id=\"hotword\">,</span><span id=\"hotword\"></span><span class=\"theColor\">increase</span><span id=\"hotword\"></span></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">http://thesaurus.com/browse/increment</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">21.) <a href=\"http://thesaurus.com/browse/instigate\" title=\"Instigate\" style=\"color: rgb(0, 51, 102);\">Instigate</a> : abet, insinuate, prompt</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">http://thesaurus.com/browse/instigate</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">22.) <a href=\"http://thesaurus.com/browse/irrevocable\" title=\"Irrevocable\" style=\"color: rgb(0, 51, 102);\">Irrevocable</a> : certain, changeless, constant, doomed</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">http://thesaurus.com/browse/irrevocable</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">23.) <a href=\"http://thesaurus.com/browse/intrepid\" title=\"Intrepid\" style=\"color: rgb(0, 51, 102);\">Intrepid</a> : audacious, dauntless, fearless, gallant</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">http://thesaurus.com/browse/intrepid</font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">24.) <a href=\"http://thesaurus.com/browse/iridescent\" title=\"Iridescent\" style=\"color: rgb(0, 51, 102);\">Iridescent</a> : <span><span id=\"hotword\"></span><span class=\"theColor\">lustrous</span><span id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">nacreous,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">opalescent</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">prismatic,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">shimmering</span> <br /></span></span></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\"><span><span id=\"hotword\">http://thesaurus.com/browse/iridescent</span></span></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\"><span><span id=\"hotword\">25.) <a href=\"http://thesaurus.com/browse/innocuous\" title=\"Innocuous\">Innocuous</a> : </span></span><span><span id=\"hotword\"></span><span class=\"theColor\">innocent</span><span id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">innoxious,</span> <span id=\"hotword\" name=\"hotword\">inobnoxious,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">inoffensive</span></span></span></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">http://thesaurus.com/browse/innocuous</font><br /><a href=\"http://thesaurus.com/browse/immure\"><span><span id=\"hotword\"></span></span></a></p><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;gt;&lt;br&gt;&lt;br&gt;</style> ',1284454445),(1237,'292f47706646ede6b056a864678514c0','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\" style=\"color: rgb(0, 51, 102);\">Impolitic</a></span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.7861557874980531\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></a></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span><br /> 2.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Ilk\" href=\"http://thesaurus.com/browse/ilk\" style=\"color: rgb(0, 51, 102);\">Ilk</a></span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span class=\"thecolor\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-size: 12pt;\">family, type, class</span></span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Immanent\" href=\"http://thesaurus.com/browse/immanent\" style=\"color: rgb(0, 51, 102);\">Immanent</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span> <br /> <span class=\"thecolor\"></span><span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Idolatrous\" href=\"http://thesaurus.com/browse/idolatrous\" style=\"color: rgb(0, 51, 102);\">Idolatrous</a> :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span><br /> <span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\">Ignominy</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Infuse\" href=\"http://thesaurus.com/browse/infuse\" style=\"color: rgb(0, 51, 102);\">Infuse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span><br /> <span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Inhibit\" href=\"http://thesaurus.com/browse/inhibit\" style=\"color: rgb(0, 51, 102);\">Inhibit</a> : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span><br /> <span class=\"ital-inline\"></span><span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Innate\" href=\"http://thesaurus.com/browse/innate\" style=\"color: rgb(0, 51, 102);\">Innate</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span><br /> 10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><a title=\"Impasse\" href=\"http://thesaurus.com/browse/impasse\" style=\"color: rgb(0, 51, 102);\">Impasse</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">jam</span><span style=\"color: rgb(0, 139, 0);\"></span><br /> 11.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impeccable\" href=\"http://thesaurus.com/browse/impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable</a> :</span> <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed<br /></span></span></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 139, 0);\"><span style=\"color: rgb(0, 0, 0);\">12.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incense\" href=\"http://thesaurus.com/browse/Incense\">Incense</a> :</span> </span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Aroma, essence, anger, disgust </span></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\"><font size=\"3\">13.) <a style=\"color: rgb(0, 51, 102);\" title=\"Indigent\" href=\"http://thesaurus.com/browse/indigent\">Indigent</a> : <span><span id=\"hotword\"> </span><span class=\"theColor\">destitute</span><span id=\"hotword\">, </span><span class=\"theColor\">homeless</span><span id=\"hotword\">, </span><span class=\"theColor\">impecunious</span><span id=\"hotword\">, </span><span class=\"theColor\">impoverished</span><span id=\"hotword\">, </span><span id=\"hotword\"><span name=\"hotword\" id=\"hotword\"></span> </span><span class=\"theColor\">penurious</span><span id=\"hotword\"></span></span></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">14.) <a style=\"color: rgb(0, 51, 102);\" title=\"Ignoble\" href=\"http://thesaurus.com/browse/ignoble\">Ignoble</a> :degraded, dishonorable, ignominious, obscure</font></p><font size=\"3\">15.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impede\" href=\"http://thesaurus.com/browse/impede\">Impede</a> : block, brake, curb, delay, deter, hamper</font><font size=\"3\"><br />16.) <a style=\"color: rgb(0, 51, 102);\" title=\"Implicit\" href=\"http://thesaurus.com/browse/implicit\">Implicit</a> : contained, definite, implicative, inevitable, tacit</font><font size=\"3\"><br />17.) <a style=\"color: rgb(0, 51, 102);\" title=\"Immure\" href=\"http://thesaurus.com/browse/immure\">Immure</a> : coop, entomb, imprison, incarcerate, seclude</font><font size=\"3\"><br />18.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incite\" href=\"http://thesaurus.com/browse/incite\">Incite</a> : actuate, arouse, stimulate</font><font size=\"3\"><br />19.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incisive\" href=\"http://thesaurus.com/browse/incisive\">Incisive</a> : acute, sharp, keen, penetrating, trenchant</font><font size=\"3\"><br />20.) <a style=\"color: rgb(0, 51, 102);\" title=\"Increment\" href=\"http://thesaurus.com/browse/increment\">Increment</a> : <span> </span><span class=\"theColor\">accession</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\"></span> <span name=\"hotword\" id=\"hotword\">accrument,</span> </span><span class=\"theColor\">advancement</span><span id=\"hotword\">,</span><span id=\"hotword\"></span><span class=\"theColor\">increase</span><span id=\"hotword\"></span></font><font size=\"3\"><br />21.) <a style=\"color: rgb(0, 51, 102);\" title=\"Instigate\" href=\"http://thesaurus.com/browse/instigate\">Instigate</a> : abet, insinuate, prompt</font><font size=\"3\"><br />22.) <a style=\"color: rgb(0, 51, 102);\" title=\"Irrevocable\" href=\"http://thesaurus.com/browse/irrevocable\">Irrevocable</a> : certain, changeless, constant, doomed</font><font size=\"3\"><br />23.) <a style=\"color: rgb(0, 51, 102);\" title=\"Intrepid\" href=\"http://thesaurus.com/browse/intrepid\">Intrepid</a> : audacious, dauntless, fearless, gallant</font><font size=\"3\"><br />24.) <a style=\"color: rgb(0, 51, 102);\" title=\"Iridescent\" href=\"http://thesaurus.com/browse/iridescent\">Iridescent</a> : <span><span id=\"hotword\"></span><span class=\"theColor\">lustrous</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">nacreous,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">opalescent</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">prismatic,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">shimmering</span> </span></span></font><font size=\"3\"><span><span id=\"hotword\"><br />25.) <a title=\"Innocuous\" href=\"http://thesaurus.com/browse/innocuous\">Innocuous</a> : </span></span><span><span id=\"hotword\"></span><span class=\"theColor\">innocent</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">innoxious,</span> <span name=\"hotword\" id=\"hotword\">inobnoxious,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">inoffensive</span></span></span></font> <!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;</style> ',1284454870),(1238,'cea564bf5a1f4ba0a3e87c788e49cc08','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\">Impolitic</a></span><a href=\"http://www.moodle.org/0.7861557874980531\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></a></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span></font><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span></font><br /> <font size=\"3\">2.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ilk\" title=\"Ilk\">Ilk</a></span></font></span><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\" class=\"thecolor\"><span style=\"font-size: 12pt;\">family, type, class</span></span></font><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /> <span class=\"thecolor\"></span><font size=\"3\"><span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\">Immanent</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span></font> <br /> <span class=\"thecolor\"></span><font size=\"3\"><span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/idolatrous\" title=\"Idolatrous\">Idolatrous</a> :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span></font><br /> <font size=\"3\"><span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\">Illicit</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span></font><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\"></span><font size=\"3\"><span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\" style=\"color: rgb(0, 51, 102);\">Ignominy</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span></font><br /> <span class=\"thecolor\"></span><font size=\"3\"><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/infuse\" title=\"Infuse\">Infuse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span></font><br /> <span class=\"thecolor\"></span><font size=\"3\"><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\">Inhibit</a> : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span></font><br /> <span class=\"ital-inline\"></span><font size=\"3\"><span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/innate\" title=\"Innate\">Innate</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span></font><br /> <font size=\"3\">10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\">Impasse</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">jam</span></font><span style=\"color: rgb(0, 139, 0);\"></span><br /> <font size=\"3\">11.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> :</span> </font><span style=\"color: rgb(0, 139, 0);\"><font size=\"3\">faultless, fleckless, sinless,unblemished, unerring, unflawed</font><br /></span></span></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 139, 0);\"><font size=\"3\"><span style=\"color: rgb(0, 0, 0);\">12.) <a href=\"http://thesaurus.com/browse/Incense\" title=\"Incense\" style=\"color: rgb(0, 51, 102);\">Incense</a> :</span></font> </span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Aroma, essence, anger, disgust </span></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\"><font size=\"3\">13.) <a href=\"http://thesaurus.com/browse/indigent\" title=\"Indigent\" style=\"color: rgb(0, 51, 102);\">Indigent</a> : <span><span id=\"hotword\"> </span><span class=\"theColor\">destitute</span><span id=\"hotword\">, </span><span class=\"theColor\">homeless</span><span id=\"hotword\">, </span><span class=\"theColor\">impecunious</span><span id=\"hotword\">, </span><span class=\"theColor\">impoverished</span><span id=\"hotword\">, </span><span id=\"hotword\"><span id=\"hotword\" name=\"hotword\"></span> </span><span class=\"theColor\">penurious</span><span id=\"hotword\"></span></span></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">14.) <a href=\"http://thesaurus.com/browse/ignoble\" title=\"Ignoble\" style=\"color: rgb(0, 51, 102);\">Ignoble</a> :degraded, dishonorable, ignominious, obscure</font></p><font size=\"3\">15.) <a href=\"http://thesaurus.com/browse/impede\" title=\"Impede\" style=\"color: rgb(0, 51, 102);\">Impede</a> : block, brake, curb, delay, deter, hamper</font><font size=\"3\"><br />16.) <a href=\"http://thesaurus.com/browse/implicit\" title=\"Implicit\" style=\"color: rgb(0, 51, 102);\">Implicit</a> : contained, definite, implicative, inevitable, tacit</font><font size=\"3\"><br />17.) <a href=\"http://thesaurus.com/browse/immure\" title=\"Immure\" style=\"color: rgb(0, 51, 102);\">Immure</a> : coop, entomb, imprison, incarcerate, seclude</font><font size=\"3\"><br />18.) <a href=\"http://thesaurus.com/browse/incite\" title=\"Incite\" style=\"color: rgb(0, 51, 102);\">Incite</a> : actuate, arouse, stimulate</font><font size=\"3\"><br />19.) <a href=\"http://thesaurus.com/browse/incisive\" title=\"Incisive\" style=\"color: rgb(0, 51, 102);\">Incisive</a> : acute, sharp, keen, penetrating, trenchant</font><font size=\"3\"><br />20.) <a href=\"http://thesaurus.com/browse/increment\" title=\"Increment\" style=\"color: rgb(0, 51, 102);\">Increment</a> : <span> </span><span class=\"theColor\">accession</span><span id=\"hotword\">, <span id=\"hotword\" name=\"hotword\"></span> <span id=\"hotword\" name=\"hotword\">accrument,</span> </span><span class=\"theColor\">advancement</span><span id=\"hotword\">,</span><span id=\"hotword\"></span><span class=\"theColor\">increase</span><span id=\"hotword\"></span></font><font size=\"3\"><br />21.) <a href=\"http://thesaurus.com/browse/instigate\" title=\"Instigate\" style=\"color: rgb(0, 51, 102);\">Instigate</a> : abet, insinuate, prompt</font><font size=\"3\"><br />22.) <a href=\"http://thesaurus.com/browse/irrevocable\" title=\"Irrevocable\" style=\"color: rgb(0, 51, 102);\">Irrevocable</a> : certain, changeless, constant, doomed</font><font size=\"3\"><br />23.) <a href=\"http://thesaurus.com/browse/intrepid\" title=\"Intrepid\" style=\"color: rgb(0, 51, 102);\">Intrepid</a> : audacious, dauntless, fearless, gallant</font><font size=\"3\"><br />24.) <a href=\"http://thesaurus.com/browse/iridescent\" title=\"Iridescent\" style=\"color: rgb(0, 51, 102);\">Iridescent</a> : <span><span id=\"hotword\"></span><span class=\"theColor\">lustrous</span><span id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">nacreous,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">opalescent</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">prismatic,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">shimmering</span> </span></span></font><font size=\"3\"><span><span id=\"hotword\"><br />25.) <a href=\"http://thesaurus.com/browse/innocuous\" title=\"Innocuous\">Innocuous</a> : </span></span><span><span id=\"hotword\"></span><span class=\"theColor\">innocent</span><span id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">innoxious,</span> <span id=\"hotword\" name=\"hotword\">inobnoxious,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">inoffensive</span></span></span></font> <!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt;</style> ',1284455076),(1239,'6c6f4f87d44c046e08c47fd9fb452ae8','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255, 0, 0);\" class=\"MsoNormal\"><font size=\"4\"><u><span style=\"font-size: 13.5pt;\">Please click on the word in case you need more information</span></u></font></p> <font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><font size=\"5\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\"><span class=\"thecolor\"><br /></span></span></font><span style=\"font-size: 12pt;\"><font size=\"3\"><a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\">1.) <a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\" style=\"color: rgb(0, 51, 102);\">Impolitic</a> : <span style=\"color: rgb(0, 139, 0);\">careful, cautious, discreet, politic, wise</span><br />2.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\">Immanent</a> :</span> <span style=\"color: rgb(0, 139, 0);\">external, extrinsic, acquired</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">3.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\">Illicit</a> :</span></span> <span style=\"color: rgb(0, 139, 0);\">legal, legitimate, noble, licit</span><br /> 4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\">Ignominy</a> :</span> <span style=\"color: rgb(0, 139, 0);\">credit, honor</span><br /> 5.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\">Inhibit</a> :</span> <span style=\"color: rgb(0, 139, 0);\">aid, allow, assist</span><br /> 6.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/innate\" title=\"Innate\">Innate</a> :</span> <span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\">acquired</span></span><span style=\"color: rgb(0, 139, 0);\">, <span class=\"thecolor\">extrinsic</span>, <span class=\"thecolor\">learned</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\">Impasse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">agreement, breakthrough</span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> :</span> </span></font> <span style=\"color: rgb(0, 139, 0);\"><font size=\"3\">flawed, blemished, </font><span class=\"thecolor\"><font size=\"4\"><font size=\"3\">imperfect, corrupt</font><br /></font></span></span></span></font></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">9.) <a href=\"http://thesaurus.com/browse/incense\" title=\"Incense\" style=\"color: rgb(0, 51, 102);\">Incense</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">calm, comfort, please</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />10.) <a href=\"http://thesaurus.com/browse/indigent\" title=\"Indigent\" style=\"color: rgb(0, 51, 102);\">Indigent</a> : <span><span id=\"hotword\"> </span></span><a href=\"http://thesaurus.com/browse/destitute\" rel=\"nofollow\" class=\"theColor\"><span> </span></a><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">rich</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">wealthy</span><span><span id=\"hotword\"></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />11.) <a href=\"http://thesaurus.com/browse/ignoble\" title=\"Ignoble\" style=\"color: rgb(0, 51, 102);\">Ignoble</a> : <span style=\"color: rgb(0, 139, 0);\">honorable, noble, reputable</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />12.) <a href=\"http://thesaurus.com/browse/impede\" title=\"Impede\" style=\"color: rgb(0, 51, 102);\">Impede</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">aid</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">assist</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">facilitate</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">forward</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">help</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">support</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">13.) <a href=\"http://thesaurus.com/browse/implicit\" title=\"Implicit\" style=\"color: rgb(0, 51, 102);\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">Specific, explicit</span><span style=\"font-size: 12pt;\"></span><br /></font></p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <a href=\"http://thesaurus.com/browse/immure\" title=\"Immure\" style=\"color: rgb(0, 51, 102);\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">free, let go, release</span><br />15.) <a href=\"http://thesaurus.com/browse/incite\" title=\"Incite\" style=\"color: rgb(0, 51, 102);\">Incite</a> : <span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">delay</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">deter</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">discourage</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">prohibit</span> <br />16.) <a href=\"http://thesaurus.com/browse/incisive\" title=\"Incisive\" style=\"color: rgb(0, 51, 102);\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">incompetent, stupid</span><br />17.) <a href=\"http://thesaurus.com/browse/increment\" title=\"Increment\" style=\"color: rgb(0, 51, 102);\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\">decrement, decrease, loss</span><br />18.) <span style=\"color: rgb(0, 51, 102);\">Instigate</span> : <span style=\"color: rgb(0, 139, 0);\">halt, prevent, stop</span><br />19.) <a href=\"http://thesaurus.com/browse/irrevocable\" title=\"Irrevocable\" style=\"color: rgb(0, 51, 102);\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">revocable, alterable, changeable</span><br />20.) <a href=\"http://thesaurus.com/browse/intrepid\" title=\"Intrepid\" style=\"color: rgb(0, 51, 102);\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">cowardly, week, timid</span><br />21.)<a href=\"http://thesaurus.com/browse/innocuous\" title=\"Innocuous\"> <span style=\"color: rgb(0, 51, 102);\">Innocuous</span></a> : <span id=\"hotword\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">damaging</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">destructive</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">harmful</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">hurtful</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">injurious</span>, offensive</span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /><span class=\"theColor\"></span></span></font> <font size=\"3\" style=\"color: rgb(255, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"text-decoration: underline;\"></span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"theColor\"></span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"></span></span></span></font>',1284456029),(1240,'08d46deb8a0a5265b8ffc7c60ee64c38','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\" style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"4\"><u><span style=\"font-size: 13.5pt;\">Please click on the word in case you need more information</span></u></font></p> <font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><font size=\"5\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\"><span class=\"thecolor\"><br /></span></span></font><span style=\"font-size: 12pt;\"><font size=\"3\"><a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\"></span><span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\"></span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impeccable\" href=\"http://thesaurus.com/browse/impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable</a> :</span> </span></font> <span style=\"color: rgb(0, 139, 0);\"><font size=\"3\">flawed, blemished, </font><span class=\"thecolor\"><font size=\"4\"><font size=\"3\">imperfect, corrupt</font><br /></font></span></span></span></font></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">9.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incense\" href=\"http://thesaurus.com/browse/incense\">Incense</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">calm, comfort, please</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />10.) <a style=\"color: rgb(0, 51, 102);\" title=\"Indigent\" href=\"http://thesaurus.com/browse/indigent\">Indigent</a> : <span><span id=\"hotword\"> </span></span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/destitute\"><span> </span></a><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">rich</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">wealthy</span><span><span id=\"hotword\"></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Ignoble\" href=\"http://thesaurus.com/browse/ignoble\">Ignoble</a> : <span style=\"color: rgb(0, 139, 0);\">honorable, noble, reputable</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />12.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impede\" href=\"http://thesaurus.com/browse/impede\">Impede</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">aid</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">assist</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">facilitate</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">forward</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">help</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">support</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">13.) <a style=\"color: rgb(0, 51, 102);\" title=\"Implicit\" href=\"http://thesaurus.com/browse/implicit\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">Specific, explicit</span><span style=\"font-size: 12pt;\"></span><br /></font></p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <a style=\"color: rgb(0, 51, 102);\" title=\"Immure\" href=\"http://thesaurus.com/browse/immure\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">free, let go, release</span><br />15.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incite\" href=\"http://thesaurus.com/browse/incite\">Incite</a> : <span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">delay</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">deter</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">discourage</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">prohibit</span> <br />16.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incisive\" href=\"http://thesaurus.com/browse/incisive\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">incompetent, stupid</span><br />17.) <a style=\"color: rgb(0, 51, 102);\" title=\"Increment\" href=\"http://thesaurus.com/browse/increment\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\">decrement, decrease, loss</span><br />18.) <span style=\"color: rgb(0, 51, 102);\">Instigate</span> : <span style=\"color: rgb(0, 139, 0);\">halt, prevent, stop</span><br />19.) <a style=\"color: rgb(0, 51, 102);\" title=\"Irrevocable\" href=\"http://thesaurus.com/browse/irrevocable\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">revocable, alterable, changeable</span><br />20.) <a style=\"color: rgb(0, 51, 102);\" title=\"Intrepid\" href=\"http://thesaurus.com/browse/intrepid\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">cowardly, week, timid</span><br />21.)<a title=\"Innocuous\" href=\"http://thesaurus.com/browse/innocuous\"> <span style=\"color: rgb(0, 51, 102);\">Innocuous</span></a> : <span id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">damaging</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">destructive</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">harmful</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">hurtful</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">injurious</span>, offensive</span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /><span class=\"theColor\"></span></span></font> <font size=\"3\" style=\"color: rgb(255, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"text-decoration: underline;\"></span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"theColor\"></span><span id=\"hotword\"><span name=\"hotword\" style=\"background-color: transparent; cursor: default;\" id=\"hotword\"></span></span></span></font>',1284456483),(1241,'a94700cc12e697deac64a6f604c6f649','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255, 0, 0);\" class=\"MsoNormal\"><font size=\"4\"><u><span style=\"font-size: 13.5pt;\">Please click on the word in case you need more information</span></u></font></p> <font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><font size=\"5\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\"><span class=\"thecolor\"><br /></span></span></font><span style=\"font-size: 12pt;\"><font size=\"3\"><a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\"></span><span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\"></span></span><br /><span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> :</span> </span></font> <span style=\"color: rgb(0, 139, 0);\"><font size=\"3\">flawed, blemished, </font><span class=\"thecolor\"><font size=\"4\"><font size=\"3\">imperfect, corrupt</font><br /></font></span></span></span></font></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">9.) <a href=\"http://thesaurus.com/browse/incense\" title=\"Incense\" style=\"color: rgb(0, 51, 102);\">Incense</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">calm, comfort, please</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />10.) <a href=\"http://thesaurus.com/browse/indigent\" title=\"Indigent\" style=\"color: rgb(0, 51, 102);\">Indigent</a> : <span><span id=\"hotword\"> </span></span><a href=\"http://thesaurus.com/browse/destitute\" rel=\"nofollow\" class=\"theColor\"><span> </span></a><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">rich</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">wealthy</span><span><span id=\"hotword\"></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />11.) <a href=\"http://thesaurus.com/browse/ignoble\" title=\"Ignoble\" style=\"color: rgb(0, 51, 102);\">Ignoble</a> : <span style=\"color: rgb(0, 139, 0);\">honorable, noble, reputable</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />12.) <a href=\"http://thesaurus.com/browse/impede\" title=\"Impede\" style=\"color: rgb(0, 51, 102);\">Impede</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">aid</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">assist</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">facilitate</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">forward</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">help</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">support</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">13.) <a href=\"http://thesaurus.com/browse/implicit\" title=\"Implicit\" style=\"color: rgb(0, 51, 102);\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">Specific, explicit</span><span style=\"font-size: 12pt;\"></span><br /></font></p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <a href=\"http://thesaurus.com/browse/immure\" title=\"Immure\" style=\"color: rgb(0, 51, 102);\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">free, let go, release</span><br />15.) <a href=\"http://thesaurus.com/browse/incite\" title=\"Incite\" style=\"color: rgb(0, 51, 102);\">Incite</a> : <span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">delay</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">deter</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">discourage</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">prohibit</span> <br />16.) <a href=\"http://thesaurus.com/browse/incisive\" title=\"Incisive\" style=\"color: rgb(0, 51, 102);\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">incompetent, stupid</span><br />17.) <a href=\"http://thesaurus.com/browse/increment\" title=\"Increment\" style=\"color: rgb(0, 51, 102);\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\">decrement, decrease, loss</span><br />18.) <span style=\"color: rgb(0, 51, 102);\">Instigate</span> : <span style=\"color: rgb(0, 139, 0);\">halt, prevent, stop</span><br />19.) <a href=\"http://thesaurus.com/browse/irrevocable\" title=\"Irrevocable\" style=\"color: rgb(0, 51, 102);\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">revocable, alterable, changeable</span><br />20.) <a href=\"http://thesaurus.com/browse/intrepid\" title=\"Intrepid\" style=\"color: rgb(0, 51, 102);\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">cowardly, week, timid</span><br />21.)<a href=\"http://thesaurus.com/browse/innocuous\" title=\"Innocuous\"> <span style=\"color: rgb(0, 51, 102);\">Innocuous</span></a> : <span id=\"hotword\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">damaging</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">destructive</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">harmful</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">hurtful</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">injurious</span>, offensive</span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></span></font><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin:0in;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:10.0pt;\r\n font-family:\"Times New Roman\";\r\n mso-ansi-language:#0400;\r\n mso-fareast-language:#0400;\r\n mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]--><span class=\"thecolor\"><span style=\"font-size: 12pt; font-family: \"trebuchet ms\";\">1.) <a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\"><span style=\"color: rgb(0, 51, 102);\">Impolitic</span></a> : <span style=\"color: rgb(0, 139, 0);\">careful, cautious, discreet, politic, wise</span></span></span><span style=\"font-size: 12pt; font-family: \"trebuchet ms\";\"><br /> <span class=\"thecolor\">2.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Immanent\" href=\"http://thesaurus.com/browse/immanent\"><span style=\"color: rgb(0, 51, 102);\">Immanent</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">external, extrinsic, acquired</span></span><br /> <span class=\"thecolor\">3.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\"><span style=\"color: rgb(0, 51, 102);\">Illicit</span></a> :</span></span> <span style=\"color: rgb(0, 139, 0);\">legal, legitimate, noble, licit</span><br /> 4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\"><span style=\"color: rgb(0, 51, 102);\">Ignominy</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">credit, honor</span><br /> 5.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Inhibit\" href=\"http://thesaurus.com/browse/inhibit\"><span style=\"color: rgb(0, 51, 102);\">Inhibit</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">aid, allow, assist</span><br /> 6.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Innate\" href=\"http://thesaurus.com/browse/innate\"><span style=\"color: rgb(0, 51, 102);\">Innate</span></a> :</span> <span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\">acquired</span></span><span style=\"color: rgb(0, 139, 0);\">, <span class=\"thecolor\">extrinsic</span>, <span class=\"thecolor\">learned</span></span><br /> <span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impasse\" href=\"http://thesaurus.com/browse/impasse\"><span style=\"color: rgb(0, 51, 102);\">Impasse</span></a> :</span> <span style=\"color: rgb(0, 139, 0);\">agreement, breakthrough</span></span></span><br /> <font size=\"3\" style=\"color: rgb(255, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"text-decoration: underline;\"></span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"theColor\"></span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"></span></span></span></font>',1284456685),(1242,'47103a4d1ac6674eb2fc38e2e0e3a816','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\" style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"><font size=\"4\"><u><span style=\"font-size: 13.5pt;\">Please click on the word in case you need more information</span></u></font></p> <font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><font size=\"5\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\"><span class=\"thecolor\"><br /></span></span></font><span style=\"font-size: 12pt;\"><font size=\"3\"><a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\"></span><span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\"></span></span>1.) <a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\" style=\"color: rgb(0, 51, 102);\">Impolitic</a> : careful, cautious, discreet, politic, wise<br />2.) <a href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\" style=\"color: rgb(0, 51, 102);\">Immanent</a> : external, extrinsic, acquired<br />3.) <a href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit</a> : legal, legitimate, noble, licit<br />4.) <a href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\" style=\"color: rgb(0, 51, 102);\">Ignominy</a> : credit, honor<br />5.) <a href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\" style=\"color: rgb(0, 51, 102);\">Inhibit</a> : aid, allow, assist<br />6.) <a href=\"http://thesaurus.com/browse/innate\" title=\"Innate\" style=\"color: rgb(0, 51, 102);\">Innate</a> : acquired, extrinsic, learned<br />7.) <a href=\"http://http://thesaurus.com/browse/impasse\" title=\"Impasse\" style=\"color: rgb(0, 51, 102);\">Impasse</a> : agreement, breakthrough<br /><span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impeccable\" href=\"http://thesaurus.com/browse/impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable</a> :</span> </span></font> <span style=\"color: rgb(0, 139, 0);\"><font size=\"3\">flawed, blemished, </font><span class=\"thecolor\"><font size=\"4\"><font size=\"3\">imperfect, corrupt</font><br /></font></span></span></span></font></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">9.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incense\" href=\"http://thesaurus.com/browse/incense\">Incense</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">calm, comfort, please</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />10.) <a style=\"color: rgb(0, 51, 102);\" title=\"Indigent\" href=\"http://thesaurus.com/browse/indigent\">Indigent</a> : <span><span id=\"hotword\"> </span></span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/destitute\"><span> </span></a><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">rich</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">wealthy</span><span><span id=\"hotword\"></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Ignoble\" href=\"http://thesaurus.com/browse/ignoble\">Ignoble</a> : <span style=\"color: rgb(0, 139, 0);\">honorable, noble, reputable</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />12.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impede\" href=\"http://thesaurus.com/browse/impede\">Impede</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">aid</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">assist</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">facilitate</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">forward</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">help</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">support</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">13.) <a style=\"color: rgb(0, 51, 102);\" title=\"Implicit\" href=\"http://thesaurus.com/browse/implicit\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">Specific, explicit</span><span style=\"font-size: 12pt;\"></span><br /></font></p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <a style=\"color: rgb(0, 51, 102);\" title=\"Immure\" href=\"http://thesaurus.com/browse/immure\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">free, let go, release</span><br />15.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incite\" href=\"http://thesaurus.com/browse/incite\">Incite</a> : <span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">delay</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">deter</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">discourage</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">prohibit</span> <br />16.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incisive\" href=\"http://thesaurus.com/browse/incisive\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">incompetent, stupid</span><br />17.) <a style=\"color: rgb(0, 51, 102);\" title=\"Increment\" href=\"http://thesaurus.com/browse/increment\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\">decrement, decrease, loss</span><br />18.) <span style=\"color: rgb(0, 51, 102);\">Instigate</span> : <span style=\"color: rgb(0, 139, 0);\">halt, prevent, stop</span><br />19.) <a style=\"color: rgb(0, 51, 102);\" title=\"Irrevocable\" href=\"http://thesaurus.com/browse/irrevocable\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">revocable, alterable, changeable</span><br />20.) <a style=\"color: rgb(0, 51, 102);\" title=\"Intrepid\" href=\"http://thesaurus.com/browse/intrepid\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">cowardly, week, timid</span><br />21.)<a title=\"Innocuous\" href=\"http://thesaurus.com/browse/innocuous\"> <span style=\"color: rgb(0, 51, 102);\">Innocuous</span></a> : <span id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">damaging</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">destructive</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">harmful</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">hurtful</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">injurious</span>, offensiv</span></font><font size=\"5\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 12pt;\"><span style=\"color: rgb(0, 139, 0);\">e</span></span></font><br /> <font size=\"3\" style=\"color: rgb(255, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"text-decoration: underline;\"></span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"theColor\"></span><span id=\"hotword\"><span name=\"hotword\" style=\"background-color: transparent; cursor: default;\" id=\"hotword\"></span></span></span></font>',1284457490),(1243,'b9cfe4072baf71c9822a2ac4ed3f30e3','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255, 0, 0);\" class=\"MsoNormal\"><font size=\"4\"><u><span style=\"font-size: 13.5pt;\">Please click on the word in case you need more information</span></u></font></p> <font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><font size=\"5\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\"><span class=\"thecolor\"><br /></span></span></font><span style=\"font-size: 12pt;\"><font size=\"3\"><a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\"></span><span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\"></span></span>1.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\">Impolitic</a> : careful, cautious, discreet, politic, wise<br />2.) <a style=\"color: rgb(0, 51, 102);\" title=\"Immanent\" href=\"http://thesaurus.com/browse/immanent\">Immanent</a> : external, extrinsic, acquired<br />3.) <a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\">Illicit</a> : legal, legitimate, noble, licit<br />4.) <a style=\"color: rgb(0, 51, 102);\" title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\">Ignominy</a> : credit, honor<br />5.) <a style=\"color: rgb(0, 51, 102);\" title=\"Inhibit\" href=\"http://thesaurus.com/browse/inhibit\">Inhibit</a> : aid, allow, assist<br />6.) <a style=\"color: rgb(0, 51, 102);\" title=\"Innate\" href=\"http://thesaurus.com/browse/innate\">Innate</a> : acquired, extrinsic, learned<br />7.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impasse\" href=\"http://http://thesaurus.com/browse/impasse\">Impasse</a> : agreement, breakthrough<br /><span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> :</span> </span></font> <span style=\"color: rgb(0, 139, 0);\"><font size=\"3\">flawed, blemished, </font><span class=\"thecolor\"><font size=\"4\"><font size=\"3\">imperfect, corrupt</font><br /></font></span></span></span></font></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">9.) <a href=\"http://thesaurus.com/browse/incense\" title=\"Incense\" style=\"color: rgb(0, 51, 102);\">Incense</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">calm, comfort, please</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />10.) <a href=\"http://thesaurus.com/browse/indigent\" title=\"Indigent\" style=\"color: rgb(0, 51, 102);\">Indigent</a> : <span><span id=\"hotword\"> </span></span><a href=\"http://thesaurus.com/browse/destitute\" rel=\"nofollow\" class=\"theColor\"><span> </span></a><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">rich</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">wealthy</span><span><span id=\"hotword\"></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />11.) <a href=\"http://thesaurus.com/browse/ignoble\" title=\"Ignoble\" style=\"color: rgb(0, 51, 102);\">Ignoble</a> : <span style=\"color: rgb(0, 139, 0);\">honorable, noble, reputable</span></font> <font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br />12.) <a href=\"http://thesaurus.com/browse/impede\" title=\"Impede\" style=\"color: rgb(0, 51, 102);\">Impede</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">aid</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">assist</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">facilitate</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">forward</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">help</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">support</span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">13.) <a href=\"http://thesaurus.com/browse/implicit\" title=\"Implicit\" style=\"color: rgb(0, 51, 102);\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">Specific, explicit</span><span style=\"font-size: 12pt;\"></span><br /></font></p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <a href=\"http://thesaurus.com/browse/immure\" title=\"Immure\" style=\"color: rgb(0, 51, 102);\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">free, let go, release</span><br />15.) <a href=\"http://thesaurus.com/browse/incite\" title=\"Incite\" style=\"color: rgb(0, 51, 102);\">Incite</a> : <span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">delay</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">deter</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">discourage</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">prohibit</span> <br />16.) <a href=\"http://thesaurus.com/browse/incisive\" title=\"Incisive\" style=\"color: rgb(0, 51, 102);\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">incompetent, stupid</span><br />17.) <a href=\"http://thesaurus.com/browse/increment\" title=\"Increment\" style=\"color: rgb(0, 51, 102);\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\">decrement, decrease, loss</span><br />18.) <span style=\"color: rgb(0, 51, 102);\">Instigate</span> : <span style=\"color: rgb(0, 139, 0);\">halt, prevent, stop</span><br />19.) <a href=\"http://thesaurus.com/browse/irrevocable\" title=\"Irrevocable\" style=\"color: rgb(0, 51, 102);\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">revocable, alterable, changeable</span><br />20.) <a href=\"http://thesaurus.com/browse/intrepid\" title=\"Intrepid\" style=\"color: rgb(0, 51, 102);\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">cowardly, week, timid</span><br />21.)<a href=\"http://thesaurus.com/browse/innocuous\" title=\"Innocuous\"> <span style=\"color: rgb(0, 51, 102);\">Innocuous</span></a> : <span id=\"hotword\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">damaging</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">destructive</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">harmful</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">hurtful</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">injurious</span>, offensiv</span></font><font size=\"5\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 12pt;\"><span style=\"color: rgb(0, 139, 0);\">e</span></span></font><br /> <font size=\"3\" style=\"color: rgb(255, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"text-decoration: underline;\"></span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"theColor\"></span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"></span></span></span></font>',1284457621),(1244,'37de7ddcc26da1fec3cef3bcc9018b33','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">\r\n <p><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /></p><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255, 0, 0);\" class=\"MsoNormal\"><font size=\"4\"><u><span style=\"font-size: 13.5pt;\">Please click on the word in case you need more information</span></u></font></p>\r\n<p><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><font size=\"5\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\"><span class=\"thecolor\"></span></span></font></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><font size=\"5\"><span style=\"font-size: 12pt; color: rgb(0, 139, 0);\"><span class=\"thecolor\"></span></span></font></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\"><a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\"><span class=\"thecolor\"></span></a><span class=\"thecolor\"></span><span class=\"thecolor\"><span style=\"color: rgb(0, 139, 0);\"></span></span>1.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\">Impolitic</a> : careful, cautious, discreet, politic, wise</font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">2.) <a style=\"color: rgb(0, 51, 102);\" title=\"Immanent\" href=\"http://thesaurus.com/browse/immanent\">Immanent</a> : external, extrinsic, acquired</font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">3.) <a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\">Illicit</a> : legal, legitimate, noble, licit</font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">4.) <a style=\"color: rgb(0, 51, 102);\" title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\">Ignominy</a> : credit, honor</font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">5.) <a style=\"color: rgb(0, 51, 102);\" title=\"Inhibit\" href=\"http://thesaurus.com/browse/inhibit\">Inhibit</a> : aid, allow, assist</font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">6.) <a style=\"color: rgb(0, 51, 102);\" title=\"Innate\" href=\"http://thesaurus.com/browse/innate\">Innate</a> : acquired, extrinsic, learned</font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">7.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impasse\" href=\"http://http://thesaurus.com/browse/impasse\">Impasse</a> : agreement, breakthrough</font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\"><span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> :</span> </span></font> <span style=\"color: rgb(0, 139, 0);\"><font size=\"3\">flawed, blemished, </font><span class=\"thecolor\"><font size=\"4\"><font size=\"3\">imperfect, corrupt</font></font></span></span></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><span style=\"color: rgb(0, 139, 0);\"><span class=\"thecolor\"></span></span></span></font></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">9.) <a href=\"http://thesaurus.com/browse/incense\" title=\"Incense\" style=\"color: rgb(0, 51, 102);\">Incense</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">calm, comfort, please</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.) <a href=\"http://thesaurus.com/browse/indigent\" title=\"Indigent\" style=\"color: rgb(0, 51, 102);\">Indigent</a> : <span><span id=\"hotword\"> </span></span><a href=\"http://thesaurus.com/browse/destitute\" rel=\"nofollow\" class=\"theColor\"><span> </span></a><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">rich</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">wealthy</span><span><span id=\"hotword\"></span></span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">11.) <a href=\"http://thesaurus.com/browse/ignoble\" title=\"Ignoble\" style=\"color: rgb(0, 51, 102);\">Ignoble</a> : <span style=\"color: rgb(0, 139, 0);\">honorable, noble, reputable</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">12.) <a href=\"http://thesaurus.com/browse/impede\" title=\"Impede\" style=\"color: rgb(0, 51, 102);\">Impede</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">aid</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">assist</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">facilitate</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">forward</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">help</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">support</span></font></p><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"3\">13.) <a href=\"http://thesaurus.com/browse/implicit\" title=\"Implicit\" style=\"color: rgb(0, 51, 102);\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">Specific, explicit</span><span style=\"font-size: 12pt;\"></span><br /></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <a href=\"http://thesaurus.com/browse/immure\" title=\"Immure\" style=\"color: rgb(0, 51, 102);\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">free, let go, release</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.) <a href=\"http://thesaurus.com/browse/incite\" title=\"Incite\" style=\"color: rgb(0, 51, 102);\">Incite</a> : <span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">delay</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">deter</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">discourage</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">prohibit</span> </font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <a href=\"http://thesaurus.com/browse/incisive\" title=\"Incisive\" style=\"color: rgb(0, 51, 102);\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">incompetent, stupid</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">17.) <a href=\"http://thesaurus.com/browse/increment\" title=\"Increment\" style=\"color: rgb(0, 51, 102);\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\">decrement, decrease, loss</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">18.) <span style=\"color: rgb(0, 51, 102);\">Instigate</span> : <span style=\"color: rgb(0, 139, 0);\">halt, prevent, stop</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">19.) <a href=\"http://thesaurus.com/browse/irrevocable\" title=\"Irrevocable\" style=\"color: rgb(0, 51, 102);\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">revocable, alterable, changeable</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">20.) <a href=\"http://thesaurus.com/browse/intrepid\" title=\"Intrepid\" style=\"color: rgb(0, 51, 102);\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">cowardly, week, timid</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">21.)<a href=\"http://thesaurus.com/browse/innocuous\" title=\"Innocuous\"> <span style=\"color: rgb(0, 51, 102);\">Innocuous</span></a> : <span id=\"hotword\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">damaging</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">destructive</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">harmful</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">hurtful</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">injurious</span>, offensiv</span></font><font size=\"5\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 12pt;\"><span style=\"color: rgb(0, 139, 0);\">e</span></span></font></p>\r\n<p><font size=\"3\" style=\"color: rgb(255, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"text-decoration: underline;\"></span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"theColor\"></span><span id=\"hotword\"><span id=\"hotword\" style=\"background-color: transparent; cursor: default;\" name=\"hotword\"></span></span></span></font></p>',1284457702),(1245,'b3ac6602aac11bf99f38a7a78dcea76d','<p class=\"book_chapter_title\">Antonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">\r\n <p><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /></p><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--></div><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\" style=\"text-align: center; font-family: times new roman,times,serif; color: rgb(255, 0, 0);\"></p>\r\n<p style=\"font-family: times new roman,times,serif; text-align: center; color: rgb(255, 0, 0);\"><font size=\"4\"><u><span style=\"font-size: 13.5pt;\">Please click on the word in case you need more information</span></u></font></p>\r\n<p><font size=\"4\"><u><span style=\"font-size: 13.5pt;\"></span></u></font></p><font size=\"4\"><u><span style=\"font-size: 13.5pt;\"></span></u></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">1.) <a href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\" style=\"color: rgb(0, 51, 102);\">Impolitic</a> : <span style=\"color: rgb(0, 139, 0);\">careful, cautious, discreet, politic, wise</span></font></span></font></font>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">2.) <a href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\" style=\"color: rgb(0, 51, 102);\">Immanent</a> : <span style=\"color: rgb(0, 139, 0);\">external, extrinsic, acquired</span></font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">3.) <a href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit</a> : <span style=\"color: rgb(0, 139, 0);\">legal, legitimate, noble, licit</span></font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">4.) <a href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\" style=\"color: rgb(0, 51, 102);\">Ignominy</a> : <span style=\"color: rgb(0, 139, 0);\">credit, honor</span></font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">5.) <a href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\" style=\"color: rgb(0, 51, 102);\">Inhibit</a> : <span style=\"color: rgb(0, 139, 0);\">aid, allow, assist</span></font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">6.) <a href=\"http://thesaurus.com/browse/innate\" title=\"Innate\" style=\"color: rgb(0, 51, 102);\">Innate</a> : <span style=\"color: rgb(0, 139, 0);\">acquired, extrinsic, learned</span></font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\">7.) <a href=\"http://http://thesaurus.com/browse/impasse\" title=\"Impasse\" style=\"color: rgb(0, 51, 102);\">Impasse</a> : <span style=\"color: rgb(0, 139, 0);\">agreement, breakthrough</span></font></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><font size=\"3\"><span class=\"thecolor\"></span><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impeccable\" href=\"http://thesaurus.com/browse/impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable</a> :</span> </span></font> <span style=\"color: rgb(0, 139, 0);\"><font size=\"3\">flawed, blemished, </font><span class=\"thecolor\"><font size=\"4\"><font size=\"3\">imperfect, corrupt</font></font></span></span></span></font></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"6\"><span style=\"font-size: 12pt;\"><span style=\"color: rgb(0, 139, 0);\"><span class=\"thecolor\"></span></span></span></font></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">9.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incense\" href=\"http://thesaurus.com/browse/incense\">Incense</a><span style=\"color: rgb(0, 51, 102);\"> :</span> <span style=\"color: rgb(0, 139, 0);\">calm, comfort, please</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">10.) <a style=\"color: rgb(0, 51, 102);\" title=\"Indigent\" href=\"http://thesaurus.com/browse/indigent\">Indigent</a> : <span><span id=\"hotword\"> </span></span><a class=\"theColor\" rel=\"nofollow\" href=\"http://thesaurus.com/browse/destitute\"><span> </span></a><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">rich</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">wealthy</span><span><span id=\"hotword\"></span></span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">11.) <a style=\"color: rgb(0, 51, 102);\" title=\"Ignoble\" href=\"http://thesaurus.com/browse/ignoble\">Ignoble</a> : <span style=\"color: rgb(0, 139, 0);\">honorable, noble, reputable</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">12.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impede\" href=\"http://thesaurus.com/browse/impede\">Impede</a> :<span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">aid</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">assist</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">facilitate</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">forward</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">help</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">support</span></font></p><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"MsoNormal\"><font size=\"3\">13.) <a style=\"color: rgb(0, 51, 102);\" title=\"Implicit\" href=\"http://thesaurus.com/browse/implicit\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">Specific, explicit</span><span style=\"font-size: 12pt;\"></span><br /></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">14.) <a style=\"color: rgb(0, 51, 102);\" title=\"Immure\" href=\"http://thesaurus.com/browse/immure\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">free, let go, release</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">15.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incite\" href=\"http://thesaurus.com/browse/incite\">Incite</a> : <span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">delay</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">deter</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">discourage</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">prohibit</span> </font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incisive\" href=\"http://thesaurus.com/browse/incisive\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">incompetent, stupid</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">17.) <a style=\"color: rgb(0, 51, 102);\" title=\"Increment\" href=\"http://thesaurus.com/browse/increment\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\">decrement, decrease, loss</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">18.) <span style=\"color: rgb(0, 51, 102);\">Instigate</span> : <span style=\"color: rgb(0, 139, 0);\">halt, prevent, stop</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">19.) <a style=\"color: rgb(0, 51, 102);\" title=\"Irrevocable\" href=\"http://thesaurus.com/browse/irrevocable\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">revocable, alterable, changeable</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">20.) <a style=\"color: rgb(0, 51, 102);\" title=\"Intrepid\" href=\"http://thesaurus.com/browse/intrepid\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">cowardly, week, timid</span></font></p>\r\n<p><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">21.)<a title=\"Innocuous\" href=\"http://thesaurus.com/browse/innocuous\"> <span style=\"color: rgb(0, 51, 102);\">Innocuous</span></a> : <span id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">damaging</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">destructive</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">harmful</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">hurtful</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">injurious</span>, offensiv</span></font><font size=\"5\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 12pt;\"><span style=\"color: rgb(0, 139, 0);\">e</span></span></font></p>\r\n<p><font size=\"3\" style=\"color: rgb(255, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"text-decoration: underline;\"></span></font><font size=\"3\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"theColor\"></span><span id=\"hotword\"><span name=\"hotword\" style=\"background-color: transparent; cursor: default;\" id=\"hotword\"></span></span></span></font></p>',1285261532),(1246,'4893acef16f8b04ae1ccc9b290d3977e','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" rel=\"File-List\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"6\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <a title=\"Impolitic\" href=\"http://thesaurus.com/browse/impolitic\" style=\"color: rgb(0, 51, 102);\">Impolitic</a></span><a style=\"color: rgb(0, 51, 102);\" href=\"http://www.moodle.org/0.7861557874980531\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></a></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><font size=\"6\"> </font>:</span> </span></span></font><font size=\"3\"><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"></span></font><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><font size=\"3\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span></font><br /> <font size=\"3\">2.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Ilk\" href=\"http://thesaurus.com/browse/ilk\" style=\"color: rgb(0, 51, 102);\">Ilk</a></span></font></span><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span><font size=\"1\"><span class=\"thecolor\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"><span style=\"font-size: 12pt;\">family, type, class<br /><br /><br /></span></span></font></font><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <span class=\"thecolor\"></span><font size=\"3\"><span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> <a title=\"Immanent\" href=\"http://thesaurus.com/browse/immanent\" style=\"color: rgb(0, 51, 102);\">Immanent</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span></font> <br /> <span class=\"thecolor\"></span><font size=\"3\"><span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Idolatrous\" href=\"http://thesaurus.com/browse/idolatrous\" style=\"color: rgb(0, 51, 102);\">Idolatrous</a> :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span></font><br /> <font size=\"3\"><span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a href=\"http://thesaurus.com/browse/illicit\" title=\"Illicit\" style=\"color: rgb(0, 51, 102);\">Illicit</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span></font><span class=\"thecolor\"> </span><br /> <span class=\"thecolor\"></span><font size=\"3\"><span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Ignominy\" href=\"http://thesaurus.com/browse/ignominy\">Ignominy</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span></font><br /> <span class=\"thecolor\"></span><font size=\"3\"><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Infuse\" href=\"http://thesaurus.com/browse/infuse\" style=\"color: rgb(0, 51, 102);\">Infuse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span></font><br /> <span class=\"thecolor\"></span><font size=\"3\"><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Inhibit\" href=\"http://thesaurus.com/browse/inhibit\" style=\"color: rgb(0, 51, 102);\">Inhibit</a> : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span></font><br /> <span class=\"ital-inline\"></span><font size=\"3\"><span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Innate\" href=\"http://thesaurus.com/browse/innate\" style=\"color: rgb(0, 51, 102);\">Innate</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span></font><br /> <font size=\"3\">10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><a title=\"Impasse\" href=\"http://thesaurus.com/browse/impasse\" style=\"color: rgb(0, 51, 102);\">Impasse</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span class=\"thecolor\" style=\"color: rgb(0, 139, 0);\">jam</span></font><span style=\"color: rgb(0, 139, 0);\"></span><br /> <font size=\"3\">11.) <span style=\"color: rgb(0, 51, 102);\"><a title=\"Impeccable\" href=\"http://thesaurus.com/browse/impeccable\" style=\"color: rgb(0, 51, 102);\">Impeccable</a> :</span> </font><span style=\"color: rgb(0, 139, 0);\"><font size=\"3\">faultless, fleckless, sinless,unblemished, unerring, unflawed</font><br /></span></span></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 139, 0);\"><font size=\"3\"><span style=\"color: rgb(0, 0, 0);\">12.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incense\" href=\"http://thesaurus.com/browse/Incense\">Incense</a> :</span></font> </span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\">Aroma, essence, anger, disgust </span></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\"><font size=\"3\">13.) <a style=\"color: rgb(0, 51, 102);\" title=\"Indigent\" href=\"http://thesaurus.com/browse/indigent\">Indigent</a> : <span><span id=\"hotword\"> </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">destitute</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">homeless</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">impecunious</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">impoverished</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, </span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"><span name=\"hotword\" id=\"hotword\"></span> </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">penurious</span><span id=\"hotword\"></span></span></font></p>\r\n<p class=\"MsoNormal\"><font size=\"3\">14.) <a style=\"color: rgb(0, 51, 102);\" title=\"Ignoble\" href=\"http://thesaurus.com/browse/ignoble\">Ignoble</a> :<span style=\"color: rgb(0, 139, 0);\"> degraded, dishonorable, ignominious, obscure</span></font></p><font size=\"3\">15.) <a style=\"color: rgb(0, 51, 102);\" title=\"Impede\" href=\"http://thesaurus.com/browse/impede\">Impede</a> : <span style=\"color: rgb(0, 139, 0);\">block, brake, curb, delay, deter, hamper</span></font><font size=\"3\"><br />16.) <a style=\"color: rgb(0, 51, 102);\" title=\"Implicit\" href=\"http://thesaurus.com/browse/implicit\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">contained, definite, implicative, inevitable, tacit</span></font><font size=\"3\"><br />17.) <a style=\"color: rgb(0, 51, 102);\" title=\"Immure\" href=\"http://thesaurus.com/browse/immure\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">coop, entomb, imprison, incarcerate, seclude</span></font><font size=\"3\"><br />18.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incite\" href=\"http://thesaurus.com/browse/incite\">Incite</a> : <span style=\"color: rgb(0, 139, 0);\">actuate, arouse, stimulate</span></font><font size=\"3\"><br />19.) <a style=\"color: rgb(0, 51, 102);\" title=\"Incisive\" href=\"http://thesaurus.com/browse/incisive\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">acute, sharp, keen, penetrating, trenchant</span></font><font size=\"3\"><br />20.) <a style=\"color: rgb(0, 51, 102);\" title=\"Increment\" href=\"http://thesaurus.com/browse/increment\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\"> </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">accession</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">, <span name=\"hotword\" id=\"hotword\"></span> <span name=\"hotword\" id=\"hotword\">accrument,</span> </span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">advancement</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\">,</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span><span class=\"theColor\" style=\"color: rgb(0, 139, 0);\">increase</span><span id=\"hotword\" style=\"color: rgb(0, 139, 0);\"></span></font><font size=\"3\"><br />21.) <a style=\"color: rgb(0, 51, 102);\" title=\"Instigate\" href=\"http://thesaurus.com/browse/instigate\">Instigate</a> : <span style=\"color: rgb(0, 139, 0);\">abet, insinuate, prompt</span></font><font size=\"3\"><br />22.) <a style=\"color: rgb(0, 51, 102);\" title=\"Irrevocable\" href=\"http://thesaurus.com/browse/irrevocable\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">certain, changeless, constant, doomed</span></font><font size=\"3\"><br />23.) <a style=\"color: rgb(0, 51, 102);\" title=\"Intrepid\" href=\"http://thesaurus.com/browse/intrepid\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">audacious, dauntless, fearless, gallant</span></font><font size=\"3\"><br />24.) <a style=\"color: rgb(0, 51, 102);\" title=\"Iridescent\" href=\"http://thesaurus.com/browse/iridescent\">Iridescent</a> : <span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"></span><span class=\"theColor\">lustrous</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">nacreous,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">opalescent</span><span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">prismatic,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\"></span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">shimmering</span> </span></span></font><font size=\"3\"><span><span id=\"hotword\"><br />25.) <a title=\"Innocuous\" href=\"http://thesaurus.com/browse/innocuous\">Innocuous</a> : </span></span><span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"></span><span class=\"theColor\">innocent</span><span id=\"hotword\">, <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">innoxious,</span> <span name=\"hotword\" id=\"hotword\">inobnoxious,</span> <span name=\"hotword\" id=\"hotword\" style=\"cursor: default; background-color: transparent;\">inoffensive</span></span></span></font> <!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;lt;br&amp;amp;amp;gt;&amp;amp;amp;lt;br&amp;amp;amp;gt;</style> ',1284458558),(1247,'f93164b81bd7678dcbac579eca9445f8','<p class=\"book_chapter_title\">Synonym Drill 25 (Letter \'I\')</p>\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: times new roman,times,serif;\"> <span style=\"text-decoration: underline;\"></span></span></font><span class=\"theColor\"><span><span id=\"hotword\"><font size=\"4\" style=\"color: rgb(255, 0, 0); text-decoration: underline;\"><span style=\"font-family: times new roman,times,serif;\">Please click on the word in case you need more information</span></font></span></span></span><br /><span class=\"theColor\"><span><span id=\"hotword\"></span></span></span></div><span class=\"theColor\"><span><span id=\"hotword\"><br /></span></span></span><link rel=\"File-List\" href=\"file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml\" /><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\">1.) <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impolitic\" title=\"Impolitic\">Impolitic</a></span><a href=\"http://www.moodle.org/0.7861557874980531\" style=\"color: rgb(0, 51, 102);\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></a></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"> :</span> </span></span></font><font size=\"3\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"></span><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: black;\"><span style=\"color: rgb(0, 139, 0);\">inexpedient, injudicious, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">stupid</span><span style=\"color: rgb(0, 139, 0);\">, tactless</span><br /> 2.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/ilk\" title=\"Ilk\">Ilk</a></span></span><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 51, 102);\"> </span></font><font size=\"3\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\">:</span> </span></span></font><font size=\"3\"><font size=\"3\"><font size=\"4\"><span style=\"font-size: 13.5pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\"> </span></font><font size=\"1\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\" class=\"thecolor\"><span style=\"font-size: 12pt;\"><font size=\"4\">family, type, class<br /></font></span></span></font></font><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font size=\"4\"><span class=\"thecolor\">3.)<span style=\"color: rgb(0, 51, 102);\"> <a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/immanent\" title=\"Immanent\">Immanent</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, indwelling, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span><br /><span class=\"thecolor\"></span></font> <font size=\"4\"><span class=\"thecolor\">4.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/idolatrous\" title=\"Idolatrous\">Idolatrous</a> :</span> <span style=\"color: rgb(0, 139, 0);\">heathen</span></span><span style=\"color: rgb(0, 139, 0);\">, idol worshiping, pagan</span><br /></font> <font size=\"4\"><span class=\"thecolor\">5.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a style=\"color: rgb(0, 51, 102);\" title=\"Illicit\" href=\"http://thesaurus.com/browse/illicit\">Illicit</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">improper</span></span><span style=\"color: rgb(0, 139, 0);\">, lawless, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">prohibited</span><span style=\"color: rgb(0, 139, 0);\">, unlawful</span><span class=\"thecolor\"> </span><br /><span class=\"thecolor\"></span></font> <font size=\"4\"><span class=\"thecolor\">6.) <span style=\"color: rgb(0, 51, 102);\"><span style=\"color: rgb(0, 0, 0);\"><a href=\"http://thesaurus.com/browse/ignominy\" title=\"Ignominy\" style=\"color: rgb(0, 51, 102);\">Ignominy</a> </span>:</span> <span style=\"color: rgb(0, 139, 0);\">disgrace, dishonor, disrepute</span></span><br /><span class=\"thecolor\"></span></font> <font size=\"4\"><span class=\"thecolor\">7.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/infuse\" title=\"Infuse\">Infuse</a> :</span> <span style=\"color: rgb(0, 139, 0);\">inbue, impart, inculcate, instill</span></span><br /><span class=\"thecolor\"></span></font> <font size=\"4\"><span class=\"thecolor\">8.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/inhibit\" title=\"Inhibit\">Inhibit</a> : </span><span style=\"color: rgb(0, 139, 0);\">bar, constrain, curb, forbid, prohibit</span></span><br /><span class=\"ital-inline\"></span></font> <font size=\"4\"><span class=\"thecolor\">9.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/innate\" title=\"Innate\">Innate</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">inborn, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">inherent</span><span style=\"color: rgb(0, 139, 0);\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">intrinsic</span><span style=\"color: rgb(0, 139, 0);\">, unacquired</span><br /></font> <font size=\"4\">10.) <span class=\"thecolor\"><span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impasse\" title=\"Impasse\">Impasse</a> :</span> </span><span style=\"color: rgb(0, 139, 0);\">dead end, deadlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">dilemma</span><span style=\"color: rgb(0, 139, 0);\">, gridlock, </span><span style=\"color: rgb(0, 139, 0);\" class=\"thecolor\">jam</span><span style=\"color: rgb(0, 139, 0);\"></span><br /></font> <font size=\"4\">11.) <span style=\"color: rgb(0, 51, 102);\"><a style=\"color: rgb(0, 51, 102);\" href=\"http://thesaurus.com/browse/impeccable\" title=\"Impeccable\">Impeccable</a> :</span> <span style=\"color: rgb(0, 139, 0);\">faultless, fleckless, sinless,unblemished, unerring, unflawed<br /></span></font></span></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]--><font size=\"4\"><span style=\"font-size: 12pt; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 139, 0);\"><span style=\"color: rgb(0, 0, 0);\">12.) <a href=\"http://thesaurus.com/browse/Incense\" title=\"Incense\" style=\"color: rgb(0, 51, 102);\">Incense</a> :</span> </span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 139, 0);\">Aroma, essence, anger, disgust </span></font><!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:\"Table Normal\";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-parent:\"\";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin:0in;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:10.0pt;
 font-family:\"Times New Roman\";
 mso-ansi-language:#0400;
 mso-fareast-language:#0400;
 mso-bidi-language:#0400;}
</style>
<![endif]-->\r\n<p class=\"MsoNormal\"><font size=\"4\">13.) <a href=\"http://thesaurus.com/browse/indigent\" title=\"Indigent\" style=\"color: rgb(0, 51, 102);\">Indigent</a> : <span><span id=\"hotword\"> </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">destitute</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">homeless</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">impecunious</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">impoverished</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, </span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\"><span id=\"hotword\" name=\"hotword\"></span> </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">penurious</span><span id=\"hotword\"></span></span></font></p>\r\n<p class=\"MsoNormal\"><font size=\"4\">14.) <a href=\"http://thesaurus.com/browse/ignoble\" title=\"Ignoble\" style=\"color: rgb(0, 51, 102);\">Ignoble</a> :<span style=\"color: rgb(0, 139, 0);\"> degraded, dishonorable, ignominious, obscure</span></font></p><font size=\"4\">15.) <a href=\"http://thesaurus.com/browse/impede\" title=\"Impede\" style=\"color: rgb(0, 51, 102);\">Impede</a> : <span style=\"color: rgb(0, 139, 0);\">block, brake, curb, delay, deter, hamper</span></font><font size=\"4\"><br />16.) <a href=\"http://thesaurus.com/browse/implicit\" title=\"Implicit\" style=\"color: rgb(0, 51, 102);\">Implicit</a> : <span style=\"color: rgb(0, 139, 0);\">contained, definite, implicative, inevitable, tacit</span></font><font size=\"4\"><br />17.) <a href=\"http://thesaurus.com/browse/immure\" title=\"Immure\" style=\"color: rgb(0, 51, 102);\">Immure</a> : <span style=\"color: rgb(0, 139, 0);\">coop, entomb, imprison, incarcerate, seclude</span></font><font size=\"4\"><br />18.) <a href=\"http://thesaurus.com/browse/incite\" title=\"Incite\" style=\"color: rgb(0, 51, 102);\">Incite</a> : <span style=\"color: rgb(0, 139, 0);\">actuate, arouse, stimulate</span></font><font size=\"4\"><br />19.) <a href=\"http://thesaurus.com/browse/incisive\" title=\"Incisive\" style=\"color: rgb(0, 51, 102);\">Incisive</a> : <span style=\"color: rgb(0, 139, 0);\">acute, sharp, keen, penetrating, trenchant</span></font><font size=\"4\"><br />20.) <a href=\"http://thesaurus.com/browse/increment\" title=\"Increment\" style=\"color: rgb(0, 51, 102);\">Increment</a> : <span style=\"color: rgb(0, 139, 0);\"> </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">accession</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">, <span id=\"hotword\" name=\"hotword\"></span> <span id=\"hotword\" name=\"hotword\">accrument,</span> </span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">advancement</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\">,</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\"></span><span style=\"color: rgb(0, 139, 0);\" class=\"theColor\">increase</span><span style=\"color: rgb(0, 139, 0);\" id=\"hotword\"></span></font><font size=\"4\"><br />21.) <a href=\"http://thesaurus.com/browse/instigate\" title=\"Instigate\" style=\"color: rgb(0, 51, 102);\">Instigate</a> : <span style=\"color: rgb(0, 139, 0);\">abet, insinuate, prompt</span></font><font size=\"4\"><br />22.) <a href=\"http://thesaurus.com/browse/irrevocable\" title=\"Irrevocable\" style=\"color: rgb(0, 51, 102);\">Irrevocable</a> : <span style=\"color: rgb(0, 139, 0);\">certain, changeless, constant, doomed</span></font><font size=\"4\"><br />23.) <a href=\"http://thesaurus.com/browse/intrepid\" title=\"Intrepid\" style=\"color: rgb(0, 51, 102);\">Intrepid</a> : <span style=\"color: rgb(0, 139, 0);\">audacious, dauntless, fearless, gallant</span></font><font size=\"4\"><br />24.) <a href=\"http://thesaurus.com/browse/iridescent\" title=\"Iridescent\" style=\"color: rgb(0, 51, 102);\">Iridescent</a> : <span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"></span><span class=\"theColor\">lustrous</span><span id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">nacreous,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">opalescent</span><span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">prismatic,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\"></span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">shimmering</span> </span></span></font><font size=\"4\"><span><span id=\"hotword\"><br />25.) <a href=\"http://thesaurus.com/browse/innocuous\" title=\"Innocuous\">Innocuous</a> : </span></span><span style=\"color: rgb(0, 139, 0);\"><span id=\"hotword\"></span><span class=\"theColor\">innocent</span><span id=\"hotword\">, <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">innoxious,</span> <span id=\"hotword\" name=\"hotword\">inobnoxious,</span> <span style=\"cursor: default; background-color: transparent;\" id=\"hotword\" name=\"hotword\">inoffensive</span></span></span></font> <!--[if gte mso 9]><xml>
 <w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
 <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:Compatibility>
 <w:BreakWrappedTables/>
 <w:SnapToGridInCell/>
 <w:WrapTextWithPunct/>
 <w:UseAsianBreakRules/>
 <w:DontGrowAutofit/>
 </w:Compatibility>
 <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=\"false\" LatentStyleCount=\"156\">
 </w:LatentStyles>
</xml><![endif]--><style> &amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;!-- /* Font Definitions */ @font-face {font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Trebuchet MS&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; panose-1:2 11 6 3 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;; mso-fareast-font-family:&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;;} span.ital-inline {mso-style-name:ital-inline;} span.thecolor {mso-style-name:thecolor;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;lt;br&amp;amp;amp;amp;gt;&amp;amp;amp;amp;lt;br&amp;amp;amp;amp;gt;</style> ',1284466180),(1248,'b7466f97728c49b75a753998504eff2d','<p>Feedback</p>',1284498362),(1249,'51fc46f9ce9f47e8e6589e89be73278f','<p>Please give your feedback here.</p>',1284498362),(1250,'48e75f9009c033d2e162d8f79f1cdf89','<p>Thank You for your feedback.</p>',1284498362),(1251,'fd8a7305f07af1a47ee06db12ece1594','<p>Frequently Asked Questions.</p>',1290314205),(1252,'ace9ea8e6b9af274fd9898ab37adec33',' <font size=\"4\"><span style=\"font-family: times new roman,times,serif;\"><a class=\"ouw_wikilink\" href=\"view.php?id=34&page=What+is+Campus+portal%3F\">What is Campus portal?</a></span></font><br style=\"font-family: times new roman,times,serif;\" /><font size=\"4\"><span style=\"font-family: times new roman,times,serif;\"><a class=\"ouw_wikilink\" href=\"view.php?id=34&page=What+are+objectives+and+activities+of+Campus+Portal%3F\">What are objectives and activities of Campus Portal?</a></span></font><br />\n<font size=\"4\" style=\"font-family: times new roman,times,serif;\"><a class=\"ouw_wikilink\" href=\"view.php?id=34&page=How+to+startup+at+Campus+portal%3F\">How to startup at Campus portal?</a><br />\n<a class=\"ouw_wikilink\" href=\"view.php?id=34&page=Is+the+curriculum+Industry-oriented%3F\">Is the curriculum Industry-oriented?</a></font><br />\n<font size=\"4\" style=\"font-family: times new roman,times,serif;\"> <a class=\"ouw_wikilink\" href=\"view.php?id=34&page=How+do+I+register+a+course%3F\">How do I register a course?</a></font><font size=\"4\" style=\"font-family: times new roman,times,serif;\"><b><sub><span style=\"font-size: 16pt; color: rgb(93, 88, 196);\"></span></sub></b><b><sub><span style=\"font-size: 16pt; color: rgb(93, 88, 196);\"></span></sub></b></font><br />\n',1290314205),(1253,'0df11ef3e7d801047b5a311778cca1cf','<font size=\"4\"><span style=\"font-family: times new roman,times,serif;\">If you are a beginner Campus site, then you must first register. Without registering, you may not be able to access all the content of the site. You can start by going to log-in block on the home page of the site. Once you click on that a new page opens asking you for two options. The first among them is of log-in and the second one for Creating New Account. Fill the new user creation form completely and submit. A message saying about the confirmation of the account appears. Now further activation can be done by accessing the link sent to your e-mail address. Now you are a registered user, you can simply navigate to courses and content.</span></font> ',1285352870),(1254,'e65c1338250bfa000e08e4f2c92c381d','<p style=\"font-family: times new roman,times,serif;\" class=\"MsoNormal\"><font size=\"4\">We offers the Industry oriented most advanced & researched syllabus according to need of modern industry, that provides you opportunities to choose a career path to suit your core competence.</font></p>\n\n',1285352978),(1255,'941c8e006884d50e20f0021573777f0a','<p>Use This form to Contact us.</p>',1284527033),(1256,'5355ffd14c8064b82209056042ebeeef','<form method=\"post\" action=\"lite_process.php\" id=\"contacts-form\"\">\r\n <fieldset>\r\n <label>\r\n <input type=\"text\" value=\"Full Name\" onfocus=\"if(this.value==\'Full Name\'){this.value=\'\'}\" onblur=\"if(this.value==\'\'){this.value=\'Full Name\'}\" name=\"Full_Name\" /></label>\r\n <label>\r\n <input type=\"text\" value=\"Email Address\" onfocus=\"if(this.value==\'Email Address\'){this.value=\'\'}\" onblur=\"if(this.value==\'\'){this.value=\'Email Address\'}\" name=\"Email_Address\" /></label>\r\n <label>\r\n <input type=\"text\" value=\"Telephone\" onfocus=\"if(this.value==\'Telephone\'){this.value=\'\'}\" onblur=\"if(this.value==\'\'){this.value=\'Telephone\'}\" name=\"Telephone_Number\" /></label>\r\n <textarea cols=\"\" rows=\"\" onfocus=\"if(this.value==\'Your Message\'){this.value=\'\'}\" onblur=\"if(this.value==\'\'){this.value=\'Your Message\'}\" name=\"Your_Message\">Your Message</textarea>\r\n <div class=\"alignright\" style=\"height: 3px\"><a href=\"#\" onclick=\"document.getElementById(\'contacts-form\').reset()\" class=\"link1\">Reset</a> <a href=\"#\" onclick=\"document.getElementById(\'contacts-form\').submit()\" class=\"link1\">Submit</a></div>\r\n </fieldset>\r\n </form>',1284526807),(1257,'541c2eced8ef166a05548b11b36e4735','<form method=\"post\" action=\"lite_process.php\" id=\"contacts-form\"\">\r\n <fieldset>\r\n <label>\r\n <input type=\"text\" value=\"Full Name\" onfocus=\"if(this.value==\'Full Name\'){this.value=\'\'}\" onblur=\"if(this.value==\'\'){this.value=\'Full Name\'}\" name=\"Full_Name\" /></label></br>\r\n <label>\r\n <input type=\"text\" value=\"Email Address\" onfocus=\"if(this.value==\'Email Address\'){this.value=\'\'}\" onblur=\"if(this.value==\'\'){this.value=\'Email Address\'}\" name=\"Email_Address\" /></label></br>\r\n <label>\r\n <input type=\"text\" value=\"Telephone\" onfocus=\"if(this.value==\'Telephone\'){this.value=\'\'}\" onblur=\"if(this.value==\'\'){this.value=\'Telephone\'}\" name=\"Telephone_Number\" /></label></br>\r\n <textarea cols=\"\" rows=\"\" onfocus=\"if(this.value==\'Your Message\'){this.value=\'\'}\" onblur=\"if(this.value==\'\'){this.value=\'Your Message\'}\" name=\"Your_Message\">Your Message</textarea></br>\r\n <div class=\"alignright\" style=\"height: 3px\"><a href=\"#\" onclick=\"document.getElementById(\'contacts-form\').reset()\" class=\"link1\">Reset</a> <a href=\"#\" onclick=\"document.getElementById(\'contacts-form\').submit()\" class=\"link1\">Submit</a></div>\r\n </fieldset>\r\n </form>',1284527023),(1258,'c04894eeb12c24b09a82dfef73550e00','<form method=\"post\" action=\"lite_process.php\" id=\"contacts-form\"\">\r\n <fieldset>\r\n \r\n <input type=\"text\" value=\"Full Name\" onfocus=\"if(this.value==\'Full Name\'){this.value=\'\'}\" onblur=\"if(this.value==\'\'){this.value=\'Full Name\'}\" name=\"Full_Name\" /></br>\r\n \r\n <input type=\"text\" value=\"Email Address\" onfocus=\"if(this.value==\'Email Address\'){this.value=\'\'}\" onblur=\"if(this.value==\'\'){this.value=\'Email Address\'}\" name=\"Email_Address\" /></br>\r\n \r\n <input type=\"text\" value=\"Telephone\" onfocus=\"if(this.value==\'Telephone\'){this.value=\'\'}\" onblur=\"if(this.value==\'\'){this.value=\'Telephone\'}\" name=\"Telephone_Number\" /></br>\r\n <textarea cols=\"\" rows=\"\" onfocus=\"if(this.value==\'Your Message\'){this.value=\'\'}\" onblur=\"if(this.value==\'\'){this.value=\'Your Message\'}\" name=\"Your_Message\">Your Message</textarea></br>\r\n <div class=\"alignright\" style=\"height: 3px\"><a href=\"#\" onclick=\"document.getElementById(\'contacts-form\').reset()\" class=\"link1\">Reset</a> <a href=\"#\" onclick=\"document.getElementById(\'contacts-form\').submit()\" class=\"link1\">Submit</a></div>\r\n </fieldset>\r\n </form>',1284528298),(1259,'cffaef365f29d3454c4f74d0c5959ef2','<p>Use this form to contact us.</p>',1284527263),(1260,'8c0fd44b3efc0ef5232d97bb0a95ac22','<p class=\"book_chapter_title\">Vocab Drill 2 (Letter \'A\')</p><br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Admonitory\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/admonitory\" target=\"_blank\">Admonitory (adj)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Containing warning</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: verdana; font-size: 11px; white-space: nowrap;\" class=\"Apple-style-span\"> <font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">I staggered and gasped and found myself facing a mirror on the wall with an</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\">admonitory</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">warning <br />over it. ARE YOU CLEAN? ARE YOU NEAT?</span></font></span></span><font size=\"2\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Adorn\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/adorn\" target=\"_blank\">Adorn (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To decorate or add beauty to, make more pleasing, attractive</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">At Christmas the church was <span style=\"font-weight: bold;\">adorned </span>in an especially solemn<span class=\"Apple-converted-space\"> manner</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)</span></span></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span>s <span style=\"font-weight: bold;\">adorned </span>with pictures of every type of boat.<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The whole of this suite of rooms is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">richly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adorned </span>with carvings in wood.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Abdicate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abdicate\" target=\"_blank\">Abdicate (v)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\">To renounce, give up, repudiate (dignity or responsibility)</font><span style=\"color: rgb(0, 139, 0);\"></span></font><br /></div>\r\n<div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">1)If a king or queen <span style=\"font-weight: bold;\">abdicates</span>, he or she gives up being king or queen.</span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br style=\"color: rgb(102, 51, 0);\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\">2)Many parents simply <span style=\"font-weight: bold;\">abdicate</span> all responsibility for their children.</span></font><font size=\"2\"><br /></font></div><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"beyance\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abeyance\" target=\"_blank\">Abeyance (<span style=\"font-style: italic;\">n</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">Temporary suspension, as of an activity or function</span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)She petitioned the King to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">terminate</span><span class=\"Apple-converted-space\"> </span>the <span style=\"font-weight: bold;\">abeyance</span> in her favor.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)</span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">My most recent article on<span class=\"Apple-converted-space\"> </span><span class=\"ex\">security</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abeyance</span> has been recently published.<font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /></font></span></span></font> ',1284533174),(1261,'fea46716952d306c469fbe1173eedb79','<p class=\"book_chapter_title\">Vocab Drill 2 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/admonitory\" style=\"color: rgb(0, 51, 102);\" title=\"Admonitory\">Admonitory (adj)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Containing warning</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: verdana; font-size: 11px; white-space: nowrap;\"> <font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">I staggered and gasped and found myself facing a mirror on the wall with an</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\">admonitory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">warning <br />over it. ARE YOU CLEAN? ARE YOU NEAT?</span></font></span></span><font size=\"2\"><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/adorn\" style=\"color: rgb(0, 51, 102);\" title=\"Adorn\">Adorn (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To decorate or add beauty to, make more pleasing, attractive</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">At Christmas the church was <span style=\"font-weight: bold;\">adorned </span>in an especially solemn<span class=\"Apple-converted-space\"> manner</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)</span></span></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span>s <span style=\"font-weight: bold;\">adorned </span>with pictures of every type of boat.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The whole of this suite of rooms is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">richly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adorned </span>with carvings in wood.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/adulteration\" style=\"color: rgb(0, 51, 102);\" title=\"Adulteration\">Adulteration (<span style=\"font-style: italic;\">n</span>)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\"> Making impure or poorer in quality</font></font><br /></div>\r\n<div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The <span style=\"font-weight: bold;\">adulteration </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span>is not of course a new problem.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The commonest <span style=\"font-weight: bold;\">adulterations </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">milk</span><span class=\"Apple-converted-space\"> </span>are not of a hurtful character.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">There is little doubt that between 1800 and 1850<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adulteration </span>was practiced on a large scale.</span></span></font><br style=\"color: rgb(0, 0, 0);\" /></div></div><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/affinity\" style=\"color: rgb(0, 51, 102);\" title=\"Affinity\">Affinity (<span style=\"font-style: italic;\">n/adj</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">1)Close connection, relationship <br />2) A natural liking for or attraction to a person, thing, idea etc.</span></font><br />\r\n<div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Teacher... Some people have a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">natural</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity </span>with children.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">You should also be able to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">demonstrate</span><span class=\"Apple-converted-space\"> </span>an <span style=\"font-weight: bold;\">affinity </span>with the Outdoors and camping.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A reliable assay is needed to be able to measure<span class=\"Apple-converted-space\"> </span><span class=\"ex\">binding</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity</span>.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /></font></span></span></font> ',1284533950),(1262,'49c713e2e006f46fa051626aa4e737fb','<p class=\"book_chapter_title\">Vocab Drill 2 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Admonitory\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/admonitory\" target=\"_blank\">Admonitory (adj)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Containing warning</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: verdana; font-size: 11px; white-space: nowrap;\" class=\"Apple-style-span\"> <font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">I staggered and gasped and found myself facing a mirror on the wall with an</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\">admonitory</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">warning <br />over it. ARE YOU CLEAN? ARE YOU NEAT?</span></font></span></span><font size=\"2\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Adorn\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/adorn\" target=\"_blank\">Adorn (<span style=\"font-style: italic;\">v</span>)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To decorate or add beauty to, make more pleasing, attractive</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">At Christmas the church was <span style=\"font-weight: bold;\">adorned </span>in an especially solemn<span class=\"Apple-converted-space\"> manner</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)</span></span></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span>s <span style=\"font-weight: bold;\">adorned </span>with pictures of every type of boat.<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The whole of this suite of rooms is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">richly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adorned </span>with carvings in wood.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Adulteration\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/adulteration\" target=\"_blank\">Adulteration (<span style=\"font-style: italic;\">n</span>)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\"> Making impure or poorer in quality</font></font><br /></div>\r\n<div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The <span style=\"font-weight: bold;\">adulteration </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span>is not of course a new problem.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The commonest <span style=\"font-weight: bold;\">adulterations </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">milk</span><span class=\"Apple-converted-space\"> </span>are not of a hurtful character.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">There is little doubt that between 1800 and 1850<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adulteration </span>was practiced on a large scale.</span></span></font><br style=\"color: rgb(0, 0, 0);\" /></div></div><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"Affinity\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/affinity\" target=\"_blank\">Affinity (<span style=\"font-style: italic;\">n/adj</span>)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">1)Close connection, relationship <br />2) A natural liking for or attraction to a person, thing, idea etc.</span></font><br />\r\n<div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The Teacher... Some people have a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">natural</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity </span>with children.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">You should also be able to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">demonstrate</span><span class=\"Apple-converted-space\"> </span>an <span style=\"font-weight: bold;\">affinity </span>with the Outdoors and camping.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A reliable assay is needed to be able to measure<span class=\"Apple-converted-space\"> </span><span class=\"ex\">binding</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity</span>.<br /><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Aggravate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/aggravate\" target=\"_blank\">Aggravate (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make worse or more severe, to annoy, irritate</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Many diseases may be caused by<span class=\"Apple-converted-space\"> </span><span class=\"ex\">stress</span>, and even more may be <span style=\"font-weight: bold;\">aggravated </span>by stress.<br />2)</span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">An offense akin to racially <span style=\"font-weight: bold;\">aggravated </span>harassment could be created</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A deliberate breach of the health and safety legislation with a view to profit seriously <span style=\"font-weight: bold;\">aggravates </span>the offense.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br /></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font></font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!<br /><br /></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)<a href=\"http://dictionary.reference.com/browse/acclaimed\" target=\"_blank\" title=\"Acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a href=\"http://dictionary.reference.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a title=\"Accretion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a title=\"Acquisition\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />22.)<a href=\"http://dictionary.reference.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a title=\"Adhere\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)<a href=\"http://dictionary.reference.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a href=\"http://dictionary.reference.com/browse/adjacent\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font></div></div></div></div></div></div></div></div><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /></font></span></span></font> ',1284534485),(1263,'a8215e44943c1387bc0b600e091f4896','<p class=\"book_chapter_title\">Vocab Drill 2 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/admonitory\" style=\"color: rgb(0, 51, 102);\" title=\"Admonitory\">Admonitory (adj)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Containing warning</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: verdana; font-size: 11px; white-space: nowrap;\"> <font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">I staggered and gasped and found myself facing a mirror on the wall with an</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\">admonitory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">warning <br />over it. ARE YOU CLEAN? ARE YOU NEAT?</span></font></span></span><font size=\"2\"><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/adorn\" style=\"color: rgb(0, 51, 102);\" title=\"Adorn\">Adorn (v)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To decorate or add beauty to, make more pleasing, attractive</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">At Christmas the church was <span style=\"font-weight: bold;\">adorned </span>in an especially solemn<span class=\"Apple-converted-space\"> manner</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)</span></span></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span>s <span style=\"font-weight: bold;\">adorned </span>with pictures of every type of boat.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The whole of this suite of rooms is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">richly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adorned </span>with carvings in wood.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/adulteration\" style=\"color: rgb(0, 51, 102);\" title=\"Adulteration\">Adulteration (<span style=\"font-style: italic;\">n</span>)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\"> Making impure or poorer in quality</font></font><br /></div>\r\n<div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The <span style=\"font-weight: bold;\">adulteration </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span>is not of course a new problem.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The commonest <span style=\"font-weight: bold;\">adulterations </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">milk</span><span class=\"Apple-converted-space\"> </span>are not of a hurtful character.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">There is little doubt that between 1800 and 1850<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adulteration </span>was practiced on a large scale.</span></span></font><br style=\"color: rgb(0, 0, 0);\" /></div></div><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/affinity\" style=\"color: rgb(0, 51, 102);\" title=\"Affinity\">Affinity (n/adj)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">1)Close connection, relationship <br />2) A natural liking for or attraction to a person, thing, idea etc.</span></font><br />\r\n<div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Teacher... Some people have a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">natural</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity </span>with children.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">You should also be able to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">demonstrate</span><span class=\"Apple-converted-space\"> </span>an <span style=\"font-weight: bold;\">affinity </span>with the Outdoors and camping.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A reliable assay is needed to be able to measure<span class=\"Apple-converted-space\"> </span><span class=\"ex\">binding</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity</span>.<br /><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/aggravate\" style=\"color: rgb(0, 51, 102);\" title=\"Aggravate\">Aggravate (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make worse or more severe, to annoy, irritate</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Many diseases may be caused by<span class=\"Apple-converted-space\"> </span><span class=\"ex\">stress</span>, and even more may be <span style=\"font-weight: bold;\">aggravated </span>by stress.<br />2)</span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">An offense akin to racially <span style=\"font-weight: bold;\">aggravated </span>harassment could be created</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A deliberate breach of the health and safety legislation with a view to profit seriously <span style=\"font-weight: bold;\">aggravates </span>the offense.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Abide (v)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To remain, Be faithful to/endure<br /></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)The true believer, in contrast, has eternal life and will <span style=\"font-weight: bold;\">abide</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>forever.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br /></span><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)I agree to <span style=\"font-weight: bold;\">abide </span>by the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">rule</span>s of the Club.</span></span></font><br /><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" style=\"color: rgb(0, 51, 102);\" title=\"Abjure\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!<br /><br /></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Acclaimed\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Accolade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a href=\"http://dictionary.reference.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a href=\"http://dictionary.reference.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />22.)<a title=\"Adamant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a href=\"http://dictionary.reference.com/browse/adhere\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)<a title=\"Adhesion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a title=\"Adjacent\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font></div></div></div></div></div></div></div></div><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /></font></span></span></font> ',1284534566),(1264,'27f65fd3f7b187044432a4ac67330990','<p class=\"book_chapter_title\">Vocab Drill 2 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Admonitory\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/admonitory\" target=\"_blank\">Admonitory (adj)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Containing warning</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: verdana; font-size: 11px; white-space: nowrap;\" class=\"Apple-style-span\"> <font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">I staggered and gasped and found myself facing a mirror on the wall with an</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\">admonitory</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">warning <br />over it. ARE YOU CLEAN? ARE YOU NEAT?</span></font></span></span><font size=\"2\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Adorn\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/adorn\" target=\"_blank\">Adorn (v)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To decorate or add beauty to, make more pleasing, attractive</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">At Christmas the church was <span style=\"font-weight: bold;\">adorned </span>in an especially solemn<span class=\"Apple-converted-space\"> manner</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)</span></span></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span>s <span style=\"font-weight: bold;\">adorned </span>with pictures of every type of boat.<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The whole of this suite of rooms is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">richly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adorned </span>with carvings in wood.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Adulteration\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/adulteration\" target=\"_blank\">Adulteration (<span style=\"font-style: italic;\">n</span>)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\"> Making impure or poorer in quality</font></font><br /></div>\r\n<div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The <span style=\"font-weight: bold;\">adulteration </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span>is not of course a new problem.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The commonest <span style=\"font-weight: bold;\">adulterations </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">milk</span><span class=\"Apple-converted-space\"> </span>are not of a hurtful character.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">There is little doubt that between 1800 and 1850<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adulteration </span>was practiced on a large scale.</span></span></font><br style=\"color: rgb(0, 0, 0);\" /></div></div><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"Affinity\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/affinity\" target=\"_blank\">Affinity (n/adj)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">1)Close connection, relationship <br />2) A natural liking for or attraction to a person, thing, idea etc.</span></font><br />\r\n<div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The Teacher... Some people have a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">natural</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity </span>with children.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">You should also be able to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">demonstrate</span><span class=\"Apple-converted-space\"> </span>an <span style=\"font-weight: bold;\">affinity </span>with the Outdoors and camping.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A reliable assay is needed to be able to measure<span class=\"Apple-converted-space\"> </span><span class=\"ex\">binding</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity</span>.<br /><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Aggravate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/aggravate\" target=\"_blank\">Aggravate (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make worse or more severe, to annoy, irritate</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Many diseases may be caused by<span class=\"Apple-converted-space\"> </span><span class=\"ex\">stress</span>, and even more may be <span style=\"font-weight: bold;\">aggravated </span>by stress.<br />2)</span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">An offense akin to racially <span style=\"font-weight: bold;\">aggravated </span>harassment could be created</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A deliberate breach of the health and safety legislation with a view to profit seriously <span style=\"font-weight: bold;\">aggravates </span>the offense.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span>Agile (adj)</font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Quick moving, active , well coordinated in movement<br /></font><br /><font size=\"1\" style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a title=\"Abjure\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abjure?fromRef=true&__utma=1.401143985.1282065754.1283704947.1283771800.3&__utmb=178229344.19.9.1283772743226&__utmc=178229344&__utmx=-&__utmz=1.1283704947.2.2.utmcsr=reference.com%7Cutmccn=%28referral%29%7Cutmcmd=referral%7Cutmcct=/browse/ebullience&__utmv=-&__utmk=103679744\" target=\"_blank\">Abjure (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Promise or swear to give up</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">The woman also confessed her share in the crime at Fin-don and both abjured the realm.<br /></span></span></font>\r\n <div style=\"text-align: justify; font-weight: bold; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However, being the child of parents who spent their working lives in foreign postings, I<span class=\"Apple-converted-space\"> </span><span class=\"ex\">became</span><span class=\"Apple-converted-space\"> </span>socially very <span style=\"font-weight: bold;\">agile</span>.</span></span></font><br /> <font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)</span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">He appears to be faster and more <span style=\"font-weight: bold;\">agile </span>than normal<span class=\"Apple-converted-space\"> </span><span class=\"ex\">human</span>s, and knows some variety of martial arts.</span></span></font><br /> <font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Working on a higher abstraction level<span class=\"Apple-converted-space\"> </span><span class=\"ex\">make</span>s the process more <span style=\"font-weight: bold;\">agile </span>at the same time.</span></span></font><br /> </div> <br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/abrade\" target=\"_blank\" title=\"Abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font></font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!<br /><br /></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)<a href=\"http://dictionary.reference.com/browse/acclaimed\" target=\"_blank\" title=\"Acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a href=\"http://dictionary.reference.com/browse/accolade\" target=\"_blank\" title=\"Accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a title=\"Accretion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a title=\"Acquisition\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />22.)<a href=\"http://dictionary.reference.com/browse/adamant\" target=\"_blank\" title=\"Adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a title=\"Adhere\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)<a href=\"http://dictionary.reference.com/browse/adhesion\" target=\"_blank\" title=\"Adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a href=\"http://dictionary.reference.com/browse/adjacent\" target=\"_blank\" title=\"Adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font></div></div></div></div></div></div></div></div><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /></font></span></span></font> ',1284535136),(1265,'5ca476ad0c0d62ead8c4122bae372726','<p class=\"book_chapter_title\">Vocab Drill 2 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/admonitory\" style=\"color: rgb(0, 51, 102);\" title=\"Admonitory\">Admonitory (adj)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Containing warning</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: verdana; font-size: 11px; white-space: nowrap;\"> <font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">I staggered and gasped and found myself facing a mirror on the wall with an</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\">admonitory</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">warning <br />over it. ARE YOU CLEAN? ARE YOU NEAT?</span></font></span></span><font size=\"2\"><font size=\"2\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/adorn\" style=\"color: rgb(0, 51, 102);\" title=\"Adorn\">Adorn (v)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To decorate or add beauty to, make more pleasing, attractive</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">At Christmas the church was <span style=\"font-weight: bold;\">adorned </span>in an especially solemn<span class=\"Apple-converted-space\"> manner</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">2)</span></span></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span>s <span style=\"font-weight: bold;\">adorned </span>with pictures of every type of boat.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The whole of this suite of rooms is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">richly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adorned </span>with carvings in wood.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/adulteration\" style=\"color: rgb(0, 51, 102);\" title=\"Adulteration\">Adulteration (<span style=\"font-style: italic;\">n</span>)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\"> Making impure or poorer in quality</font></font><br /></div>\r\n<div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The <span style=\"font-weight: bold;\">adulteration </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span>is not of course a new problem.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The commonest <span style=\"font-weight: bold;\">adulterations </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">milk</span><span class=\"Apple-converted-space\"> </span>are not of a hurtful character.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">There is little doubt that between 1800 and 1850<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adulteration </span>was practiced on a large scale.</span></span></font><br style=\"color: rgb(0, 0, 0);\" /></div></div><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/affinity\" style=\"color: rgb(0, 51, 102);\" title=\"Affinity\">Affinity (n/adj)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">1)Close connection, relationship <br />2) A natural liking for or attraction to a person, thing, idea etc.</span></font><br />\r\n<div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The Teacher... Some people have a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">natural</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity </span>with children.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">You should also be able to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">demonstrate</span><span class=\"Apple-converted-space\"> </span>an <span style=\"font-weight: bold;\">affinity </span>with the Outdoors and camping.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A reliable assay is needed to be able to measure<span class=\"Apple-converted-space\"> </span><span class=\"ex\">binding</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity</span>.<br /><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/aggravate\" style=\"color: rgb(0, 51, 102);\" title=\"Aggravate\">Aggravate (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make worse or more severe, to annoy, irritate</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\">1)</span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Many diseases may be caused by<span class=\"Apple-converted-space\"> </span><span class=\"ex\">stress</span>, and even more may be <span style=\"font-weight: bold;\">aggravated </span>by stress.<br />2)</span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">An offense akin to racially <span style=\"font-weight: bold;\">aggravated </span>harassment could be created</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)</span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A deliberate breach of the health and safety legislation with a view to profit seriously <span style=\"font-weight: bold;\">aggravates </span>the offense.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><br /><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/abide\" style=\"color: rgb(0, 51, 102);\" title=\"Abide\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span><a href=\"http://dictionary.reference.com/browse/agile\" target=\"_blank\" title=\"Agile\">Agile (adj)</a></font></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Quick moving, active , well coordinated in movement</font><span style=\"font-size: 10.5pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(102, 51, 0);\"><br /></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"font-size: 10.5pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(102, 51, 0);\">1)<span>However, being the child of parents who spent their working lives in foreign postings, I became socially very <span style=\"font-weight: bold;\">agile</span>.</span></span><b><span style=\"font-size: 12pt; font-family: \"times new roman\",\"serif\"; color: rgb(102, 51, 0);\"></span></b><span style=\"font-size: 10.5pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(102, 51, 0);\"></span><br /><span style=\"font-size: 10.5pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(102, 51, 0);\">2)<span>He appears to be faster and more <span style=\"font-weight: bold;\">agile </span>than normal humans, and knows some variety of martial arts.</span></span><b><span style=\"font-size: 12pt; font-family: \"times new roman\",\"serif\"; color: rgb(102, 51, 0);\"></span></b><span style=\"font-size: 10.5pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(102, 51, 0);\"></span><br /><span style=\"font-size: 10.5pt; font-family: \"trebuchet ms\",\"sans-serif\"; color: rgb(102, 51, 0);\">3)Working on a higher abstraction level makes the process more <span style=\"font-weight: bold;\">agile </span>at the same time.</span><b><span style=\"font-size: 12pt; font-family: \"times new roman\",\"serif\"; color: rgb(102, 51, 0);\"></span></b> <font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><br style=\"color: rgb(0, 0, 0);\" /></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font></div><br /><font size=\"1\" style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a target=\"_blank\" href=\"http://dictionary.reference.com/browse/ail\" style=\"color: rgb(0, 51, 102);\" title=\"Ail\">Ail (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To cause pain, trouble, be ill</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"></span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Many of the railroad schemes took over <span style=\"font-weight: bold;\">ailing </span>canal<span class=\"Apple-converted-space\"> companies.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Is paid for increasing from in to pay for medical insurance billed salary <span style=\"font-weight: bold;\">ailing</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>system.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span><br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">We place an emphasis on the recovery and rescue of <span style=\"font-weight: bold;\">ailing</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">business</span>es with a view to maintaining the business and safeguarding employment.</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a title=\"Abrade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrade\"><span style=\"color: rgb(0, 51, 102);\">Abraded (v)</span></a></font><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Rubbed off, Worn away by friction</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)The pottery collection consists of quite small pieces, and all were<span class=\"Apple-converted-space\"> </span><span class=\"ex\">very</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abraded</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)However, do not <span style=\"font-weight: bold;\">abrade </span>the<span class=\"Apple-converted-space\"> </span><span class=\"ex\">skin</span><span class=\"Apple-converted-space\"> </span>by using a scrub brush.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />9.)<a href=\"http://dictionary.reference.com/browse/abrasion\" target=\"_blank\" title=\"Abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a href=\"http://dictionary.reference.com/browse/abrogate\" target=\"_blank\" title=\"Abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span></font><br /><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a href=\"http://dictionary.reference.com/browse/abscond\" target=\"_blank\" title=\"Abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a href=\"http://dictionary.reference.com/browse/abstruse\" target=\"_blank\" title=\"Abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)These <span style=\"font-weight: bold;\">abstruse</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a title=\"Abundant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a href=\"http://dictionary.reference.com/browse/abut\" target=\"_blank\" title=\"Abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span class=\"ex\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">so</span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"Apple-converted-space\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"></span></span></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a title=\"Acarpous\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a title=\"Accentuate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; line-height: 16px; text-align: left;\"><span id=\"hotword\" name=\"hotword\" style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\">1)</span></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!<br /><br /></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)<a title=\"Acclaimed\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Welcome with shout or sound of joy and approval</span><br /></span></span>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critical</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acclaim </span>for Forster has dipped during the last decade.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Your personal commitment to the meeting the challenges in Africa have<span class=\"Apple-converted-space\"> </span><span class=\"ex\">earn</span>ed widespread <span style=\"font-weight: bold;\">acclaim</span>.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />19.)<a title=\"Accolade\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/accolade\"><span style=\"color: rgb(0, 51, 102);\">Accolade (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Praise or approval<br /></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A human tale of triumph and disaster, it has received <span style=\"font-weight: bold;\">accolades </span>from<span class=\"Apple-converted-space\"> </span><span class=\"ex\">critic</span>s and audiences alike.</span></span><br /><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">I will then identify the ways we can identify whether or not a school<span class=\"Apple-converted-space\"> </span><span class=\"ex\">deserve</span>s the <span style=\"font-weight: bold;\">accolade </span>of being a good school.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />20.)<a href=\"http://dictionary.reference.com/browse/accretion\" target=\"_blank\" title=\"Accretion\"><span style=\"color: rgb(0, 51, 102);\">Accretion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">An increase by natural growth</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span></font></div></div>\r\n <div style=\"text-align: left;\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It does best where there is not much<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sand</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>.<br />2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Why does <span style=\"font-weight: bold;\">accretion </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">matter</span><span class=\"Apple-converted-space\"> </span>onto black holes make them luminous?<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">But in a world of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">slow</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">accretion</span>, it was enough.</span></span></font>\r\n <div style=\"text-align: left; color: rgb(0, 0, 0);\"><font size=\"4\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font></div> <font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span></font></span></span>21.)<a href=\"http://dictionary.reference.com/browse/acquisition\" target=\"_blank\" title=\"Acquisition\"><span style=\"color: rgb(0, 51, 102);\">Acquisition (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Something acquired, act of acquiring or gaining</font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\"><br /></span>1)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-weight: bold;\">Acquisition </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">vocabulary</span>, differentiated labels and concepts relevant to the IE tasks as well as problem solving in general.</span></span><br />\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Due to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">recent</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">acquisitions</span>, the organization has seen steady growth over the last few years.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />22.)<a title=\"Adamant\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adamant\"><span style=\"color: rgb(0, 51, 102);\">Adamant (adj/n)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Too hard to cut/ stone of impenetrable hardness</font><br /></span></span></font>\r\n <div style=\"text-align: left; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The doctors had been<span class=\"Apple-converted-space\"> </span><span class=\"ex\">absolutely</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>that she wasn\'t going to get better.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">She was<span class=\"Apple-converted-space\"> </span><span class=\"ex\">also</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adamant </span>her children got the support they needed.<br /></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">23.)<a href=\"http://dictionary.reference.com/browse/adhere\" target=\"_blank\" title=\"Adhere\"><span style=\"color: rgb(0, 51, 102);\">Adhere (v)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Remain faithful, stick fast, attached as a follower</font><br /></span></span>\r\n <div style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">However dates will still need to be strictly <span style=\"font-weight: bold;\">adhered </span>to.</span></span></font><br style=\"font-style: italic; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The appropriate standards must be rigorously <span style=\"font-weight: bold;\">adhered </span>to in achieving the highest quality.</span></span></font><br /></div><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font></span></span><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">24.)<a title=\"Adhesion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adhesion\"><span style=\"color: rgb(0, 51, 102);\">Adhesion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Adhering, Support, steady or devoted attachment</font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This is a result of poor <span style=\"font-weight: bold;\">adhesion </span>of the<span class=\"Apple-converted-space\"> coating.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Good<span class=\"Apple-converted-space\"> </span><span class=\"ex\">inter-facial</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>is the key to the reliable service performance of durable bonded components.<br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">This results in the development of permanent<span class=\"Apple-converted-space\"> </span><span class=\"ex\">fibrous</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adhesion </span>s.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />25.)<a title=\"Adjacent\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/adjacent\"><span style=\"color: rgb(0, 51, 102);\">Adjacent (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\">Lying near, close or contiguous</font><br /></span></span></font>\r\n <div style=\"text-align: justify; font-style: italic; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A bird hide is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">situate</span>d <span style=\"font-weight: bold;\">adjacent </span>to the lake.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">We did not see this object join the original and appeared to be<span class=\"Apple-converted-space\"> </span><span class=\"ex\">sit</span>ting <span style=\"font-weight: bold;\">adjacent</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Control of the space<span class=\"Apple-converted-space\"> </span><span class=\"ex\">immediately</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adjacent </span>to your skin is crucial to staying warm.</span></span></font></div></div></div></div></div></div></div></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\" class=\"Apple-style-span\"><span style=\"text-align: left; font-size: 14px;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"color: rgb(0, 0, 0);\" /></font></span></span></font></div> ',1284535641),(1266,'429b8c04fb355273243dfe683d0eb6c3','<p class=\"book_chapter_title\">Vocab Drill 2 (Letter \'A\')</p> <br />\r\n<div style=\"text-align: center;\"><font size=\"4\" style=\"color: rgb(255, 0, 0);\"><font size=\"4\" style=\"text-decoration: underline;\"><font style=\"font-family: times new roman,times,serif; color: rgb(204, 0, 0);\">Please click on the word in case you need more information</font></font></font><br /></div><font size=\"4\"><br /><span style=\"color: rgb(0, 0, 0);\">1.)</span><span style=\"color: rgb(0, 71, 127);\"><a title=\"Admonitory\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/admonitory\" target=\"_blank\">Admonitory (adj)</a> </span>:</font><span style=\"color: rgb(0, 139, 0);\"> </span><font size=\"2\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-style: italic;\">Containing warning</span></font><font size=\"3\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font></font><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: verdana; font-size: 11px; white-space: nowrap;\" class=\"Apple-style-span\"> <font size=\"2\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">I staggered and gasped and found myself facing a mirror on the wall with an</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\">admonitory</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-weight: bold;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">warning <br />over it. ARE YOU CLEAN? ARE YOU NEAT?</span></font></span></span><font size=\"2\"><font size=\"2\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(102, 51, 0); font-size: medium; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font></font><font size=\"2\"><br style=\"font-weight: bold;\" /></font><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">2.)</font><font size=\"4\"><a title=\"Adorn\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/adorn\" target=\"_blank\">Adorn (v)</a> </font><font size=\"4\">:</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To decorate or add beauty to, make more pleasing, attractive</font><font size=\"3\"><br /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">At Christmas the church was <span style=\"font-weight: bold;\">adorned </span>in an especially solemn<span class=\"Apple-converted-space\"> manner</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">2)</span></span></font><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span>s <span style=\"font-weight: bold;\">adorned </span>with pictures of every type of boat.<br />3)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">The whole of this suite of rooms is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">richly</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adorned </span>with carvings in wood.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font><br />\r\n<div style=\"text-align: left;\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">3.)</span><a title=\"Adulteration\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/adulteration\" target=\"_blank\">Adulteration (<span style=\"font-style: italic;\">n</span>)</a></font> :<font size=\"3\" style=\"font-style: italic;\"><font style=\"color: rgb(0, 139, 0);\"> Making impure or poorer in quality</font></font><br /></div>\r\n<div style=\"text-align: justify; font-family: georgia,times new roman,times,serif;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(102, 51, 0);\"></span></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">1)</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The <span style=\"font-weight: bold;\">adulteration </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span>is not of course a new problem.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The commonest <span style=\"font-weight: bold;\">adulterations </span>of<span class=\"Apple-converted-space\"> </span><span class=\"ex\">milk</span><span class=\"Apple-converted-space\"> </span>are not of a hurtful character.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">There is little doubt that between 1800 and 1850<span class=\"Apple-converted-space\"> </span><span class=\"ex\">food</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">adulteration </span>was practiced on a large scale.</span></span></font><br style=\"color: rgb(0, 0, 0);\" /></div></div><br /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">4.)</span><a title=\"Affinity\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/affinity\" target=\"_blank\">Affinity (n/adj)</a></font> : <font size=\"3\"><span style=\"font-style: italic; color: rgb(0, 139, 0);\">1)Close connection, relationship <br />2) A natural liking for or attraction to a person, thing, idea etc.</span></font><br />\r\n<div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font><font size=\"2\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">The Teacher... Some people have a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">natural</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity </span>with children.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">You should also be able to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">demonstrate</span><span class=\"Apple-converted-space\"> </span>an <span style=\"font-weight: bold;\">affinity </span>with the Outdoors and camping.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">A reliable assay is needed to be able to measure<span class=\"Apple-converted-space\"> </span><span class=\"ex\">binding</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">affinity</span>.<br /><br /></span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">5.)</span><a title=\"Aggravate\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/aggravate\" target=\"_blank\">Aggravate (v)</a> :</span></font><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To make worse or more severe, to annoy, irritate</font></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\">1)</span></span></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Many diseases may be caused by<span class=\"Apple-converted-space\"> </span><span class=\"ex\">stress</span>, and even more may be <span style=\"font-weight: bold;\">aggravated </span>by stress.<br />2)</span></span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">An offense akin to racially <span style=\"font-weight: bold;\">aggravated </span>harassment could be created</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">3)</span><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">A deliberate breach of the health and safety legislation with a view to profit seriously <span style=\"font-weight: bold;\">aggravates </span>the offense.</span></span><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font><br /><a title=\"Abide\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/abide\" target=\"_blank\"><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">6.)</span></font></a><font size=\"4\"><a title=\"Agile\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/agile\">Agile (adj)</a></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Quick moving, active , well coordinated in movement</font><span style=\"font-size: 10.5pt;\"><br /></span>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"font-size: 10.5pt;\">1)<span>However, being the child of parents who spent their working lives in foreign postings, I became socially very <span style=\"font-weight: bold;\">agile</span>.</span></span><b><span style=\"font-size: 12pt;\"></span></b><span style=\"font-size: 10.5pt;\"></span><br /><span style=\"font-size: 10.5pt;\">2)<span>He appears to be faster and more <span style=\"font-weight: bold;\">agile </span>than normal humans, and knows some variety of martial arts.</span></span><b><span style=\"font-size: 12pt;\"></span></b><span style=\"font-size: 10.5pt;\"></span><br /><span style=\"font-size: 10.5pt;\">3)Working on a higher abstraction level makes the process more <span style=\"font-weight: bold;\">agile </span>at the same time.</span><b><span style=\"font-size: 12pt;\"></span></b> <font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font><br style=\"color: rgb(0, 0, 0);\" /></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-weight: bold;\"><span class=\"Apple-style-span\" style=\"line-height: normal; widows: 2; text-transform: none; font-variant: normal; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; font-size: medium; font-weight: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font></div><br /><font size=\"1\" style=\"font-style: italic; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">7.)</span><a title=\"Ail\" style=\"color: rgb(0, 51, 102);\" href=\"http://dictionary.reference.com/browse/ail\" target=\"_blank\">Ail (v)</a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To cause pain, trouble, be ill</font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)</span></font></span><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; font-size: medium; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"></span></span></font></font><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Many of the railroad schemes took over <span style=\"font-weight: bold;\">ailing </span>canal<span class=\"Apple-converted-space\"> companies.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br />2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">Is paid for increasing from in to pay for medical insurance billed salary <span style=\"font-weight: bold;\">ailing</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>system.</span><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span><br />3)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">We place an emphasis on the recovery and rescue of <span style=\"font-weight: bold;\">ailing</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">business</span>es with a view to maintaining the business and safeguarding employment.</span></span></font><br /><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium trebuchet ms,verdana,arial,helvetica,sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; word-spacing: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; font-size: 14px;\"><br style=\"color: rgb(0, 0, 0);\" /><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">8.)</span><a href=\"http://dictionary.reference.com/browse/alacrity\" target=\"_blank\" title=\"Alacrity\"><span style=\"color: rgb(0, 51, 102);\">Alacrity (<span style=\"font-style: italic;\">n</span>)</span></a></font><a href=\"http://www.moodle.org/0.8653613829242436\"><span class=\"ex\" style=\"background-color: rgb(255, 255, 153);\"></span></a></span></span></font> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Liveliness, briskness, cheerful readiness</font><br />\r\n <div style=\"text-align: justify; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\">\r\n <div style=\"text-align: left;\"><!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n <o:RelyOnVML/>\r\n <o:AllowPNG/>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-IN</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n mso-para-margin-top:0cm;\r\n mso-para-margin-right:0cm;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0cm;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-fareast-font-family:\"Times New Roman\";\r\n mso-fareast-theme-font:minor-fareast;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--> </div>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"color: rgb(102, 51, 0);\"><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\">1)</span><span style=\"orphans: 2; widows: 2; word-spacing: 0px;\">We have no longer the <span style=\"font-weight: bold;\">alacrity </span>of</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"> </span></span><span class=\"ex\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\">spirit</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"> </span></span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\">that feels but half the weight it carries.</span></span><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"></span><br /><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"> <span class=\"apple-style-span\">2)Will the</span><span class=\"apple-converted-space\"> </span></span><span class=\"ex\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\">same</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"> </span></span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"><span style=\"font-weight: bold;\">alacrity </span>apply to the Entertainment Center?</span></span><span style=\"font-family: \"trebuchet ms\",\"sans-serif\";\"></span><br /><span style=\"font-family: \"trebuchet ms\",\"sans-serif\";\"> </span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"><span style=\"orphans: 2; widows: 2; word-spacing: 0px;\">3)A still bigger surprise is that a relatively small 2.7 liter diesel engine can push</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"> </span></span><span class=\"ex\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\">such</span></span><span class=\"apple-converted-space\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\"> </span></span><span class=\"apple-style-span\"><span style=\"font-size: 10.5pt; line-height: 115%; font-family: \"trebuchet ms\",\"sans-serif\";\">a large car along with such <span style=\"font-weight: bold;\">alacrity</span>.</span></span></span><span style=\"font-family: \"trebuchet ms\",\"sans-serif\";\"></span></font><br /><br /></div></div><font size=\"2\"><font size=\"2\" style=\"font-style: italic;\"><span style=\"border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\">9.)<a title=\"Abrasion\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrasion\"><span style=\"color: rgb(0, 51, 102);\">Abrasion (</span><span style=\"font-style: italic; color: rgb(0, 51, 102);\">n</span><span style=\"color: rgb(0, 51, 102);\">)</span></a> :</font></span></span></font></font><span class=\"Apple-style-span\" style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\"> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Rubbing, scrapping or wearing off</span></font> <br /></span></span>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0); font-style: italic;\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)Shop wisely, making sure your purchase is strong enough to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">resist</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abrasions</span>.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)Any pain is likely to be the result of corneal <span style=\"font-weight: bold;\">abrasion </span>arising from removal attempts.</span></span><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br /></font><br /></div></div>\r\n <div style=\"text-align: left;\"><font size=\"4\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"color: rgb(0, 0, 0);\">10.)</span><a title=\"Abrogate\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abrogate\"><span style=\"color: rgb(0, 51, 102);\">Abrogate (v)</span></a> :</span></font> <span style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0);\">Repeal or annul by authority,to put aside, an end to</font></span></span><br /><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"></span></span></div>\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)We cannot, nor should not, <span style=\"font-weight: bold;\">abrogate </span>that<span class=\"Apple-converted-space\"> responsibility.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span></font><br /><font size=\"2\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Whether or not the President alone can <span style=\"font-weight: bold;\">abrogate </span>a<span class=\"Apple-converted-space\"> </span><span class=\"ex\">treaty</span><span class=\"Apple-converted-space\"> </span>is an open question.</span></span></font><br /><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\">11.)<a title=\"Abscond\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abscond\"><span style=\"color: rgb(0, 51, 102);\">Abscond (v)</span></a> :</font> <span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">To go away suddenly (to avoid arrest)</font><br /></span></span><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)Their landlady assumed that they had absconded to<span class=\"Apple-converted-space\"> </span><span class=\"ex\">avoid</span><span class=\"Apple-converted-space\"> </span>paying their bill.<br /></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)He said, " I think that, given the level of absconding<span class=\"Apple-converted-space\"> </span><span class=\"ex\">prisoner</span>s, it\'s very hard to justify.</span></span></font><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />12.)<a title=\"Abstruse\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abstruse\"><span style=\"color: rgb(0, 51, 102);\">Abstruse (adj)</span></a> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0);\"><span style=\"font-style: italic;\">Hard to understand, obsolete</span></font><br />\r\n <div style=\"text-align: justify; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)These <span style=\"font-weight: bold;\">abstruse</span><span style=\"font-weight: bold;\" class=\"Apple-converted-space\"> </span><span class=\"ex\">term</span>s can be illustrated most simply by diagrams.</span></span><br /><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\"></span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)The subject is<span class=\"Apple-converted-space\"> </span><span class=\"ex\">too</span><span class=\"Apple-converted-space\"> </span><span style=\"font-weight: bold;\">abstruse </span>to enlarge further upon here.</span></span><br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />13.)<a href=\"http://dictionary.reference.com/browse/abundant\" target=\"_blank\" title=\"Abundant\"><span style=\"color: rgb(0, 51, 102);\">Abundant (adj)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic;\">Present in great quantity, well or richly supplied</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)How can we be sure that oil will<span class=\"Apple-converted-space\"> </span><span class=\"ex\">become</span><span class=\"Apple-converted-space\"> </span>less <span style=\"font-weight: bold;\">abundant</span>?</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)Calcium is the most <span style=\"font-weight: bold;\">abundant</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">mineral</span><span class=\"Apple-converted-space\"> </span>in the body.</span></span></font><br style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">3)It is not so with Him who is mighty to save, <span style=\"font-weight: bold;\">abundant </span>in<span class=\"Apple-converted-space\"> </span><span class=\"ex\">goodness</span><span class=\"Apple-converted-space\"> </span>and truth.<br /><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />14.)<a title=\"Abut\" target=\"_blank\" href=\"http://dictionary.reference.com/browse/abut\"><span style=\"color: rgb(0, 51, 102);\">Abut (v)</span></a> :</font> <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">Touch or join at edge or border</font><br /></span></span></font>\r\n <div style=\"text-align: justify;\"><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">1)<span style=\"font-weight: bold;\">Abuts </span>the north<span class=\"Apple-converted-space\"> </span><span class=\"ex\">wall</span><span class=\"Apple-converted-space\"> </span>of the chancel, overlapping the east end of the aisle.</span></span></font><br style=\"color: rgb(102, 51, 0);\" /><font size=\"2\" style=\"font-style: italic; color: rgb(102, 51, 0);\"><span class=\"Apple-style-span\" style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">2)</span><span class=\"Apple-style-span\" style=\"font-size: 14px; text-align: left;\">On areas where grass <span style=\"font-weight: bold;\">abuts </span>a hard<span class=\"Apple-converted-space\"> </span><span class=\"ex\">surface</span>, any overgrowing turf is cut back once every two years.</span></span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></div><font size=\"2\" style=\"font-weight: bold; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><span style=\"border-collapse: separate; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br />15.)<span style=\"color: rgb(0, 51, 102);\">Abysmal (adj)</span> :</font> <font size=\"3\" style=\"color: rgb(0, 139, 0); font-style: italic;\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">Bottomless, extreme</span></font><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></span></span></font>\r\n <div style=\"text-align: left;\">\r\n <div style=\"text-align: justify;\"><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">1)When one studies more, one sees one\'s <span style=\"font-weight: bold;\">abysmal</span><span class=\"Apple-converted-space\"><span style=\"font-weight: bold;\"> </span>ignorance.</span><span style=\"background-color: rgb(255, 255, 153);\" class=\"ex\"></span></span></span><br style=\"color: rgb(102, 51, 0);\" /><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span><span style=\"border-collapse: separate; color: rgb(102, 51, 0); font-family: \'times new roman\'; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">2)The weather forecast was</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" class=\"ex\">so</span><span class=\"Apple-converted-space\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"> </span><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-weight: bold;\">abysmal </span>that I was all for abandoning the visit to a local pit.</span></span></span><br /></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"></span></span></div><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"color: rgb(0, 0, 0);\"><br style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /><span style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">16.)<a href=\"http://dictionary.reference.com/browse/acarpous\" target=\"_blank\" title=\"Acarpous\"><span style=\"color: rgb(0, 51, 102);\">Acarpous (adj)</span></a> :</span></font> </span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: italic; color: rgb(0, 139, 0);\">Effete, no longer fertile, worn out</font><font size=\"3\"><br style=\"font-style: italic; color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\" /></font><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(102, 51, 0);\"><font size=\"2\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\">1)This crop is <span style=\"font-weight: bold;\">acarpous </span>from last 2 years.</font></font></span></span><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\"><br /></font></span></span><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\"><br /></span></font><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"border-collapse: collapse; font-family: calibri,sans-serif; font-size: 15px; line-height: 17px; text-align: left;\" class=\"Apple-style-span\"><font size=\"4\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; color: rgb(0, 0, 0);\">17.)<a href=\"http://dictionary.reference.com/browse/accentuate\" target=\"_blank\" title=\"Accentuate\"><span style=\"color: rgb(0, 51, 102);\">Accentuate (v)</span></a> : <font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\">To emphasis or prominence on</font></font></span></span><font size=\"3\" style=\"font-style: italic; color: rgb(0, 139, 0);\"><span style=\"border-collapse: separate; font-family: \'times new roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span><font style=\"color: rgb(0, 139, 0); font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><font style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></font></font></span></span></font><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><br /></font>\r\n <div style=\"text-align: left;\"><font size=\"3\" style=\"font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;\"><span style=\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"color: rgb(51, 51, 51); font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; color: rgb(51, 51, 51); line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\"></span></span></span></font></div><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 16px; text-align: left;\" class=\"Apple-style-span\"><span style=\"font-size: 13px; line-height: 1.25em; margin: 0px; padding: 0px; position: static; cursor: default; background-color: transparent;\" name=\"hotword\" id=\"hotword\">1)</span></span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">It is not meant to <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">difference</span>s among the three states.</span></span></font><br style=\"color: rgb(102, 51, 0); font-style: italic;\" /><font size=\"2\" style=\"color: rgb(102, 51, 0); font-style: italic;\"><span style=\"border-collapse: separate; font-family: trebuchet ms,verdana,arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;\" class=\"Apple-style-span\"><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">2)</span><span style=\"font-size: 14px; text-align: left;\" class=\"Apple-style-span\">Don\'t dwell on the negative things in your life but <span style=\"font-weight: bold;\">accentuate</span><span class=\"Apple-converted-space\" style=\"font-weight: bold;\"> </span><span class=\"ex\">what</span><span class=\"Apple-converted-space\"> </span>\'s good about it!<br /><br /></span></span></font><font size=\"4\"><span style=\"color: rgb(0, 0, 0);\">18.)<a href=\"http://dictionary.reference.com/browse/acclaimed\" target=\"_blank\" title=\"Acclaimed\"><span style=\"color: rgb(0, 51, 102);\">Acclaimed (v)</span></a> :</span> </font